PHPackages                             karakushan/webfox-block-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. karakushan/webfox-block-builder

ActiveLibrary

karakushan/webfox-block-builder
===============================

ACF-like block editor for Laravel/Orchid pages

1.0.3(today)05↑2900%MITVuePHP ^8.2

Since Jul 28Pushed todayCompare

[ Source](https://github.com/karakushan/webfox-block-editor)[ Packagist](https://packagist.org/packages/karakushan/webfox-block-builder)[ RSS](/packages/karakushan-webfox-block-builder/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (5)Used By (0)

Webfox Block Builder
====================

[](#webfox-block-builder)

Reusable block editor for Laravel 12 and Orchid Platform 14.

Install in a new project
------------------------

[](#install-in-a-new-project)

```
composer require karakushan/webfox-block-builder
php artisan block-builder:install
```

The install command publishes assets and `config/block-editor.php`, creates `app/Blocks` and `resources/views/blocks` and does not overwrite existing project files.

Add each model that will use the editor to `block-editor.allowed_models`:

```
'allowed_models' => [App\Models\Page::class],
```

Use the editor in an Orchid layout:

```
BlockEditorField::make('blocks')->model($page),
```

Blocks are rendered with `@blocks($page, 'content', app()->getLocale())`.

Project blocks
--------------

[](#project-blocks)

Project-owned block classes live in `app/Blocks` and Blade templates live in `resources/views/blocks`. Classes named `*Block` are discovered automatically; each class must expose `public static function register(): void` and register its type through `Webfox\BlockEditor\BlockRegistry`.

Create a skeleton with:

```
php artisan make:block TextImage --category="Content" --description="Text and image"
```

Block data is stored as JSON in the selected model field, preserving the stable `id`, `type`, `order`, `data`, and `settings` structure.

Package development in webfox.dev
---------------------------------

[](#package-development-in-webfoxdev)

The package is kept in `packages/webfox/block-editor` as a Git submodule and is installed by the application through a Composer `path` repository. Build release assets from the package directory with `npm run build` before tagging a release.

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance100

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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 ~0 days

Total

4

Last Release

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11157234?v=4)[Vitaliy Karakushan](/maintainers/karakushan)[@karakushan](https://github.com/karakushan)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/karakushan-webfox-block-builder/health.svg)

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

###  Alternatives

[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

10.2k4.0k](/packages/leantime-leantime)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k8](/packages/statamic-rad-pack-runway)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3518.3k](/packages/duncanmcclean-statamic-cargo)[api-platform/laravel

API Platform support for Laravel

58174.6k17](/packages/api-platform-laravel)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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