| Package Data | |
|---|---|
| Maintainer Username: | cyberkiko |
| Maintainer Contact: | albertoe@gmail.com (Alberto Estrada) |
| Package Create Date: | 2015-11-20 |
| Package Last Update: | 2015-12-14 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-07 15:05:36 |
| Package Statistics | |
|---|---|
| Total Downloads: | 29 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 2 |
| Total Forks: | 0 |
| Total Open Issues: | 1 |
Download the nobox installer using Composer:
composer global require "nobox/nobox-laravel-installer=~2.2"
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.
nobox new
nobox clone
nobox new project-name
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)nobox clone [project.repository.address.git] [project-name]