Steps after get cloned from github Laravel Project

 


  1. Clone your project.
  2. Go to the folder application using cd command on your cmd or terminal.
  3. Run composer install on your cmd or terminal.
  4. Copy .env.example file to .env on the root folder. ...
  5. Open your project
  6. Run php artisan key:generate.
  7. Run php artisan migrate.
  8. Run php artisan serve.

Comments

Popular posts from this blog

Target class controller does not exist - Laravel 8