Laravel-Backpack / CRUD

Build custom admin panels. Fast!
https://backpackforlaravel.com
MIT License
3k stars 880 forks source link

Add Laravel 11 support #5457

Closed pxpm closed 4 months ago

pxpm commented 4 months ago

This PR add Laravel 11 support to Backpack.

In order to support Laravel 10 and Laravel 11 we needed to do some modifications mainly in our DatabaseSchema to accomodate the fact that Laravel 11 dropped dbal as a dependency and removed function we were using from their public api.

Packages Missing: