PHPackages                             webfactor/laravel-backpack-fluentsyntax - 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. webfactor/laravel-backpack-fluentsyntax

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

webfactor/laravel-backpack-fluentsyntax
=======================================

Adds fluent syntax for creating Laravel Backpack Fields and Columns

1.3.1(7y ago)041MITPHPPHP ~7.1

Since Apr 14Pushed 7y ago2 watchersCompare

[ Source](https://github.com/webfactor/laravel-backpack-fluentsyntax)[ Packagist](https://packagist.org/packages/webfactor/laravel-backpack-fluentsyntax)[ Docs](https://github.com/webfactor/laravel-generators)[ RSS](/packages/webfactor-laravel-backpack-fluentsyntax/feed)WikiDiscussions master Synced today

READMEChangelog (8)Dependencies (4)Versions (12)Used By (0)

laravel-backpack-fluentsyntax
=============================

[](#laravel-backpack-fluentsyntax)

[![Latest Version on Packagist](https://camo.githubusercontent.com/dddd67706066b968f99052b8cab1e34573766f8e31f9dc86e600b25e12799484/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776562666163746f722f6c61726176656c2d6261636b7061636b2d666c75656e7473796e7461782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/webfactor/laravel-backpack-fluentsyntax)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![StyleCI](https://camo.githubusercontent.com/eb7a085318f1b27df4d0542f194a8ab0d39c63820b080e00daa9a49047c2069b/68747470733a2f2f7374796c6563692e696f2f7265706f732f3132353537343630332f736869656c64)](https://styleci.io/repos/125574603)[![Build Status](https://camo.githubusercontent.com/bb2570a40e262dd579de4242aedf246f5d714653431e97698ad1f6f48fdd05d4/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f776562666163746f722f6c61726176656c2d6261636b7061636b2d666c75656e7473796e7461782f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/webfactor/laravel-backpack-fluentsyntax)[![Coverage Status](https://camo.githubusercontent.com/3942b6681ad3ca295fc038c0867ef7455f72fa827d9f7322d0a68890e66103d7/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f776562666163746f722f6c61726176656c2d6261636b7061636b2d666c75656e7473796e7461782e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/webfactor/laravel-backpack-fluentsyntax/code-structure)[![Quality Score](https://camo.githubusercontent.com/4c86ae21f7d7bfe6d86ff1268dfe6be6f54bcf26df99b3ac705aaf07ffff6e4d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f776562666163746f722f6c61726176656c2d6261636b7061636b2d666c75656e7473796e7461782e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/webfactor/laravel-backpack-fluentsyntax)[![Total Downloads](https://camo.githubusercontent.com/f582800303663c8c0957a3f3d56142ce1d184d3ba86501bd2b5f4f6f6181cc0b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f776562666163746f722f6c61726176656c2d6261636b7061636b2d666c75656e7473796e7461782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/webfactor/laravel-backpack-fluentsyntax)

This is a package developed by us for internal use and is supposed to provide a fluent syntax for Laravel Backpack. Readme will be added as soon as package is ready for public usage.

Install
-------

[](#install)

### Via Composer

[](#via-composer)

```
composer require webfactor/laravel-backpack-fluentsyntax
```

Usage
-----

[](#usage)

### Attention

[](#attention)

To use FluentSyntax please add `Webfactor\Laravel\Backpack\FluentSyntax\Traits\FluentSyntax` in all of your Backpack CrudControllers:

```
use Webfactor\Laravel\Backpack\FluentSyntax\Traits\FluentSyntax;

class ExampleCrudController extends CrudController
{
    use FluentSyntax;

    public function setup()
    {
        //
    }
//
}
```

### Add Fluent Crud Fields

[](#add-fluent-crud-fields)

// todo: write example

### Add Fluent Crud Columns

[](#add-fluent-crud-columns)

// todo: write example

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Thomas Swonke](https://github.com/tswonke)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 93% 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 ~16 days

Recently: every ~40 days

Total

11

Last Release

2787d ago

Major Versions

0.1.0 → 1.0.02018-04-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c9a2c2e97d66bd30df7df75183059e218e21ee5d5b80cdcf6542d1a2c60992d?d=identicon)[OliverZiegler](/maintainers/OliverZiegler)

![](https://www.gravatar.com/avatar/d1f7e53fc33bd0893449f12d5b1d178f5a4b4ac8f41db4031c7b7291f565095a?d=identicon)[webfactor](/maintainers/webfactor)

---

Top Contributors

[![tswonke](https://avatars.githubusercontent.com/u/6401044?v=4)](https://github.com/tswonke "tswonke (40 commits)")[![AbbyJanke](https://avatars.githubusercontent.com/u/487798?v=4)](https://github.com/AbbyJanke "AbbyJanke (3 commits)")

---

Tags

laravelfluentbackpackWebfactor

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/webfactor-laravel-backpack-fluentsyntax/health.svg)

```
[![Health](https://phpackages.com/badges/webfactor-laravel-backpack-fluentsyntax/health.svg)](https://phpackages.com/packages/webfactor-laravel-backpack-fluentsyntax)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M685](/packages/barryvdh-laravel-ide-helper)[webfactor/laravel-backpack-instant-fields

Instant fields to create/edit/delete related entities on the fly in Laravel Backpack

486.9k](/packages/webfactor-laravel-backpack-instant-fields)[webfactor/laravel-generators

Laravel generators for quickly creating entities.

3111.1k](/packages/webfactor-laravel-generators)[laracraft-tech/laravel-useful-additions

A collection of useful Laravel additions!

58109.4k](/packages/laracraft-tech-laravel-useful-additions)[glhd/special

1929.4k](/packages/glhd-special)[bjuppa/laravel-blog

Add blog functionality to your Laravel project

483.3k2](/packages/bjuppa-laravel-blog)

PHPackages © 2026

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