Download the PHP package haakco/laravel-enum-generator without Composer
On this page you can find all versions of the php package haakco/laravel-enum-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download haakco/laravel-enum-generator
More information about haakco/laravel-enum-generator
Files in haakco/laravel-enum-generator
Package laravel-enum-generator
Short Description Generates simple class to act as an enum from a table specified in its con
License mit
Homepage https://github.com/haakco/laravel-enum-generator
Informations about the package laravel-enum-generator
LaravelEnumGenerator
This is where your description should go. Take a look at contributing.md to see a to do list.
Installation
Via Composer
Configuration for local environment only
If you wish to enable generators only for your local environment, you should install it via composer using the --dev option like this:
Then you'll need to register the provider in app/Providers/AppServiceProvider.php
file.
Usage
Copy the config over
Edit the config file enum-generator.php to specify which tables to use to generate the files.
Now run the following to re-create your models.
Change log
Please see the changelog for more information on what has changed recently.
Testing
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Tim Haak
- All Contributors
License
mit. Please see the license file for more information.
All versions of laravel-enum-generator with dependencies
illuminate/database Version >=8
illuminate/support Version >=8
archtechx/enums Version >=0.3