giacomomasseron/laravel-models-generator
-f parameter to create factories with fake valuesApp\Models\Scopes folder when clean_models_directory_before_generation config param is set to true.global_scopes config param to manage models global scopes.doctrine/dbal v4 function calls.LaravelModelsGeneratorException exception$ character from default values field nameuri_casting config value to cast columns as AsUri new class (https://github.com/laravel/framework/pull/55909)query_builders config param to use new Laravel 12.19 attribute UseEloquentBuilderobserver config param, to add observers to models.table_traits config param to use traits in specific modelsulids config value to handle ulids fieldsuuids config value to manage uuids columnsmorph relationshipexclude_relationships config value to avoid the creation of relationshipexclude_columns config value to exclude columns from fillable arrayprefix_table config param to remove table prefix value from generated modelsrelationships_name_case_type config param to define the way relationships name are createdgenerate_views config param to create viewsinteger instead of int for column castingbase_files config parameter to generate base model classesenums_casting parameter to config fileclean_models_directory_before_generation parameter to config filestrict_types parameter to the config fileHow can I help you explore Laravel packages today?