Files
004_comission/teddy_y/quotation2/laravel-simple-tryout/init_helloworld.sh
louiscklaw f08350ff38 update,
2025-01-31 21:12:34 +08:00

11 lines
156 B
Bash

#!/usr/bin/env bash
set -ex
rm -rf example-app
composer create-project laravel/laravel example-app
pushd example-app
php artisan serve --host 0.0.0.0