sebastienheyd / boilerplate

Laravel AdminLTE 3 Boilerplate package with blade components, users, roles and permissions management
MIT License
219 stars 66 forks source link

Fix problem with missing method on Laravel 11 for datatable generation #98

Closed maiga-soluciones closed 3 months ago

maiga-soluciones commented 3 months ago

Fix issue with Doctrine new methods on Laravel 11.

This is related to https://github.com/laravel/framework/pull/48864 where the doctrine system was removed.

This fix contains the new method required.

Fixes #97

sebastienheyd commented 3 months ago

https://github.com/sebastienheyd/boilerplate/releases/tag/8.0.1