All Notable changes to Backpack Settings
will be documented in this file
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
- MySQL strict support;
- Laravel 5.3 support;
- Working bogus unit tests.
- Ability to change user model fqcn in config file.
- Roles and Permissions columns on UserCrudController list view.
- When adding users, the password was not saved.
- Database migration is now published, for deployment systems like Laravel Forge;
- Config file to disallow create and update for permissions and roles, after you add them;
- Moved routes declaration in the ServiceProvider;
- Spatie\Permission\PermissionServiceProvider::class is now registered in the ServiceProvider;
- Updated controller syntax to use the new Backpack\CRUD API in v2.
- Installation process.