Reliese Laravel Model Generator aims to speed up the development process of Laravel applications by providing some convenient code-generation capabilities. The tool inspects your database structure, including column names and foreign keys, in order to automatically generate Models that have correctly typed properties, along with any relationships to other Models. This package expects that you are using Laravel 5.1 or above. You will need to import the reliese/laravel package via composer. It is recommended that this package should only be used on a local environment for security reasons. You may want to generate your models as often as you change your database. In order not to lose your own model changes, you should set base_files to true in your config/models.php.
Features
- This package expects that you are using Laravel 5.1 or above
- You will need to import the reliese/laravel package via composer
- It is recommended that this package should only be used on a local environment for security reasons
- Customize model scaffolding
- Generate your models as often as you change your database
- Models will inherit their base configurations from base models