Steps after get cloned from github Laravel Project
- Clone your project.
- Go to the folder application using cd command on your cmd or terminal.
- Run composer install on your cmd or terminal.
- Copy .env.example file to .env on the root folder. ...
- Open your project
- Run php artisan key:generate.
- Run php artisan migrate.
- Run php artisan serve.

Comments
Post a Comment