Laravel Initializer Versions Save

Install and update Laravel application with single command. Outdated repository, check out updated link.

3.4.0

2 years ago

Laravel 9 support

3.3.1

3 years ago

Fixed earlier Laravel versions support

3.3.0

3 years ago
  • PHP 8 support
  • dropped PHP 7.2 support

3.2.0

3 years ago

Laravel 8 support

3.1.1

4 years ago

Fixed commands crash, when failed action hasn't provide an error message

3.1.0

4 years ago

No longer required to return Runner class instance

3.0.0

4 years ago
  • Laravel 7 support
  • Dropped support for Laravel 5.5 and 5.8
  • Minimum required PHP version 7.2.5

2.0.2

4 years ago

Now Initializer returns appropriate exit codes

2.0.1

4 years ago

Fixed typo in commands title

2.0.0

4 years ago

It's major release with code polishing, beautified output and several nice features.

app:install and app:update commands output now much more expressive. You can check out new output in the README demo. Made with nunomaduro/laravel-console-task.

  • Commands output are hidden by default
  • Output details of execution could be viewed in verbosity mode
  • Ability to publish multiple tags for one provider
  • Ability to publish by tags only
  • Replaced make:initializers command by publishing initializers tag
  • Updated default initializer stubs