PHPackages                             chuckbe/chuckcms - 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. chuckbe/chuckcms

ActiveLibrary[Framework](/categories/framework)

chuckbe/chuckcms
================

A lightweight Laravel CMS for easy control of a website.

v0.2.15(2y ago)51.2k1[2 PRs](https://github.com/chuckbe/chuckcms/pulls)9BladePHP &gt;=8.0.0CI failing

Since May 1Pushed 1mo ago4 watchersCompare

[ Source](https://github.com/chuckbe/chuckcms)[ Packagist](https://packagist.org/packages/chuckbe/chuckcms)[ Docs](https://github.com/chuckbe/chuckcms)[ RSS](/packages/chuckbe-chuckcms/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (10)Versions (85)Used By (9)

ChuckCMS
========

[](#chuckcms)

[![Latest Stable Version](https://camo.githubusercontent.com/8a8ae1a05caf8a055a176875afa12fea4c60c77e44ab477f0a247e04fbea6f22/68747470733a2f2f706f7365722e707567782e6f72672f636875636b62652f636875636b636d732f76657273696f6e2e706e67)](https://packagist.org/packages/chuckbe/chuckcms) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/2566583fd9bfb78dd3ae1304b953096f681c044c9249d2b38d48f4f68828dcbb/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636875636b62652f636875636b636d732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/chuckbe/chuckcms/?branch=master) [![Build Status](https://camo.githubusercontent.com/4114b9c9938a006d978d5516818d6ea1577a48a7bd57408c9c7686ac9e1fc7ee/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636875636b62652f636875636b636d732f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/chuckbe/chuckcms/build-status/master) [![Total Downloads](https://camo.githubusercontent.com/88a25f9158c2419a2db6efa2eaf828f2c1e440b736373397e57d4a5b4dda6a1a/68747470733a2f2f706f7365722e707567782e6f72672f636875636b62652f636875636b636d732f642f746f74616c2e706e67)](https://packagist.org/packages/chuckbe/chuckcms)

Features
--------

[](#features)

ChuckCMS is an opinionated way of building websites and webshops in Laravel. ChuckCMS provides out-of-the-box ui and features by packages in the Laravel eco-system.

- Dashboard with analytics by GA or Matomo.
- Menus, navigation and redirects.
- Page management with Pagebuilder.
- User, role and permission management.
- File management.
- Form management.
- Repeaters and resources, a way to create data objects.
- Settings and configuration management.

Docs
----

[](#docs)

### Requirements

[](#requirements)

- PHP 8
- Laravel 9 / 10

### Installation

[](#installation)

> ChuckCMS will work best in a fresh installation.

Install ChuckCMS in a freshly scaffolded Laravel project via Composer:

```
composer require chuckbe/chuckcms

```

### Publish assets and config

[](#publish-assets-and-config)

You can now publish all assets and config files this package needs:

```
php artisan vendor:publish --provider="Chuckbe\Chuckcms\ChuckcmsServiceProvider"

```

### Packages

[](#packages)

#### `unisharp/laravel-filemanager` package

[](#unisharplaravel-filemanager-package)

You can now publish assets for `unisharp/laravel-filemanager`:

```
php artisan vendor:publish --tag=lfm_public

```

#### `spatie/laravel-permission` package

[](#spatielaravel-permission-package)

You can now publish migrations and config file for `spatie/laravel-permission`:

```
php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider"

```

> There is no need to add the middleware for this package. It is already being loaded by ChuckCMS.

### Migration

[](#migration)

You can now run migrations:

```
php artisan migrate

```

> Make sure you've added DB credentials to your `.env` file.

### Routes

[](#routes)

You can now add the routes for this package:

```
Chuck::auth();
Chuck::routes();
Chuck::frontend();
```

### New site

[](#new-site)

You can now generate a new site with the following command:

```
php artisan chuckcms:generate-site

```

### Generate default roles and permission

[](#generate-default-roles-and-permission)

```
php artisan chuckcms:generate-roles-permissions

```

### Generate super admin

[](#generate-super-admin)

```
php artisan chuckcms:generate-super-admin

```

### Visit

[](#visit-httpyourapplocaldashboardpages)

### Create a new page

[](#create-a-new-page)

### Generate a sitemap

[](#generate-a-sitemap)

```
php artisan chuckcms:generate-sitemap

```

License
-------

[](#license)

Licensed under [MIT license](http://opensource.org/licenses/MIT).

Author
------

[](#author)

**Written by [Karel Brijs](https://twitter.com/karelbrijs) in Antwerp.**

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance61

Regular maintenance activity

Popularity20

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 81.1% 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 ~26 days

Recently: every ~122 days

Total

74

Last Release

976d ago

PHP version history (6 changes)v0.1-beta.4PHP &gt;=7.0.0

v0.1.18PHP &gt;=7.1.3

v0.1.34PHP &gt;=7.2.0

v0.2.3PHP &gt;=7.3.0

v0.2.7PHP &gt;=7.4.0

v0.2.14PHP &gt;=8.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5599ac2c2c73cedb92bd392657a3f13f3b01bc982ab75b4b84a90417ee1edaef?d=identicon)[KarelBrijs](/maintainers/KarelBrijs)

---

Top Contributors

[![KarelBrijs](https://avatars.githubusercontent.com/u/16884712?v=4)](https://github.com/KarelBrijs "KarelBrijs (261 commits)")[![rawaldeepSingh](https://avatars.githubusercontent.com/u/72438185?v=4)](https://github.com/rawaldeepSingh "rawaldeepSingh (52 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (4 commits)")[![GrahamCampbell](https://avatars.githubusercontent.com/u/2829600?v=4)](https://github.com/GrahamCampbell "GrahamCampbell (3 commits)")[![Bram-Vanden-Broeck](https://avatars.githubusercontent.com/u/152525728?v=4)](https://github.com/Bram-Vanden-Broeck "Bram-Vanden-Broeck (1 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

---

Tags

cms-functionalitylaravelphplaravelcmschuckcmschuckbe

### Embed Badge

![Health badge](/badges/chuckbe-chuckcms/health.svg)

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

###  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)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.3k](/packages/typicms-base)[unopim/unopim

UnoPim Laravel PIM

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

New generation CMS with drag and drop

3.4k13.8k1](/packages/microweber-microweber)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)

PHPackages © 2026

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