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

ActiveLibrary[Framework](/categories/framework)

dwoodard/laravel-cms
====================

A Laravel 4 Based CMS Built With Twitter Bootstrap 3

1.0.3(12y ago)11802PHPPHP &gt;=5.4.0

Since Dec 16Pushed 12y ago2 watchersCompare

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

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

A Laravel 4.1 Bootstrap CMS
---------------------------

[](#a-laravel-41-bootstrap-cms)

---

**Screencasts:** [Laravel Bootstrap YouTube Playlist](http://www.youtube.com/playlist?list=PL8isL2kTKzMOm1MBVGYSbBuRN3Yi0i7wu)

A Laravel 4.1 **PHP 5.4** CMS using Bootstrap 3. Laravel Bootstrap does not handle the front-end of your site. It merely provides a CRUD framework with some predefined systems (image gallery, pages etc) for you to enter and edit your data with.

[![Laravel Bootstrap Screenshot](https://camo.githubusercontent.com/6e4e4a8c72a812a4457fa2505dada3c3a8738cbf3c02f91a8a7431211d7666c5/687474703a2f2f692e696d6775722e636f6d2f436955613877742e706e67 "Laravel Bootstrap Screenshot")](https://camo.githubusercontent.com/6e4e4a8c72a812a4457fa2505dada3c3a8738cbf3c02f91a8a7431211d7666c5/687474703a2f2f692e696d6775722e636f6d2f436955613877742e706e67)

It uses Redactor JS for content editing and provides a really simple way to prototype new 'objects'. You can make objects 'taggable' and 'uploadable' which means you can have unlimited number of tags associated with an item and also unlimited number of image uploads too.

Composer Require
----------------

[](#composer-require)

Nice and simple

```
"dwoodard/laravel-cms": "dev-master"

```

### Linking The Service Provider To Your Installation

[](#linking-the-service-provider-to-your-installation)

Add this string to your array of providers in app/config/app.php

```
Davzie\LaravelBootstrap\LaravelBootstrapServiceProvider

```

### Publishing The Configuration

[](#publishing-the-configuration)

Publish the configurations for this package in order to change them to your liking:

```
php artisan config:publish dwoodard/laravel-cms

```

### Publishing The Assets

[](#publishing-the-assets)

You need assets bro!

```
php artisan asset:publish dwoodard/laravel-cms

```

### Migrating and Seeding The Database

[](#migrating-and-seeding-the-database)

Seed the database, this pretty much just seeds an example user and settings. Migration is pretty simple, ensure your database config is setup and run this:

```
php artisan migrate --package="dwoodard/laravel-cms"
php artisan db:seed --class="Davzie\LaravelBootstrap\Seeds\DatabaseSeeder"

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 81.4% 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 ~11 days

Total

4

Last Release

4496d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ee24e478cce0c4762197a3c1d07c026221216c1ef0acd682ff63deaa2e388b3?d=identicon)[dwoodard](/maintainers/dwoodard)

---

Top Contributors

[![davzie](https://avatars.githubusercontent.com/u/511831?v=4)](https://github.com/davzie "davzie (35 commits)")[![dwoodard](https://avatars.githubusercontent.com/u/77433?v=4)](https://github.com/dwoodard "dwoodard (4 commits)")[![djekl](https://avatars.githubusercontent.com/u/1119714?v=4)](https://github.com/djekl "djekl (3 commits)")[![dooee](https://avatars.githubusercontent.com/u/1619373?v=4)](https://github.com/dooee "dooee (1 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k84.2M225](/packages/laravel-horizon)[laravel/ui

Laravel UI utilities and presets.

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

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[internachi/modular

Modularize your Laravel apps

1.1k662.4k8](/packages/internachi-modular)[nova-kit/nova-packages-tool

Tool for Laravel Nova Packages Development

275.2M57](/packages/nova-kit-nova-packages-tool)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1225.0k10](/packages/fleetbase-core-api)

PHPackages © 2026

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