laravel-models-organizer
by axn
Organize Laravel models concerns (relations, scopes, attributes) in dedicated traits.
laravelcollective-form-to-raw-html
by axn
Provides Artisan command to replace LaravelCollective Form:: syntax by raw HTML
laravel-revert-db-default-string-length
by axn
Revert database default string length to 255 characters in a Laravel project
laravel-pk-int-to-bigint
by axn
Convert DB primary keys and related foreign keys type from INT to BIGINT in a Laravel project