-
-
Notifications
You must be signed in to change notification settings - Fork 9
Home
MrFibunacci edited this page May 12, 2026
·
2 revisions
Welcome to the laravel-form-components wiki!
You can install the package via composer:
composer require okipa/laravel-form-componentsYou can publish the config file with:
php artisan vendor:publish --tag=form-components:configAmong its configurations, this package allows you to choose which UI framework will be use.
Please note that you'll have to install and configure the UI framework you want to use before using this package.
You can publish the package views to customize them if necessary:
php artisan vendor:publish --tag=form-components:views