Virajsinh

laravel_exist_project_run_command

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