nanobox laravel
1.0.0
Führen Sie eine Laravel -App lokal aus und installieren Sie nichts anderes als 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.0Besuchen Sie Ihre App in Laravel.dev:8000
Mit Nanobox müssen Sie nichts auf Ihrem Computer installieren lassen, um Ihre App auszuführen:
# drop into a Nanobox console
nanobox run
# where laravel is installed,
php -v
# your packages are available,
composer show
# and your code is mounted
lsWeitere Informationen zum Ausführen von Laravel -Apps mit Nanobox finden Sie unter leitungen.nanobox.io/php/laravel/