Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update docs #219

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 0 additions & 36 deletions docs/bolt-preset.md

This file was deleted.

43 changes: 43 additions & 0 deletions docs/bolt-pro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: Bolt Pro
weight: 1000
---

## Zeus Bolt Pro

Get additional fields for bolt. more options to build professional forms

## Available Fields

- 🔥 Advance Date (range, month, week, and multiple date)
- 🔥 Alert, show a note with customized styling
- 🔥 Icon Picker, allow your users pick an icon!
- 🔥 Image Picker, allow users to pick an image.
- 🔥 Dynamic Textbox, allow users to add multiple text values
- 🔥 Signature Pad, collect users signature
- 🔥 terms and conditions with custom URLs
- 🔥 Advanced widgets and stats
- 🔥 Forms API
- 🔥 Custom colors and branding per form

### Get Bolt Pro from [here](https://larazeus.com/bolt-pro)

## Installation

To install bolt, you only need to require it in your composer by running the command:

```bash
composer require lara-zeus/bolt-pro
```

and that is all :).

you will get more details after you purchasing the package.

## Configuration

if you want to disable the preset button, add this to `zeus-bolt` config file:

```php
'allow_design' => false,
```
Loading