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:
github.com/goravel/framework v1.5.0
Add File Storage Module
Likelihood Of Impact: High
- Add config/filesystems.go file;
- Add
&filesystem.ServiceProvider{}
to theproviders
item in the config/app.go file;