4 lines
75 B
Bash
4 lines
75 B
Bash
#!/bin/sh
|
|
composer install
|
|
php artisan migrate --force
|
|
php artisan db:seed |