Releases: ad-mos/laravel-datatables
Releases · ad-mos/laravel-datatables
v2.10
Laravel 11 support
Replace Doctrine DBAL schema introspection with Laravel's native Schema facade
for Laravel 11+ compatibility, while maintaining backwards compatibility with
Laravel 10.
- Add getTableColumns() method that detects Laravel version and uses appropriate API
- Add isIntegerType() helper using string-based type checking to avoid class loading
issues when Doctrine DBAL is not installed
- Remove direct Doctrine DBAL type imports