https://github.com/bastinald/laravel-bootstrap-forms
Bootstrap 5 form components for Laravel.
https://github.com/bastinald/laravel-bootstrap-forms
Last synced: 11 months ago
JSON representation
Bootstrap 5 form components for Laravel.
- Host: GitHub
- URL: https://github.com/bastinald/laravel-bootstrap-forms
- Owner: bastinald
- Created: 2021-04-26T21:46:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T12:29:15.000Z (almost 4 years ago)
- Last Synced: 2025-02-25T13:43:16.662Z (over 1 year ago)
- Language: Blade
- Size: 16.6 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Laravel Bootstrap Forms
Bootstrap 5 form components for Laravel.
## Installation
```console
composer require bastinald/laravel-bootstrap-forms
```
## Usage
An input field:
```html
```
An input field with helper text & append/prepend slots:
```html
$
.00
```
A textarea field:
```html
```
A file upload field:
```html
```
A select dropdown using Eloquent results:
```html
```
A select dropdown using an associative array:
```html
```
A select dropdown using an indexed array:
```html
```
A radio group:
```html
```
A checkbox field:
```html
```