laravel-formello
A Laravel package for generating Bootstrap 5 and TailwindCSS v4 forms, based on models. Laravel 11+
File Explorer
Download Latest Version (.zip)- formello.php
- reactive.md
- widgets.md
- flatpickr.min.css
- jodit.min.css
- nano.min.css
- tom-select.default.min.css
- it.js
- flatpickr.min.js
- formello-reactive.js
- formello.js
- imask.min.js
- jodit.min.js
- pickr.min.js
- tom-select.complete.js
- scripts.blade.php
- styles.blade.php
- checkboxes.blade.php
- color.blade.php
- date.blade.php
- hidden.blade.php
- radio.blade.php
- range.blade.php
- select.blade.php
- select2.blade.php
- separator.blade.php
- text.blade.php
- textarea.blade.php
- toggle.blade.php
- tomselect.blade.php
- upload.blade.php
- wysiwyg.blade.php
- tomselect-script.blade.php
- wysiwyg-script.blade.php
- checkboxes.blade.php
- color.blade.php
- date.blade.php
- hidden.blade.php
- radio.blade.php
- range.blade.php
- select.blade.php
- select2.blade.php
- separator.blade.php
- text.blade.php
- textarea.blade.php
- toggle.blade.php
- tomselect.blade.php
- upload.blade.php
- wysiwyg.blade.php
- form.blade.php
- formello.stub
- MakeFormelloCommand.php
- Formello.php
- FormelloComputeController.php
- WidgetInterface.php
- FormelloState.php
- HasSelect2Widget.php
- HasTomSelectWidget.php
- BaseWidget.php
- CheckboxesWidget.php
- ColorSwatchWidget.php
- ColorWidget.php
- DateTimeWidget.php
- DateWidget.php
- HiddenWidget.php
- MaskWidget.php
- RadioWidget.php
- RangeWidget.php
- Select2Widget.php
- SelectWidget.php
- SeparatorWidget.php
- TextareaWidget.php
- TextWidget.php
- ToggleWidget.php
- TomSelectWidget.php
- UploadWidget.php
- WysiwygWidget.php
- AssetManager.php
- Formello.php
- FormelloField.php
- FormelloManager.php
- FormelloServiceProvider.php
- SchemaInspector.php
- WidgetFactory.php
- CheckboxesWidgetTest.php
- ColorSwatchWidgetTest.php
- ColorWidgetTest.php
- CustomWidgetsOverrideTest.php
- DateTimeWidgetTest.php
- DateWidgetTest.php
- FormelloFieldTest.php
- FormelloMultipartTest.php
- FormelloStateTest.php
- FormelloTest.php
- HiddenWidgetTest.php
- MaskWidgetTest.php
- RadioWidgetTest.php
- RangeWidgetTest.php
- ReactiveTest.php
- Select2WidgetTest.php
- SelectWidgetTest.php
- SeparatorWidgetTest.php
- TailwindCssWidgetsTest.php
- TextareaWidgetTest.php
- TextWidgetTest.php
- ToggleWidgetTest.php
- TomSelectWidgetTest.php
- UploadWidgetTest.php
- WysiwygWidgetTest.php
- .gitignore
- CHANGELOG.md
- composer.json
- composer.lock
- LICENSE
- phpunit.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/metalogico/laravel-formello
Downloads the entire project code from GitHub to your computer.
cd laravel-formello
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer require metalogico/laravel-formello
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
