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.
Zeus is an open-source project. Thanks to my sponsors for helping me maintain this project.