PHPackages                             hynek/hynek-form - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. hynek/hynek-form

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

hynek/hynek-form
================

A form module for Hynek

1.0.0(8mo ago)01MITPHPPHP ^8.2

Since Sep 3Pushed 7mo agoCompare

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

READMEChangelog (2)Dependencies (11)Versions (4)Used By (0)

Laravel Form Package
====================

[](#laravel-form-package)

This package provides a robust and flexible way to build and render forms in your Laravel applications. It offers a clear, object-oriented approach to defining your form structures, controls, and presentation.

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

[](#installation)

You can install the package via Composer:

```
composer require hynek/form
```

After installing, publish the package's configuration file and views (optional) using:

```
php artisan vendor:publish --provider="Hynek\Form\FormServiceProvider"
```

This will publish `config/form.php` and `resources/views/vendor/form` to your application.

Configuration
-------------

[](#configuration)

The package's configuration file, `config/form.php`, allows you to customize the default classes and views used for various form components.

Here's a breakdown of the available configuration options:

```
// config/form.php
