Skip to content
MrFibunacci edited this page May 12, 2026 · 2 revisions

Welcome to the laravel-form-components wiki!

Installation

You can install the package via composer:

composer require okipa/laravel-form-components

Configuration

You can publish the config file with:

php artisan vendor:publish --tag=form-components:config

Among 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.

Views

You can publish the package views to customize them if necessary:

php artisan vendor:publish --tag=form-components:views

Clone this wiki locally