variety of premium plugins

Learn More

bolt

you are reading the documentation for version v3
to check your version use: composer show lara-zeus/bolt

upgrade to v3.0.25

in v3.0.25, I added a new trait for getting the user name

so you have to add this to your user model:

use \LaraZeus\Bolt\Models\Concerns\BelongToBolt;

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()

upgrade from 2 to 3

to upgrade Lara Zeus Bolt to v2 please check this Core upgrade guid