Skip to content

Upgrading To v1.5 From v1.4

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.5.0

Add File Storage Module

Likelihood Of Impact: High

  1. Add config/filesystems.go file;
  2. Add &filesystem.ServiceProvider{} to the providers item in the config/app.go file;

For Detail

Released under the MIT License