Package Data | |
---|---|
Maintainer Username: | bogdanghervan |
Maintainer Contact: | bogdan.ghervan@gmail.com (Bogdan Ghervan) |
Package Create Date: | 2017-07-18 |
Package Last Update: | 2022-05-31 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:05:40 |
Package Statistics | |
---|---|
Total Downloads: | 5,902 |
Monthly Downloads: | 110 |
Daily Downloads: | 3 |
Total Stars: | 2 |
Total Watchers: | 3 |
Total Forks: | 0 |
Total Open Issues: | 0 |
For Laravel 5.4:
composer require bogdanghervan/irradiate:5.4.*
For Laravel 5.0 up to and including Laravel 5.3:
composer require bogdanghervan/irradiate:5.0.*
To start using the package within Laravel, add this to the list of providers in config/app.php
:
'Irradiate\Database\DatabaseServiceProvider',
Additionally, all the models should inherit from \Irradiate\Database\Eloquent\Model
. Ideally there should already be a generic base model at the application level that all concrete models extend from, so make that extend the base model within Irradiate.
You're good to go!
MySQL only.
Pull requests are welcome. All contributions should follow the PSR-2 coding standard.
Irradiate is licensed under the MIT License.