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