you are reading the documentation for version
v2
our latest version is
v3
make sure to select the correct version.
to check your version use:
to check your version use:
composer show lara-zeus/bolt
On this page
Embed the Form
Lara Zeus Bolt forms are simply a livewire component, you can embed it in any page.in your frontend or filament pages.
to embed the Form in any blade page, simply use:
1<livewire:bolt.fill-form slug="feedback" inline="true" />
and this is how the form look in an empty page.
Embed in the Sky
if you are using our package Lara Zeus Sky, you can embed the forms by using the code:
1<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.