| Package Data | |
|---|---|
| Maintainer Username: | marcoshoo |
| Maintainer Contact: | marcos.hoo@gmail.com (Marcos Soares) |
| Package Create Date: | 2015-09-05 |
| Package Last Update: | 2020-02-25 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-04 15:01:38 |
| Package Statistics | |
|---|---|
| Total Downloads: | 368 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Propel2 behavior that makes model classes virtually extend a Eloquent model class
Add MarcosHoo\PropelEloquent as a requirement to composer.json:
{
"require": {
"marcoshoo/propel-eloquent": "dev-master"
}
}
Update your packages with composer update or install with composer install.
Add the eloquent behavior in schema.xml:
.
.
.
<behavior name="eloquent" />
</table>
Regenerate your propel models:
php artisan propel:model:build