All notable changes to laravel-op
will be documented in this file
- Disable Payment feature tests.
- Remove extra redundant validateCsrfTokens middleware.
- Update Dependencies.
Full Changelog: https://github.com/toneflix/laravel-op/compare/2.0.8...2.0.9
- Rename first_name to firstname in sync roles
- Feat: Use ToneflixCode ResourceModifier for creating Api resources.
- Add roles and permissions to UserResource
- Add roles and permissions to UserResource
- Feat: Make it possible to overwrite message parser signature for each…
- Feat: Simplify route loading from the routes/* folders.
- Refactor Configuration handling of file configs.
- Add textarea to ConfigType cast
- Add query logger to records SQL queries.
- When genrating model policies, merge the exclude list with the default exclude list.
- Feat: MakePolicies command now discovers and makes policies for Models in sub dirs
- Feat: Add $separator and $additional params to generateUsername ModelCanExtend trait method.
Full Changelog: https://github.com/toneflix/laravel-op/compare/2.0.7...2.0.8
Full Changelog: https://github.com/toneflix/laravel-op/compare/2.0.5...2.0.7
- Feat: Add a command to generate model policies for all models.
- Update: Refactored SyncRoles command.
- Updated conditional statements, and modified table outputs.
- Feat: Add a command to generate model policies for all models..
- Added 'admin_roles' configuration with a list of roles considered as admin.
- Added CSRF token validation middleware with exceptions for API routes.
- Added secret value handling in ConfigValue cast.
- Fix: Updated SetConfig.php command to use Strings helper instead of Providers for JSON validation. Full Changelog: https://github.com/toneflix/laravel-op/compare/2.0.5...2.0.6
- Add ability to verify account and reset password with token.
- Add notifications for account verifications.
- Add MessageParser class to improve typings.
- Improve sendcode messages.
- Add relevant default messages.
- Add set-config artisan command.
Full Changelog: https://github.com/toneflix/laravel-op/compare/2.0.4...2.0.5
- initial release