All notable changes to laravel-link-checker
will be documented in this file
- add support for Laravel 5.7
- fix mail when broken urls are found
- add client options to config file
- Update to
spatie/crawler ^4.0
- Drop
illuminate/support ~5.5.0
support
- Update to
spatie/crawler ^3.0
- Support Laravel 5.5 and 5.6
- add
exclude_status_codes
- add "found on" in the
MailBrokenLinks
reporter
- fix mail
- permissions fix
- add subject line to email
- fix incorrect tagged versions
- improve speed by crawling the app with multiple concurrent connections
- add autodiscovery for Laravel 5.5
THIS VERSION WAS TAGGED INCORRECTLY, DO NOT USE
- add autodiscovery for Laravel 5.5
THIS VERSION WAS TAGGED INCORRECTLY, DO NOT USE
- remove hidden
laravel-collective/html
dependency
THIS VERSION WAS TAGGED INCORRECTLY, DO NOT USE
- remove another typehint on a protected method
THIS VERSION WAS TAGGED INCORRECTLY, DO NOT USE
- remove typehint from
isSuccessOrRedirect
THIS VERSION WAS TAGGED INCORRECTLY, DO NOT USE
- improve speed by crawling the app with multiple concurrent connections
- The mail reporter now only reports broken urls
- Initial release