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

AbandonedArchivedComposer-package

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 today

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 27% 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

2260d 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

[yajra/laravel-datatables-oracle

jQuery DataTables API for Laravel

4.9k33.8M339](/packages/yajra-laravel-datatables-oracle)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k25.9M107](/packages/laravel-cashier)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[laravel/cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.

264778.4k3](/packages/laravel-cashier-paddle)

PHPackages © 2026

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