PHPackages                             attract/laravel-jodit - 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. attract/laravel-jodit

ActiveLibrary

attract/laravel-jodit
=====================

An easy way to use the Jodit editor with your Laravel Api service.

1.0.5(1y ago)0111MITPHPPHP ^7.4|^8

Since Jul 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/attract/jodit-laravel)[ Packagist](https://packagist.org/packages/attract/laravel-jodit)[ RSS](/packages/attract-laravel-jodit/feed)WikiDiscussions main Synced 1mo ago

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

An easy way to use the Jodit editor with your Laravel Api service.

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

[](#installation)

The package can be installed via composer:

```
composer require attract/laravel-jodit
```

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

[](#configuration)

To configure the package you need to publish settings first:

```
php artisan vendor:publish --provider="Do6po\LaravelJodit\Providers\JoditServiceProvider" --tag=config

```

See comments inside the config: `config/jodit.php`.

S3 configuration
----------------

[](#s3-configuration)

- Change S3 url in config/filesystems.php to `env('APP_URL') . '/storage'`,

```
's3' => [
  'driver'     => 's3',
  'key'        => env('AWS_ACCESS_KEY_ID'),
  'secret'     => env('AWS_SECRET_ACCESS_KEY'),
  'region'     => env('AWS_DEFAULT_REGION'),
  'bucket'     => env('AWS_BUCKET'),
  'url'        => env('APP_URL') . '/storage',
  'endpoint'   => env('AWS_ENDPOINT'),
  'visibility' => 'public',
],
```

- Create a folder named `filebrowser` at the root of the bucket.
- Add permissions to the bucket policy:

```
{
  "Version": "2012-10-17",
  "Id": "Policy1540386659860",
  "Statement": [
    {
      "Sid": "Stmt1540386655810",
      "Effect": "Allow",
      "Principal": "*",
      "Action": "s3:GetObject",
      "Resource": "arn:aws:s3:::bucket-name/filebrowser/*"
    }
  ]
}
```

- Add permissions to the IAM user policy:

```
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": "s3:ListBucket",
      "Resource": "arn:aws:s3:::bucket-name",
      "Condition": {
        "StringLike": {
          "s3:prefix": "filebrowser/*"
        }
      }
    },
    {
      "Effect": "Allow",
      "Action": [
        "s3:GetObject",
        "s3:PutObject",
        "s3:DeleteObject",
        "s3:PutObjectAcl"
      ],
      "Resource": "arn:aws:s3:::bucket-name/filebrowser/*"
    }
  ]
}
```

License
-------

[](#license)

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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

Unknown

Total

1

Last Release

669d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/56557828f324bb3df0192565a256ae764b220ffe76a1bf1e4f8b8a70e58a6805?d=identicon)[Attract Group](/maintainers/Attract%20Group)

---

Top Contributors

[![alexkimattract](https://avatars.githubusercontent.com/u/198036774?v=4)](https://github.com/alexkimattract "alexkimattract (3 commits)")[![attract](https://avatars.githubusercontent.com/u/809235?v=4)](https://github.com/attract "attract (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/attract-laravel-jodit/health.svg)

```
[![Health](https://phpackages.com/badges/attract-laravel-jodit/health.svg)](https://phpackages.com/packages/attract-laravel-jodit)
```

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.2M51](/packages/spatie-laravel-responsecache)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[ashallendesign/favicon-fetcher

A Laravel package for fetching website's favicons.

190272.4k3](/packages/ashallendesign-favicon-fetcher)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[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.

44643.1k1](/packages/pressbooks-pressbooks)

PHPackages © 2026

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