update,
This commit is contained in:
10
teddy_y/quotation2/laravel-simple-tryout/init_helloworld.sh
Normal file
10
teddy_y/quotation2/laravel-simple-tryout/init_helloworld.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/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
|
Reference in New Issue
Block a user