Upgrading To v1.5 From v1.4

[[toc]]

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

Add File Storage Module

Likelihood Of Impact: High

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

For Detail

Last updated