PHPackages                             sbx/frontcrm - 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. sbx/frontcrm

ActiveLibrary

sbx/frontcrm
============

This package allow you to edit your static pages from frontend.

077↓100%Blade

Since Oct 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/atiq021/inline-cms-editor)[ Packagist](https://packagist.org/packages/sbx/frontcrm)[ RSS](/packages/sbx-frontcrm/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Website Frontend Editor ( Laravel )
===================================

[](#website-frontend-editor--laravel-)

This package allow you to edit your static text and images from frontend.

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

[](#installation)

To install the package

```
  composer require sbx/frontcrm
```

Add `Sbx\Frontcrm\Providers\CRMServiceProvider::class` in your project `app/config.php` under providers array.

Run
---

[](#run)

```
  php artisan migrate:refresh --path=vendor/sbx/frontcrm/src/database/migrations/2023_09_28_174935_create_sbx_settings_table.php
```

Configuration
-------------

[](#configuration)

Add `@include('frontcrm::editor', ['editable'=> true])` in your view page before `` tag see example below.

```

    ...

    ...
    My content
    ...
    My scripts
    ...
    @if(Auth::check())
      @include('frontcrm::editor', ['editable'=> true])
    @else
      @include('frontcrm::editor', ['editable'=> false])
    @endif

```

you can define who will edit and who can only see the changes by define `editable` key `true` or `false`.

and Add `sbx-inline-editor` class in your editable text elements.

Add `sbx-inline-img-editor` class in your editable `img` tags.

See example below:

```

    ...

      This is the H1 Editable Tag.

    @if(Auth::check())
      @include('frontcrm::editor', ['editable'=> true])
    @else
      @include('frontcrm::editor', ['editable'=> false])
    @endif

```

Note:
-----

[](#note)

JQuery is required.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity21

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/fdab8fbfbe70b7bf4f415e81a86f1498adbb6e51976d6dce6c455ac2115f9610?d=identicon)[atiqghata](/maintainers/atiqghata)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sbx-frontcrm/health.svg)

```
[![Health](https://phpackages.com/badges/sbx-frontcrm/health.svg)](https://phpackages.com/packages/sbx-frontcrm)
```

PHPackages © 2026

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