PHPackages                             bernskioldmedia/laravel-form-architect - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. bernskioldmedia/laravel-form-architect

ActivePackage[Templating &amp; Views](/categories/templating)

bernskioldmedia/laravel-form-architect
======================================

A fluent helper to build powerful forms in PHP designed to be outputted in blade.

010PHP

Since Apr 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/bernskioldmedia/laravel-form-architect)[ Packagist](https://packagist.org/packages/bernskioldmedia/laravel-form-architect)[ RSS](/packages/bernskioldmedia-laravel-form-architect/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

A form builder for Laravel aimed at Blade components.
=====================================================

[](#a-form-builder-for-laravel-aimed-at-blade-components)

[![Latest Version on Packagist](https://camo.githubusercontent.com/64f025f5a2a058b299df7e04092f466f26e7787a4a02cae0443854ac7daa2f1d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6265726e736b696f6c646d656469612f6c61726176656c2d666f726d2d6172636869746563742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bernskioldmedia/laravel-form-architect)[![GitHub Tests Action Status](https://camo.githubusercontent.com/5e45b7cdd3571c3732af6b5b6cdc5e6dda75774388281d49791ef9759e245a70/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6265726e736b696f6c646d656469612f6c61726176656c2d666f726d2d6172636869746563742f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/bernskioldmedia/laravel-form-architect/actions?query=workflow%3Arun-tests+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/1c033fcf8055cc824bfb355411acedbb1cd166fcbeac73f7e2dfafc07a6c22fa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6265726e736b696f6c646d656469612f6c61726176656c2d666f726d2d6172636869746563742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bernskioldmedia/laravel-form-architect)

Prerequisites
-------------

[](#prerequisites)

- Laravel 10 or higher
- PHP 8.2 or higher

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require bernskioldmedia/laravel-form-architect
```

### Publishing config and views

[](#publishing-config-and-views)

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-form-architect-config"
```

This is the contents of the published config file:

```
