nanobox laravel
1.0.0
Laravelアプリをローカルに実行し、Nanobox以外に何もインストールしません。
# 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.0laravel.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
lsnanoboxを使用したLaravelアプリの実行の詳細については、ガイドをご覧ください。nanobox.io/php/laravel/