fwartner/laravel-installer

Laravel application installer with extra goodies.


Keywords
cli, console, laravel, laravel spark, installer, lumen, scaffold, spark
License
MIT

Documentation

Total Downloads Latest Stable Version License

This is a community project and not an official Laravel one

What is Laravel Installer?

Laravel installer includes all installers from the official laravel repositories such as for:

  • Laravel
  • Lumen
  • Spark

Installation

To install the laravel-installer globally using composer, simply type composer global require fwartner/laravel-installer and you´re good to go.

Installation Note

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)

Usage

Open up your terminal and type laravel.

  1.0.x

  USAGE: laravel <command> [options] [arguments]

  new:from-template Create a new Laravel application from a prebuilt template
  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

Roadmap

  • Implement laravel installer
  • Implement lumen installer
  • Implement spark installer
  • Implement template installer (Still WIP)
  • Implement dependency installer
  • Add tests

Support the development

Do you like this project? Support it by donating

License

Laravel Installer is an open-source software licensed under the MIT license.