Laravel installer includes all installers from the official laravel repositories such as for:
To install the laravel-installer globally using composer, simply type composer global require fwartner/laravel-installer
and you´re good to go.
Please make sure that you have removed laravel/installer
from your global composer.json
using the following command:
composer global remove laravel/installer
(This is only necessary if you have the official installer on your machine)
Open up your terminal and type laravel
.
1.0.13
USAGE: laravel <command> [options] [arguments]
new:laravel Create a new Laravel application
new:lumen Create a new Lumen application
new:spark Create a new Spark application
spark:register Register an API token with the installer
spark:token Display the currently registered Spark API token
Do you like this project? Support it by donating
Laravel Installer is an open-source software licensed under the MIT license.