PHPackages                             realcahsowan/laravel-bulma-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. realcahsowan/laravel-bulma-form

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

realcahsowan/laravel-bulma-form
===============================

Simple form builder for Laravel, using Bulma css

057Blade

Since Dec 10Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-bulma-form
==================

[](#laravel-bulma-form)

Laravel form builder using Bulma css

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

[](#installation)

```
composer require realcahsowan/laravel-bulma-form
```

Usage
-----

[](#usage)

### Form Class File

[](#form-class-file)

```
php artisan make:form BookForm
```

above command will generate `BookForm` class file in `app/Http/Forms` directory

### Inside Controller

[](#inside-controller)

```
// Don't forget to import
use App\Http\Forms\BookForm;

public function create(BookForm $form)
{
	return view('books.create')->with('form', $form->generate('POST', route('books.store')));
}
```

### Insde View

[](#insde-view)

To render the form simply do `{{ $form }}`

### NOTE: Handle disabled inputs

[](#note-handle-disabled-inputs)

Add below lines insde the body tag of your layout blade file:

```

@yield('extra_script')
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

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/441a7db98a8471e62409b5be6d64233c8a7466e476f08a8f7b36fef814cb1725?d=identicon)[realcahsowan](/maintainers/realcahsowan)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[rubix/ml

A high-level machine learning and deep learning library for the PHP language.

2.2k1.4M28](/packages/rubix-ml)[arcanedev/qr-code

QR Code generator

1231.9k1](/packages/arcanedev-qr-code)[bestmomo/laravel5-3-installer

Helper for Laravel 5.3 application installation

174.7k](/packages/bestmomo-laravel5-3-installer)

PHPackages © 2026

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