Files
teddy_y/quotation2/laravel-simple-tryout/php74-httpd/dev.sh
louiscklaw db8bf18f7a update,
2025-02-01 02:08:48 +08:00

13 lines
166 B
Bash

#!/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