extensions icon indicating copy to clipboard operation
extensions copied to clipboard

Extensions integration for Doctrine2 and Laravel

Results 12 extensions issues
Sort by recently updated
recently updated
newest added

ORM - is working properly, ALC - is working properly, migrations - are working properly, but when I turned on ALL the extensions in the "config / doctrine.php" ``` 'extensions'...

The translatable extension listens for the `locale.changed` event, in newer versions of Laravel this is incorrect. This event is now a class. `$this['events']->dispatch(new Events\LocaleUpdated($locale));` Can this be updated to look...