github lara-zeus/bolt v2.1.0

latest releases: v4.0.0, v3.0.88, v3.0.87...
23 months ago

upgrade to v2.1

In v2.1, I refactored the configuration to separate the frontend configuration from filament-related ones.
This causes an issue when having multiple panels.

  1. First, publish the config file by running the command:
php artisan vendor:publish --tag="zeus-bolt-config" --force
  1. move your configuration from your panel provider to the zeus-bolt config file.

So these are the deprecated configuration methods:

->boltPrefix()
->boltMiddleware()
->defaultMailable()
->uploadDisk()
->uploadDirectory()
->domain()

What's Changed

Full Changelog: v2.0.18...v2.1.0

Don't miss a new bolt release

NewReleases is sending notifications on new releases.