Releases: buildwithyab/laravel-mint
Releases · buildwithyab/laravel-mint
Laravel stub customizations for controllers and test cases
Merge pull request #11 from yabhq/feat/stubs Controller and test case stub customizations
Laravel 8 support
Merge pull request #10 from yabhq/feat/laravel-8 Add support for Laravel 8
Update composer dependencies
Merge pull request #9 from yabhq/fix/composer-dependencies Update composer dependencies
Custom key names for Slugify trait
Merge pull request #8 from yabhq/feature/slug-key-name-change Allow the slugify key name to be changed
Re-named the Uuid trait to UuidModel
Merge pull request #7 from yabhq/fix/rename-uuid-trait Re-name the Uuid trait to UuidModel
Added new Slugify trait
Merge pull request #6 from yabhq/feat/slugify Slugify trait
Add Uuid trait, organize test migrations
Merge pull request #5 from yabhq/feat/uuid-models Feat/UUID models
Misc updates, readme clarification
v0.3 Minor readme clarifications
Laravel 7 support, add new money cast
Merge pull request #1 from yabhq/feat/laravel-7-and-money-cast Feat/laravel 7 and money cast
Initial release
v0.1 Add AppNameCommand