PHPackages                             esign/inline-edit - 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. esign/inline-edit

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

esign/inline-edit
=================

use inline editing for text and translations

1.1.2(3y ago)113[1 PRs](https://github.com/esign/inline-editing/pulls)MITPHPPHP ^8.0

Since Apr 29Pushed 3y ago3 watchersCompare

[ Source](https://github.com/esign/inline-editing)[ Packagist](https://packagist.org/packages/esign/inline-edit)[ Docs](https://github.com/Esign/InlineEditing)[ RSS](/packages/esign-inline-edit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (9)Used By (0)

Edit website text/translations inline
=====================================

[](#edit-website-texttranslations-inline)

[![Latest Version on Packagist](https://camo.githubusercontent.com/40a08e5e0f2153b8f700fb3a397b93518b8b1b5eb49dac352155ff5a3dd8eb7e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f3a76656e646f722f3a7061636b6167655f736c75672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/:vendor/:package_slug)[![Total Downloads](https://camo.githubusercontent.com/dfa17c07a1fc2cca521cc453761fb4865aca800965b87854ca96874a8afd9e80/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f3a76656e646f722f3a7061636b6167655f736c75672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/:vendor/:package_slug)[![GitHub Actions](https://github.com/:vendor/:package_slug/actions/workflows/main.yml/badge.svg)](https://github.com/:vendor/:package_slug/actions/workflows/main.yml/badge.svg)

[![img.png](img.png)](img.png)

This package enables you to edit your websites text and translations inline.

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

[](#installation)

You can install the package via composer:

```
composer require esign/inline-edit
```

The package will automatically register a service provider.

Next up, you can publish the configuration file:

```
php artisan vendor:publish --provider="Esign\InlineEdit\InlineEditServiceProvider" --tag=config --tag=public
```

Publish the InlineEdit file to use it in your frontend.

```
php artisan inline-editing:install
```

The file will be copied to `resources/assets/js/utils/InlineEdit.js`

Add the following to your `app.js`

```
import InlineEdit from './utils/inlineEdit';

InlineEdit();
```

To use the rich text editor, include de ckeditor cdn before including your `app.js` file by adding the following line to your `app.blade.php` file:

```

```

Make the base url public by adding following line to your `app.blade.php` file.

```
var base_url = '{{ config('app.url') }}';
```

Make sure you have an accessible csrf token by adding

```

```

Include the inline edit css by adding

```

```

Usage
-----

[](#usage)

This package assumes you have a translations table in your database with these required columns `term, type, value`. The default table is `dictionary` but can be changed any other table by changing the specified table in the config file.

You can use the inline editor by calling following function in your blade files

```
{!! esign_inline('term') !!}
```

Depending on the type of the term the richtext editor will be loaded. Supported types are `text, richtext`

> **!! IMPORTANT !!**
> It is important to protect the inline edit routes so only admins can use the functionality. **This package does not handle authentication**

You can add a middleware to the config file that handles the authentication.

The available options are default limited to `'styles', 'bold', 'italic', 'link', 'blockQuote'` but can be expanded in the `inlineEdit.js` file.

For all available options check: [https://ckeditor.com/docs/ckeditor5/latest/api/module\_core\_editor\_editorconfig-EditorConfig.html](https://ckeditor.com/docs/ckeditor5/latest/api/module_core_editor_editorconfig-EditorConfig.html)

### Testing

[](#testing)

```
composer test
```

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Total

4

Last Release

1369d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4599d7a8f6fdb63dd04305a49ae5ec9700b7a6eacdbe3a54f89584d75e34503f?d=identicon)[esign](/maintainers/esign)

---

Top Contributors

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

---

Tags

laraveleditinginlineesign

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/esign-inline-edit/health.svg)

```
[![Health](https://phpackages.com/badges/esign-inline-edit/health.svg)](https://phpackages.com/packages/esign-inline-edit)
```

###  Alternatives

[barryvdh/laravel-ide-helper

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

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[xefi/faker-php-laravel

Faker php integration with laravel

1915.1k](/packages/xefi-faker-php-laravel)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

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