marcoshoo/propel-eloquent

Propel2 behavior that makes model classes virtually extend a Eloquent model class
368 1
Install
composer require marcoshoo/propel-eloquent
Latest Version:0.1
License:MIT
Last Updated:Feb 25, 2020
Links: GitHub  ·  Packagist
Maintainer: marcoshoo

Propel2 behavior that makes model classes virtually extend a Eloquent model class

Installation

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.

Configuration

Add the eloquent behavior in schema.xml:

    .
    .
    .
    <behavior name="eloquent" />
  </table>

Regenerate your propel models:

php artisan propel:model:build

Related Packages

propel/propel-laravel

Propel integration for Laravel framework.

14,346 31
hootlex/laravel-friendships

This package gives Eloquent models the ability to manage their friendships.

120,145 700
spatie/laravel-sluggable

Generate slugs when saving Eloquent models

13,431,666 1,553
kodeine/laravel-acl

Light-weight role-based permissions for Laravel 5 built in Auth system.

361,720 777