PHPackages                             lilianbellini/plugincmslaravel - 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. [Framework](/categories/framework)
4. /
5. lilianbellini/plugincmslaravel

ActiveLibrary[Framework](/categories/framework)

lilianbellini/plugincmslaravel
==============================

A CMS plugin for Laravel

1.2.7(1y ago)014MITJavaScriptPHP ^8.2

Since Mar 20Pushed 1y agoCompare

[ Source](https://github.com/LilianBellini/PluginCmsLaravel)[ Packagist](https://packagist.org/packages/lilianbellini/plugincmslaravel)[ RSS](/packages/lilianbellini-plugincmslaravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (14)Used By (0)

Plugin CMS Laravel
==================

[](#plugin-cms-laravel)

License
-------

[](#license)

This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.

---

Requirements
------------

[](#requirements)

- Laravel project
- Laravel Breeze for authentication

---

Installation Steps
------------------

[](#installation-steps)

1. Add the package to your project: composer require systemin/plugincmslaravel
2. Run the database migrations: php artisan migrate
3. Seed the initial data for the CMS: php artisan plugin-cms:seed
4. Install Bootstrap Icons: npm i bootstrap-icons
5. Create a public directory for CMS assets: mkdir public/assets
6. Copy the CMS assets to the public directory: cp -r vendor/systemin/plugincmslaravel/assets/cms public/assets

---

Configuration Steps
-------------------

[](#configuration-steps)

### User Model

[](#user-model)

In your `app/Models/User.php`, add the `UserTrait`:

use LilianBellini\\PluginCmsLaravel\\Traits\\UserTrait; // Import the trait

class User extends Authenticatable { use UserTrait; // Include the trait

```
// Add the following attributes to the fillable array:
protected $fillable = [
    'role_id',
    'avatar',
    'bio',
    // Other attributes
];

```

}

---

### App Configuration

[](#app-configuration)

In the `config/app.php` file, add the following:

'langages' =&gt; \['fr', 'en'\],

---

### CSS Setup

[](#css-setup)

In your `resources/css/app.css` file, import the CMS styles:

@import '../../vendor/systemin/plugincmslaravel/resources/css/main.css';

---

Follow these steps to fully integrate the CMS into your Laravel project.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance48

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.3% 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 ~3 days

Total

12

Last Release

387d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b89c2dfbaa68144f79c1a90a3e732f96e9c0350d3f8b51d26531a736672773f6?d=identicon)[LilianBellini](/maintainers/LilianBellini)

---

Top Contributors

[![LilianBellini](https://avatars.githubusercontent.com/u/35836694?v=4)](https://github.com/LilianBellini "LilianBellini (114 commits)")[![systemin-dev](https://avatars.githubusercontent.com/u/134050708?v=4)](https://github.com/systemin-dev "systemin-dev (2 commits)")

### Embed Badge

![Health badge](/badges/lilianbellini-plugincmslaravel/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

81733.7k](/packages/flow-php-flow)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1225.0k10](/packages/fleetbase-core-api)[laravel-enso/core

Main requirement &amp; dependency aggregator for Laravel Enso

3463.6k138](/packages/laravel-enso-core)

PHPackages © 2026

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