/laravel-7-youtube-tutorials

Code for the Laravel 7.x YouTube tutorials

Primary LanguagePHP

Laravel YouTube Tutorials

Run the following commands
composer install
npm install
cp .env.example .env or copy your .env file
php artisan key:generate
Create empty database
php artisan migrate
Add data to your tables
Redo symbolic link
cd public
rm storage
cd ..
php artisan storage:link

Need to create a new symlink each time you start working on a new computer
php artisan storage:link

For private repos
https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line

Make sure that storage/ images are being uploaded to github
If not, remove data from storage/app/.gitignore and
storage/app/public/.gitignores