Download the PHP package nobox/nobox-laravel-installer without Composer
On this page you can find all versions of the php package nobox/nobox-laravel-installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package nobox-laravel-installer
Nobox Laravel Installer
Server Requirements
- PHP >= 5.5.9
Installer requirements
- composer
- git (if you want the installer takes care of linking your project to a empty github repository)
Via Nobox Installer
Download the nobox installer using Composer:
Once installed make sure place the ~/.composer/vendor/bin directory
in your PATH so the nobox
executable could be located by your system.
Now you can install a new project with the nobox fork of laravel just using the nobox new command in the directory you specify.
Commands Available
To setup a new app using our fork
If you want to see all the command instalation logs use the flag -v
What includes the installation?
composer install
( will install all composer dependencies )npm install
( will install all the npm dependencies )bower install
( will install all the bower dependencies)cp .env.example .env && php artisan key:generate
( prepare your local .env file and generates app key )gulp
(compiles the assets so the site is ready)- (optional) Links empty github repository to your project directory
To setup an existing app that uses our fork
All versions of nobox-laravel-installer with dependencies
PHP Build Version
Package Version
The package nobox/nobox-laravel-installer contains the following files
Loading the files please wait ....