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

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

For Detail