This repository have useful information about how to do something i.e important commands
-
1.git clone repository Address for example!
git clone https://github.com/AsifMian/photo-album-laravel.git
-
2.move to that folder
-
3.Run command composer update
-
4.rename .env.Example To .env
-
5.And Add your database credentials i.e db name ,password etc in .env file!
Then Run
- php artisan key:generate
- php artisan migrate
- php artisan db:seed