ahmed-aliraqi / crud-generator

This package is a useful tool to generate simple crud for laravel-modules/scaffolding
2 stars 0 forks source link

Cannot create a CRUD for a UserType model #1

Open rabol opened 3 years ago

rabol commented 3 years ago
php artisan make:crud UserType

throws an exception

The 'user_type' word doesn't register.

ahmed-aliraqi commented 3 years ago

This feature still undocumented you should register the name of crud in crud-generator config file in arabicWords array