Skip to content

drewroberts/website

Repository files navigation

Welcome to the Internet Home of Drew Roberts

This GitHub Repository contains the code behind the website of Drew Roberts - DrewRoberts.com

Connect with Drew Roberts

Projects

Bear Fund is my launchpad for projects during the upcoming cryptocurrency cycle.

Installation

After setting up local dev environment with PHP 7.4, you will launch this Laravel 8 app by copying the .env.example file to .env

From there, create the website database in MySQL and from the command line run the following commands:

composer install
php artisan migrate
php artisan key:generate
npm install
npm run dev

You can then view the homepage if you're using Laravel Homestead at https://website.test and can access Laravel Nova at http://website.test/admin

Packages

Frameworks

  • Laravel
  • Laravel Nova
  • Laravel Socialite

Contributing

Feel free to send me a feature request or submit pull requests and improve the website where you see it needs it. I appreciate the help..