PHPackages                             voorhof/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. [Templating &amp; Views](/categories/templating)
4. /
5. voorhof/cms

ActiveLibrary[Templating &amp; Views](/categories/templating)

voorhof/cms
===========

Laravel CMS scaffolding using the Bootstrap frontend toolkit and Blade templating engine.

v1.1.2(3mo ago)0233[3 PRs](https://github.com/voorhof/cms/pulls)MITPHPPHP ^8.3|^8.4|^8.5CI passing

Since Jul 28Pushed 1mo agoCompare

[ Source](https://github.com/voorhof/cms)[ Packagist](https://packagist.org/packages/voorhof/cms)[ RSS](/packages/voorhof-cms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (10)Versions (8)Used By (0)

CMS Bootstrap for Laravel
=========================

[](#cms-bootstrap-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/65642247391a64a7b7d2cc4e653ab1b3dcaa9c584dd7904f9ff926ca049e0e68/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f766f6f72686f662f636d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/voorhof/cms)[![Run tests](https://github.com/voorhof/cms/actions/workflows/run-test.yml/badge.svg)](https://github.com/voorhof/cms/actions/workflows/run-test.yml)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/ee11988c3d035dbb0e8c189c6a856a004489b26ed958c7ef5d4deaee5f588dbe/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f766f6f72686f662f636d732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d6173746572266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/voorhof/cms/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/0ad51baa1d2e6ff375ff99e216f7b29c09be06c074e0f0baec6696cc0f773156/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f766f6f72686f662f636d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/voorhof/cms)

This is a CMS template for Laravel 12 using [Bootstrap 5](https://getbootstrap.com/) as the frontend toolkit.
It includes all routes, controllers, requests, policies, views, ...
for User and Role management, together with a Post model and all it's CRUD functionality.
An excellent basic starting point for every application not using React, Vue, Livewire, ...
only Blade and a little KISS 💋

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

[](#installation)

You can install the package via composer.

```
composer require voorhof/cms
```

Run the artisan command to install the CMS structure,
this will copy all necessary files to your app and update existing ones (a backup option is available).

```
php artisan cms:install
```

After installation, the database will automatically be refreshed and seeded with factory data;
you can always customize the **CmsSeeder** file to your development needs.

Although it is not required for installing this CMS package,
ideally a user authentication for registering, login,... should be present in your project.
If you don't have auth scaffolding installed, [Voorhof Bries](https://github.com/voorhof/bries) is available in this package.
When you choose to use Bries, be sure to execute this artisan command before calling cms:install

```
php artisan bries:install
```

To make things even easier, you can install both Bries and CMS with one single command.
Please take note this uses the default installation options for both Bries and CMS.
If you want to customize the Bries installation using your preferred options,
install the packages separately as described above.

```
php artisan cms:bries
```

Under the hood [Laravel Permission](https://spatie.be/docs/laravel-permission/v6) from Spatie is used for authorization.
Everything needed for this template is already in place after installation,
but if you feel the need to re-publish the config file and database migration in the future, do so with this command.
Keep in mind that the default Spatie [Role model has been extended](https://spatie.be/docs/laravel-permission/v6/advanced-usage/extending), so you will probably have to update that again in the permissions.php config file.

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

Testing
-------

[](#testing)

After installation there will be a new set of test files present in your project.
Make sure you run the composer tests and check everything is working properly.

```
php artisan test
```

Credits
-------

[](#credits)

- [David Carton](https://github.com/voorhof)
- [All Contributors](https://github.com/voorhof/cms/contributors)

License
-------

[](#license)

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

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance87

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.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 ~65 days

Total

4

Last Release

96d ago

PHP version history (2 changes)v1.0.0PHP ^8.2

v1.1.2PHP ^8.3|^8.4|^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/023d7d75f1ff45ef9d7623ad729a06019d40eebd1e11a59d4f4fab6baffae267?d=identicon)[Voorhof](/maintainers/Voorhof)

---

Top Contributors

[![voorhof](https://avatars.githubusercontent.com/u/201749104?v=4)](https://github.com/voorhof "voorhof (61 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

bootstrap5cmscms-frameworklaravellaravel-packagestarter-kitlaravelbladecmsbootstrapstarter-kit

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/breeze

Minimal Laravel authentication scaffolding with Blade and Tailwind.

3.0k31.3M148](/packages/laravel-breeze)[blade-ui-kit/blade-icons

A package to easily make use of icons in your Laravel Blade views.

2.5k34.2M309](/packages/blade-ui-kit-blade-icons)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)

PHPackages © 2026

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