This GitHub Repository contains the code behind the website of Drew Roberts - DrewRoberts.com
- X.com/DrewRoberts
- FB.com/DrewRoberts
- t.me/DrewRoberts
- YouTube.com/DrewRoberts
- Instagram.com/DrewRobertsETH
- LinkedIn.com/in/DrewRoberts
Bear Fund is my launchpad for projects during the upcoming cryptocurrency cycle.
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
- tipoff/support
- tipoff/authorization
- tipoff/addresses
- tipoff/laravel-google-api
- tipoff/laravel-serpapi
- tipoff/seo
- drewroberts/media
- drewroberts/blog
- Laravel
- Laravel Nova
- Laravel Socialite
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..