PHPackages                             fidpro/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. fidpro/builder

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

fidpro/builder
==============

Laravel form builder

093HTML

Since Nov 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/fidpro91/builderl8)[ Packagist](https://packagist.org/packages/fidpro/builder)[ RSS](/packages/fidpro-builder/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Welcome to FidPRO Builder to Laravel 8.\*
=========================================

[](#welcome-to-fidpro-builder-to-laravel-8)

Instalasi
=========

[](#instalasi)

- Buka terminal atau command prompt ketikkan : `composer require fidpro/builder`
- Setelah selesai instalasi ketikkan : `php artisan vendor:publish --tag=fidpro-l8`
- setting koneksi database di file .env
- jalankan kan perintah `php artisan migrate`
- Buka file di direktori app/Providers/RouteServiceProvider.php. aktifkan variable namespace

`protected $namespace = 'App\\Http\\Controllers';`

lalu tambahkan route ke service builder seperti di bawah ini :

` Route::prefix('builder') ->namespace('builder') ->group(base_path('routes/builder.php'));`

Tambahkan provider fidpro di direktori config/app.php

`App\Providers\FidproServiceProvider::class`

tambkan inisialises :

`"Widget"    => \fidpro\builder\Widget::class,`

`"Create"    => \fidpro\builder\Create::class,`

`"Bootstrap"    => \fidpro\builder\Bootstrap::class,`

Buka file composer.json tambahkan script berikut :

`"autoload": { "psr-4": { "fidpro\\builder\\" : "vendor/fidpro/builder/src" } }`

lalu ketikkan `composer dump-autoload`jalankan server `php artisan serve`buka halaman dengan web browser "localhost:8000/fidpro/documentation/index"

Selamat mencoba ...
===================

[](#selamat-mencoba-)

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8e0f7b902b9596a0560e77ec9c040d84f8380363f8df96171cb8ba9c651245cd?d=identicon)[fidpro](/maintainers/fidpro)

---

Top Contributors

[![fidpro91](https://avatars.githubusercontent.com/u/20158431?v=4)](https://github.com/fidpro91 "fidpro91 (68 commits)")

### Embed Badge

![Health badge](/badges/fidpro-builder/health.svg)

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

PHPackages © 2026

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