All notable changes to laravel-tail
will be documented in this file
- Laravel 12.x Compatibility by @laravel-shift in #75
Full Changelog: https://github.com/spatie/laravel-tail/compare/4.5.0...4.5.1
- Laravel 11.x Compatibility by @laravel-shift in #74
Full Changelog: https://github.com/spatie/laravel-tail/compare/4.4.2...4.5.0
- support L10
- support L10
- support Laravel 9
- @mansoorkhan96 made their first contribution in #66
- @Nielsvanpach made their first contribution in #67
Full Changelog: https://github.com/spatie/laravel-tail/compare/4.3.3...4.3.4
- prefix all shell commands with backslashes to ignore aliases (#65)
- use package service provider
- add support for PHP 8
- add file option (#63)
- Support Laravel 8
- fix
--grep
option (#60)
- add support for Laravel 7
- add
grep
option
- add option to tail remotely
- add support for Laravel 6
- add support for Laravel 5.8
- add
provides
to service provider
THIS VERSION DOES NOT WORK, DO NOT USE
- prevent the package from being loaded in every web request
- add support for Laravel 5.7
- add
--hide-stack-traces
option
- add
--clear
option
- fix deps
- don't display any initial output
- add support for L5.6
- fix deps
- add support for Laravel 5.5
- drop support for all older Laravel versions
- drop support for remote tailing
- stabilize custom port support
- fix backwards compatibility issue when
port
is not set in config file
- add
port
to config file
- add
-l
option
- Make compatible with Laravel 5.4, drop support for all older versions
- Remove L5.4 compatibility
THIS RELEASE CONTAINS BUGS, DO NOT USE
- Make compatible with Laravel 5.4
- Cleanup
- Fix config file
- Move repo from freekmurze to spatie
- Add support for tailing remote logs
- Initial release