Laravel 8 support
Assets
2
Fixed commands crash, when failed action hasn't provide an error message
Assets
2
No longer required to return Runner
class instance
Assets
2
- Laravel 7 support
- Dropped support for Laravel 5.5 and 5.8
- Minimum required PHP version 7.2.5
Assets
2
Now Initializer returns appropriate exit codes
Assets
2
Fixed typo in commands title
Assets
2
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 publishinginitializers
tag - Updated default initializer stubs
Assets
2
- Laravel 6.0 support
- Minimum required PHP version upped to 7.2
- Dropped support of unsupported Laravel versions
- symfony/process version upped to ^4.1
Assets
2
Laravel 5.8 support
Assets
2
Improved default stubs