variety of premium plugins

Learn More

hermes

Thank you for checking Restaurants and Cafés Menu Management, before you can install it, you will need a license.

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

before you continue, please make sure you already installed filament, and all working prefecture for you.

Composer

You can install the package via composer:

composer require lara-zeus/bolt

Migrations

Publish the migrations files

php artisan vendor:publish --tag=zeus-bolt-migrations

Assets

Publish the assets files for the frontend:

php artisan vendor:publish --tag=zeus-assets

Run Migration

Finally, run the migration:

php artisan migrate

Filament Setup

Set up the plugin with filament you need to add it to your panel provider, The default one is adminPanelProvider

SpatieLaravelTranslatablePlugin::make()->defaultLocales([config('app.locale')]),
BoltPlugin::make()

Usage

Visit the url /admin , and /bolt to access the forms.