Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 4 Easy Step to Run Any Laravel Exist Project "Commands"
- --------------------------------------------
- 1) composer update --no-scripts
- 2) copy .env.example .env
- 3) php artisan key:generate
- open .env file and set DB_DATABASE="" name and DB_USERNAME="" name. (set your database name)
- open localhost/phpmyadmin and make database name are set name in .env file.
- 4) php artisan migrate
Add Comment
Please, Sign In to add comment