LaravelPackages.net
Acme Inc.
Toggle sidebar
brino/blade-questions

Laravel Blade Form Components

14
0
About brino/blade-questions

brino/blade-questions is a Laravel package for laravel blade form components. It currently has 0 GitHub stars and 14 downloads on Packagist. Install it with composer require brino/blade-questions. Discover more Laravel packages by brino or browse all Laravel packages to compare alternatives.

Last updated

BladeQuestions

Laravel Blade Components for Quickly making forms

Requirements

  • Laravel 8 or 9
  • PHP 7 or 8

Installation

composer require brino/blade-questions

Usage Examples

<x-question-input label="Owner" :parent="$settings" placeholder="username"></x-questions-input>

<x-question-select label="Status" :options="[1 => 'Stock', 2 => 'Distribution']"></x-question-select>

<x-question-checkbox :choices="[1=>'Distribution', 2=>'Stock']" label="Status"></x-question-checkbox>

<x-question-radio :choices="[1=>'Yes', 0=>'No']" :parent="$settings" label="Calculate Formulas (optional)" name="calculate_formulas" tooltip="Pre-calculation of formulas in non-text file spreadsheets"></x-questions.radio>

License

BladeQuestions is released under the MIT Open Source License, https://opensource.org/licenses/MIT

Star History Chart