you are reading the documentation for version
v2
our latest version is
v3
make sure to select the correct version.
to check your version use:
to check your version use:
composer show lara-zeus/bolt
On this page
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.
- First, publish the config file by running the command:
1php artisan vendor:publish --tag="zeus-bolt-config" --force
- move your configuration from your panel provider to the
zeus-bolt
config file.
So these are the deprecated configuration methods:
1 2->boltPrefix()3->boltMiddleware()4->defaultMailable()5->uploadDisk()6->uploadDirectory()7->domain()
upgrade from 2 to 3
to upgrade Lara Zeus Bolt to v2 please check this Core
upgrade guid