update,
This commit is contained in:
12
nssheung/laravel-simple-tryout/php74-httpd/dev.sh
Normal file
12
nssheung/laravel-simple-tryout/php74-httpd/dev.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
pushd ./example-app
|
||||
# composer update
|
||||
composer install
|
||||
|
||||
php artisan migrate:fresh --seed
|
||||
|
||||
php artisan serve --host 0.0.0.0
|
||||
popd
|
Reference in New Issue
Block a user