Upgrading To v1.6 From v1.5
High Impact Changes
Upgrade Guide
Estimated Upgrade Time: 1 Minutes
Updating Dependencies
Likelihood Of Impact: High
Update dependencies in the go.mod
file:
github.com/goravel/framework v1.6.3
Add Authorization Module
Likelihood Of Impact: High
- Add app/providers/auth_service_provider.go file;
- Add
&providers.AuthServiceProvider{}
to theproviders
item in the config/app.go file;