PHPackages                             zakaria-yacine/laravel-form-builder - 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. zakaria-yacine/laravel-form-builder

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

zakaria-yacine/laravel-form-builder
===================================

AutoFormGenerator is a Laravel package that streamlines form creation by automatically generating forms and their corresponding input fields using Artisan commands. Simplify repetitive tasks, reduce development time, and enhance productivity by generating fully customizable forms directly from the console. Perfect for CRUD applications and rapid prototyping.

1.1.1(1y ago)326MITPHPPHP ^8.2

Since Sep 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/zakariayacine/Laravel-Form-Builder)[ Packagist](https://packagist.org/packages/zakaria-yacine/laravel-form-builder)[ Docs](https://github.com/zakaria-yacine/laravel-form-builder)[ GitHub Sponsors](https://github.com/ZakariaYacineBoucetta)[ RSS](/packages/zakaria-yacine-laravel-form-builder/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (8)Versions (2)Used By (0)

LaravelFormBuilder is a Laravel package that streamlines form creation by automatically generating forms and their corresponding input fields using Artisan commands. Simplify repetitive tasks, reduce development time, and enhance productivity by generating fully customizable forms directly from the console. Perfect for CRUD applications and rapid prototyping
========================================================================================================================================================================================================================================================================================================================================================================

[](#laravelformbuilder-is-a-laravel-package-that-streamlines-form-creation-by-automatically-generating-forms-and-their-corresponding-input-fields-using-artisan-commands-simplify-repetitive-tasks-reduce-development-time-and-enhance-productivity-by-generating-fully-customizable-forms-directly-from-the-console-perfect-for-crud-applications-and-rapid-prototyping)

[![Latest Version on Packagist](https://camo.githubusercontent.com/85b028d432f2ac750b99fc1de559397291a3ff9cb27d4cafbe11f78a2bb1f575/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a616b617269612d796163696e652f6c61726176656c2d666f726d2d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zakaria-yacine/laravel-form-builder)[![Total Downloads](https://camo.githubusercontent.com/1772d1d04430a649a30d45a83d9e7c7c549bb20fd3d283361a6bd8b4f4d74575/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a616b617269612d796163696e652f6c61726176656c2d666f726d2d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zakaria-yacine/laravel-form-builder)

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

[](#installation)

You can install the package via composer:

```
composer require zakaria-yacine/laravel-form-builder
```

You can publish the config file with:

```
php artisan vendor:publish --tag=form-builder-config
```

This is the contents of the published config file:

```
