PHPackages                             jsdecena/cms - 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. jsdecena/cms

ActiveLibrary[Framework](/categories/framework)

jsdecena/cms
============

A CMS powered by laravel

2.1.16(6y ago)91905[1 issues](https://github.com/jsdecena/cms/issues)MITHTMLPHP ^7.2CI failing

Since Jun 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jsdecena/cms)[ Packagist](https://packagist.org/packages/jsdecena/cms)[ RSS](/packages/jsdecena-cms/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (4)Versions (36)Used By (0)

Simple Laravel CMS
------------------

[](#simple-laravel-cms)

##### This CMS is a basic bootstrap application to make your web development up and running almost instantly. It includes basic User Authentication, User, Page, Post and Category CRUD.

[](#this-cms-is-a-basic-bootstrap-application-to-make-your-web-development-up-and-running-almost-instantly-it-includes-basic-user-authentication-user-page-post-and-category-crud)

##### Thanks to [ADMIN LTE](https://almsaeedstudio.com/preview) for the awesome dashboard look!

[](#thanks-to-admin-lte-for-the-awesome-dashboard-look)

### Installation

[](#installation)

- Step1: Add this to your root `composer.json`

```
	"require": {
	    "jsdecena/cms": "^2.1"
	}
```

- Step2: Run this in your terminal `php artisan vendor:publish --tag=jsdcms --force`
- Step3: Rename `.env.example` to `.env` and set your database credentials
- Step4: Run this in your terminal `php artisan key:generate`
- Step5: Uncomment the `UsersTableSeeder::class` call in `/database/seeds/DatabaseSeeder.php`
- Step6: Add these lines in the `/database/seeds/DatabaseSeeder.php`

```
    $this->call(PageTableSeeder::class);
    $this->call(PostTableSeeder::class);
```

- Step7: Run this in your terminal `composer dump-autoload && php artisan migrate --seed && php artisan serve`
- Step8: Go to  OR
- Step9: Go to  for backend login
- Step10: Use this credentials to login: email: `john@doe.com` | password: `Testing123`
- Enjoy!

##### Check out the [wiki](https://github.com/jsdecena/cms/wiki) for the screenshots of the app!

[](#check-out-the-wiki-for-the-screenshots-of-the-app)

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 97.6% 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 ~39 days

Recently: every ~0 days

Total

34

Last Release

2383d ago

Major Versions

1.2.4 → 2.0.02016-07-08

PHP version history (2 changes)2.1.0PHP &gt;=5.4.0

2.1.3PHP ^7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2285625?v=4)[Jeff Decena](/maintainers/jsdecena)[@jsdecena](https://github.com/jsdecena)

---

Top Contributors

[![jsdecena](https://avatars.githubusercontent.com/u/2285625?v=4)](https://github.com/jsdecena "jsdecena (41 commits)")[![jsdmultisys](https://avatars.githubusercontent.com/u/48339240?v=4)](https://github.com/jsdmultisys "jsdmultisys (1 commits)")

---

Tags

cmscms-backendlaravellaravel-cms

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jsdecena-cms/health.svg)

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M284](/packages/laravel-horizon)[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k108.5M846](/packages/laravel-socialite)[laravel/sail

Docker files for running a basic Laravel application.

1.9k199.2M1.2k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M169](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M131](/packages/laravel-mcp)[illuminate/routing

The Illuminate Routing package.

1419.2M2.9k](/packages/illuminate-routing)

PHPackages © 2026

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