I\'m new to github and I found this site very useful for lot of us. I came up on storing my laravel project here in github, but theres a problem every time I will clone it to be
1.Run `git clone 'link projer github'
2.Run composer install
composer install
3.Run cp .env.example .env or copy .env.example .env
cp .env.example .env
copy .env.example .env
4.Run php artisan key:generate
php artisan key:generate
5.Run php artisan migrate
php artisan migrate
6.Run php artisan serve
php artisan serve
7.Go to link localhost:8000