aaronschmied / laravelinstaller
Laravel application installer.
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/aaronschmied/laravelinstaller
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