All notable changes to laravel-model-exists-rule
will be documented in this file
- Add support for Laravel 11
- Added PHP 8.3 in the pipeline
- Add support for Laravel 10
- Added PHP 8.2 in the pipeline
- Added autoguessing of the model key. BC chang: Specify the key if your model key is not "id" and the modelAttribute is not specified in ModelExists object. (Very rare)
- fix attributes #4
- added support for Laravel 9
- added support for php 8
- added support for Laravel 8
- dropped support for php 7.2
- dropped support for Laravel 5.x
- support laravel 7.0
- dropped support for php 7.1
- added support for php 7.4
- support laravel 6.0
- initial release