PHPackages                             zakariayacine/larainputgenerator - 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. zakariayacine/larainputgenerator

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

zakariayacine/larainputgenerator
================================

LaraInputGenerator is a powerful and versatile Laravel package designed to streamline input automation tasks within your Laravel applications. Say goodbye to repetitive and time-consuming form and input generation code. With LaraInputGenerator, you can effortlessly create input forms, validation rules, and more with just a few lines of code, saving you valuable development time and ensuring consistency throughout your projects.

1.0.1(2y ago)113MITPHPPHP ^8.1

Since Sep 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/zakariayacine/LaraInputGenerator)[ Packagist](https://packagist.org/packages/zakariayacine/larainputgenerator)[ Docs](https://github.com/zakariayacine/larainputgenerator)[ RSS](/packages/zakariayacine-larainputgenerator/feed)WikiDiscussions main Synced 1mo ago

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

LaraInputGenerator
==================

[](#larainputgenerator)

LaraInputGenerator is a Laravel package designed to simplify input automation tasks within your Laravel applications. With LaraInputGenerator, you can effortlessly create input forms, textareas, selects, and file uploads with ease.

[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://github.com/zakariayacine/larainputgenerator/blob/main/LICENSE)[![Latest Version on Packagist](https://camo.githubusercontent.com/7b11752899130ff4a6698231f025ce87f1644b34839c48b48233dd2743a6826c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a616b61726961796163696e652f6c617261696e70757467656e657261746f72)](https://packagist.org/packages/zakariayacine/larainputgenerator)[![Total Downloads](https://camo.githubusercontent.com/6d9abade07ae4d6cdb87d2edc0db29c5095874a7b502e793241d88ce356d4684/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a616b61726961796163696e652f6c617261696e70757467656e657261746f72)](https://packagist.org/packages/zakariayacine/larainputgenerator)

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

[](#installation)

You can install LaraInputGenerator via Composer. Open your terminal and navigate to your Laravel project directory, then run:

```
composer require zakariayacine/larainputgenerator
```

To publish the package's assets, including Blade components, run the following command:

```
php artisan vendor:publish --tag=larainputgenerator-config
```

This command will make the package's components available for use in your views.

Usage
-----

[](#usage)

### Input

[](#input)

```

```

ParameterTypeDescription`label``string`**Required**. Label of the input`type``Parameter`**Required**. Can be: 'text', 'password', 'email', 'tel', 'number', 'date', 'time', 'datetime-local', 'file', 'checkbox', 'radio'`name``string`**Required**. The name of the input`value``variable`**NOT Required**. Value can be a string or an integer`errors``variable`**Required**. Errors are used in request validation### Textarea

[](#textarea)

```

```

ParameterTypeDescription`label``string`**Required**. Label of the textarea`name``string`**Required**. The name of the textarea`value``variable`**NOT Required**. Value can be a string or an integer`errors``variable`**Required**. Errors are used in request validation### Select

[](#select)

```

```

ParameterTypeDescription`label``string`**Required**. Label of the select`name``string`**Required**. The name of the select`options``array`**Required**. Example: `['option1' => 'Option 1', 'option2' => 'Option 2']``value``variable`**NOT Required**. Value can be a string or an integer`errors``variable`**Required**. Errors are used in request validation### fileUpload

[](#fileupload)

```

```

ParameterTypeDescription`label``string`**Required**. Label of the upload file system`name``string`**Required**. The name of the upload file system`accept``variable`**Required**. Example: `config('larainputgenerator.uploadImages'), config('larainputgenerator.uploadVideos'), config('larainputgenerator.uploadDocuments'), config('larainputgenerator.uploadAudio'), config('larainputgenerator.uploadAll')``multiple``bool`**NOT Required**. Value can be a string or an integerFor more details and advanced usage examples, please refer to the [official documentation](https://github.com/zakariayacine/larainputgenerator).

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT License](LICENSE).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

982d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/527d2713c07489dfdea0cdbe55353b7b0ea7a116c76e2f58e74a89105266f4ee?d=identicon)[zakariayacine](/maintainers/zakariayacine)

---

Top Contributors

[![zakariayacine](https://avatars.githubusercontent.com/u/62550306?v=4)](https://github.com/zakariayacine "zakariayacine (13 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

laravelzakariayacinelarainputgenerator

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/zakariayacine-larainputgenerator/health.svg)

```
[![Health](https://phpackages.com/badges/zakariayacine-larainputgenerator/health.svg)](https://phpackages.com/packages/zakariayacine-larainputgenerator)
```

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.7k28.9M627](/packages/spatie-laravel-data)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
