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

This package is auto-updated.

Last update: 2021-05-29 01:22:51 UTC


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