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

  1. Add app/providers/auth_service_provider.goopen in new window file;
  2. Add &providers.AuthServiceProvider{} to the providers item in the config/app.goopen in new window file;

For Detail