Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 414 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 414 Bytes

Deployment Production

Installment

- cp .env.example .env
- composer install
- php artisan key:generate
- php artisan migrate
- php artisan db:seed
- (one time only) php artisan db:seed --class=WilayahSeeder
- php artisan optimize:clear