Skip to content

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:

go
github.com/goravel/framework v1.6.3

Add Authorization Module

Likelihood Of Impact: High

Add app/providers/auth_service_provider.go file;

  1. Add &providers.AuthServiceProvider{} to the providers item in the config/app.go file;

For Detail

Released under the MIT License