misterdebug / crud-generator-laravel

Create a Laravel 10 CRUD in a few seconds
312 stars 43 forks source link

Set the language to make plurals and singulars. #12

Closed gerardp closed 1 year ago

gerardp commented 1 year ago

Usage: php artisan make:crud urgencia "title:string, content:text" spanish

Languages supported by laravel: 'english', 'french', 'norwegian-bokmal', 'portuguese', 'spanish' and 'turkish'.