Download the PHP package gerardbalaoro/laravel-installer without Composer
On this page you can find all versions of the php package gerardbalaoro/laravel-installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gerardbalaoro/laravel-installer
More information about gerardbalaoro/laravel-installer
Files in gerardbalaoro/laravel-installer
Package laravel-installer
Short Description Alternative Laravel Application Installer
License MIT
Informations about the package laravel-installer
Laravel Installer
An alternate version of the Laravel installer that reimplements creating projects using previous Laravel versions (which was removed from the original version).
Installation
Install using composer, this will automatically replace the laravel/installer
package
Usage
-
laravel new [options] [--] [<name> [<version>]]
- Create a new Laravel application
-
laravel cache [options] [--] [<versions>...]
- Download Laravel packages to cache
laravel versions
- Show available Laravel versions
Example
To create a new Laravel 5.8 project, run the command:
Caching
This package automatically caches the Laravel package every time the new
command is executed.
This is very useful when creating projects while offline.
Updates
Updates to laravel/installer
will be merged to this one.
All versions of laravel-installer with dependencies
composer/semver Version ^1.5
guzzlehttp/guzzle Version ~6.0
symfony/console Version ~3.0|~4.0|~5.0
symfony/filesystem Version ~3.0|~4.0|~5.0
symfony/process Version ~3.0|~4.0|~5.0