- Clone GitHub repo for this project locally
- cd into your project
- Install Composer Dependencies (composer install)
- cp .env.example .env (cp .env.example .env)
- php artisan key:generate
- Create an empty database for our application
- In the .env file, add database information to allow Laravel to connect to the database
- php artisan migrate
- php artisan db:seed (Optional)
Digər dildə:
EN