aaronschmied / laravelinstaller
This package is abandoned and no longer maintained.
No replacement package was suggested.
Laravel application installer.
1.2.2
2020-07-01 14:00 UTC
Requires
- ext-zip: *
- guzzlehttp/guzzle: ~6.0
- symfony/console: ~3.0|~4.0
- symfony/filesystem: ~3.0|~4.0
- symfony/process: ~3.0|~4.0
README
Laravel installer tailored to my workflow.
Based on the original laravel/installer
Usage
Install it globally using composer:
composer global require aaronschmied/laravelinstaller
Create a new project:
laravelasm new MyProject
This command will create a new project called "MyProject" and:
- Install the composer dependencies
- Add the ci configuration for gitlab
- Add the codesniffer package
- Install and configure vessel
- Add the assets and the laravel-mix config
- Add the base model class and behaviours
- Add the laravel echo server
- Run yarn and load all node modules