PHPackages                             hungnm28/laravel-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. [Templating &amp; Views](/categories/templating)
4. /
5. hungnm28/laravel-form

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

hungnm28/laravel-form
=====================

This package used for create laravel form

1.6.0(2y ago)0396MITPHP

Since Oct 4Pushed 2y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (51)Used By (0)

Laravel module admin
====================

[](#laravel-module-admin)

### The package used for create laravel admin.

[](#the-package-used-for-create-laravel-admin)

Requires: [- Laravel](https://laravel.com/docs/10.x). [- Laravel Jetstream with livewire](https://jetstream.laravel.com/3.x/installation.html). [- Laravel Module](https://docs.laravelmodules.com/v9/installation-and-setup). [- Laravel Module Livewire](https://github.com/mhmiton/laravel-modules-livewire). [- Simple html dom](https://simplehtmldom.sourceforge.io/docs/1.9/index.html).

See [- How to create new project](https://github.com/hungnm28/laravel-form/blob/master/new-project.md).

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

[](#installation)

```
composer require hungnm28/laravel-form
```

Create module admin by [Laravel Module](https://nwidart.com/laravel-modules/v6/basic-usage/creating-a-module)

Add this to .env file

```
ASSET_URL=/dev
```

Add to end of file .env

```
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
```

Create new Module
-----------------

[](#create-new-module)

```
php artisan lf:new-module

cd Modules/
npm install
npm run dev
```

Create new Admin
----------------

[](#create-new-admin)

```
php artisan lf:new-admin

cd Modules/
npm install
npm run dev
```

Create new Admin User
---------------------

[](#create-new-admin-user)

```
php artisan lf:create-admin-user
```

Init Icon
---------

[](#init-icon)

```
    php artisan lf:init-icon
```

Create Page
-----------

[](#create-page)

```
    php artisan lf:make-page   {--model=} {--pre=}
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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

Every ~5 days

Total

49

Last Release

1038d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f71d7686a2a97e4321db99fd342731998bdbc4718dee6e55801c8699ac73eeb?d=identicon)[hungnm28](/maintainers/hungnm28)

---

Top Contributors

[![toanld](https://avatars.githubusercontent.com/u/33773069?v=4)](https://github.com/toanld "toanld (16 commits)")

### Embed Badge

![Health badge](/badges/hungnm28-laravel-form/health.svg)

```
[![Health](https://phpackages.com/badges/hungnm28-laravel-form/health.svg)](https://phpackages.com/packages/hungnm28-laravel-form)
```

###  Alternatives

[victoryoalli/laravel-code-generator

A PHP Package for Code Generation.

757.3k](/packages/victoryoalli-laravel-code-generator)[san-kumar/laravel-crud

Laravel CRUD generator: Generate CRUD for any db table with the crud:generate command.

564.4k](/packages/san-kumar-laravel-crud)

PHPackages © 2026

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