extensions icon indicating copy to clipboard operation
extensions copied to clipboard

Extensions integration for Doctrine2 and Laravel

Results 13 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...

This updates the extensions library to support Fluent in being compatible with Doctrine 3 and Laravel 12. PRs also have been opened in [laravel-doctrine/orm](https://github.com/laravel-doctrine/orm/pull/671) and [laravel-doctrine/fluent](https://github.com/laravel-doctrine/fluent/pull/87) repositories. We are currently...