9 lines
148 B
Bash
9 lines
148 B
Bash
#!/bin/bash
|
|
|
|
composer install
|
|
php artisan key:generate
|
|
php artisan migrate:refresh --seed
|
|
|
|
|
|
cd public/vendor/webmsgsender && php start.php start -d
|