2017 © Pedro Peláez
 

library new-laravel-project

Easily generate a new Laravel project of any version from the command line.

image

patinthehat/new-laravel-project

Easily generate a new Laravel project of any version from the command line.

  • Sunday, January 29, 2017
  • by patinthehat
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 100 % Grown

The README.md

### New Laravel Project Installer

Easily create a new Laravel project of any version. Additionally, you can also optionally install composer packages at the same time the project is created., (*1)


Installation

composer -g install patinthehat/new-laravel-project, (*2)


Sample Usage

Create a project with the latest Laravel version:, (*3)

`new-laravel-project create myproject`

Create a Laravel 5.3 project:, (*4)

`new-laravel-project create myproject 5.3`

Create a Laravel 5.4 project with optional packages:, (*5)

`new-laravel-project create myproject 5.4 --packages=laracasts/flash,guzzlehttp/guzzle`

References

Portions of this code were borrowed from the laravel installer, found at https://github.com/laravel/installer., (*6)


Notes

This uses composer create-project to create the project skeleton, not the laravel new command., (*7)


License

This project is licensed under the MIT License., (*8)

The Versions

29/01 2017

dev-master

9999999-dev

Easily generate a new Laravel project of any version from the command line.

  Sources   Download

MIT

The Requires

 

by Patrick Organ