PHPackages                             fomvasss/laravel-visual-editable - 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. fomvasss/laravel-visual-editable

AbandonedArchivedComposer-package[Utility &amp; Helpers](/categories/utility)

fomvasss/laravel-visual-editable
================================

A package to visual edit your html sections, pages, blocks

0.2.1(6y ago)133MITPHPPHP &gt;=7.0.0

Since Mar 14Pushed 6y ago1 watchersCompare

[ Source](https://github.com/fomvasss/laravel-visual-editable)[ Packagist](https://packagist.org/packages/fomvasss/laravel-visual-editable)[ RSS](/packages/fomvasss-laravel-visual-editable/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (3)Versions (6)Used By (0)

Laravel Visual Editor
=====================

[](#laravel-visual-editor)

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

[](#installation)

Run from the command line:

```
composer require fomvasss/laravel-visual-editable
```

- Install CKEditor &amp; Laravel file manager
- Publish this package assets
- Set configs
- Run migration
- Make model `Models/Block` and extend `Block extends \Fomvasss\LaravelVisualEditable\Models\Block`
- Make POST route for save blocks - simultaneous conservatio (ex: `admin/blocks/visual`)
- Make controller, etc...
- Add js &amp; css to your editable pages (in head, after front css):

```
@if(config('visual-editable.available'))

@endif
```

- Add html after open tag :

```

    Сохранить

```

- Add in end html doc (after your svripts) - optional

```
@if(! config('visual-editable.available'))

    $('.csrf-form').append('')
    $('.csrf-form').append('')

@endif
```

Use facade:

```
{!! \BlockVisualEditor::render('top_casino_reviews', '

		Top Reviews
		from bearded Joker
		Get individual bonuses of Some up to $ 1000 on your first deposit now!

			Get your bonus

') !!}
```

Or with tempate block (tempate in dir: `front.blocks`)

```
	{!! \BlockVisualEditor::include('some_super_block') !!}
```

Examples usage
--------------

[](#examples-usage)

Links
-----

[](#links)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

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

Total

5

Last Release

2310d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f99b460639e7d6871597882226b1e0d9e3055992eac8b22bfcd4f90fbdac95c?d=identicon)[fomvasss](/maintainers/fomvasss)

---

Top Contributors

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

---

Tags

laraveleditorblocksvisualcke

### Embed Badge

![Health badge](/badges/fomvasss-laravel-visual-editable/health.svg)

```
[![Health](https://phpackages.com/badges/fomvasss-laravel-visual-editable/health.svg)](https://phpackages.com/packages/fomvasss-laravel-visual-editable)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[yajra/laravel-datatables-oracle

jQuery DataTables API for Laravel

4.9k35.3M364](/packages/yajra-laravel-datatables-oracle)[moonshine/moonshine

Laravel administration panel

1.3k239.9k76](/packages/moonshine-moonshine)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45344.0k1](/packages/pressbooks-pressbooks)[wearepixel/laravel-cart

A cart implementation for Laravel

1355.6k](/packages/wearepixel-laravel-cart)

PHPackages © 2026

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