variety of premium plugins

Learn More

bolt

you are reading the documentation for version v1 our latest version is v3 make sure to select the correct version.
to check your version use: composer show lara-zeus/bolt

Embed the Form

to Embed the Form in any blade page, simply use:

<livewire:bolt.fill-form slug="feedback" />

and this is how the form look in an empty page.

embed in the Sky

if you are using our package Sky, you can embed the forms by using the code:

<bolt>formSlug</bolt>

And for your user's convenience, we added a new tab in the form to make it easy to copy the code.

Compiling assets

  • make sure to include all the assets needed to render the form,
  • take a look at creating custom themes for Filament.
  • also you must include zeus assets, the frontend.css and frontend.js

or you can simply include the pre compiled files from zeus core:

<link rel="stylesheet" href="{{ asset('vendor/zeus/frontend.css') }}">
<script src="{{ asset('vendor/zeus/app.js') }}" defer></script>