nanobox laravel
1.0.0
在本地運行Laravel應用程序,除了納米蛋白以外,沒有安裝。
# clone the code
git clone https://github.com/nanobox-quickstarts/nanobox-laravel.git
# cd into the laravel app
cd nanobox-laravel # Add a convenient way to access your app from the browser
nanobox dns add local laravel.dev
# Run laravel as you would normally, with Nanobox
nanobox run php artisan serve --host 0.0.0.0在Laravel.dev:8000訪問您的應用
使用Nanobox,您不必在計算機上安裝任何內容即可運行應用程序:
# drop into a Nanobox console
nanobox run
# where laravel is installed,
php -v
# your packages are available,
composer show
# and your code is mounted
ls有關使用NanoBox運行Laravel應用程序的更多詳細信息,請訪問Guides.nanobox.io/php/laravel/