Hermes is a premium package,
get your license here
On this page
before you continue, please make sure you already installed filament, and all working prefecture for you.
Composer
You can install the package via composer:
1composer require lara-zeus/bolt
Migrations
Publish the migrations files
1php artisan vendor:publish --tag=zeus-bolt-migrations
Assets
Publish the assets files for the frontend:
1php artisan vendor:publish --tag=zeus-assets
Run Migration
Finally, run the migration:
1php artisan migrate
Filament Setup
Set up the plugin with filament you need to add it to your panel provider, The default one is adminPanelProvider
1SpatieLaravelTranslatablePlugin::make()->defaultLocales([config('app.locale')]),2BoltPlugin::make()
Usage
Visit the url /admin
, and /bolt
to access the forms.