All notable changes to laravel-schema-rules
will be documented in this file.
- fixed default
schema-rules.skip_columns
by @dreammonkey in #28
- Laravel 11 support by @dreammonkey
- fixed Laravel 10.35 dependency issue
- fixed pgsql column order
- fixed min length for sqlite driver
- output generated rules info text only in console mode
- Added support for jsonb on PostgreSQL by @mathieutu
- Fixed bug on
mysql
5.8 by @giagara
- Added
skip_columns
in config (default skipdeleted_at
,updated_at
andcreated_at
) by @giagara - Some refactoring by @giagara
- @giagara made their first contribution
- Added
--create-request
flag to create Form Request Classes
- Support for foreigen key validation rules
Automatically generate Laravel validation rules based on your database table schema!