Version 2.0
Breaking changes:
- Support only for Laravel 8.0 and above
- Config enable_throttle re-done and renamed to ratelimiter
If you used this config setting, you'll need to change the value of it (more info in the config file) - Config enable_auth re-done and renamed to auth
If you used this config setting, you'll need to change the value of it (more info in the config file)
Non breaking changes:
-
updated bootstrap
-
updated font awesome
-
improved blade templates
-
Added logging (+ route, migration, config setting, ...)
-
Other internal improvements
Full Changelog: v1.2.0...v2.0.0