PHPackages                             davzie/laravel-bootstrap - 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. davzie/laravel-bootstrap

AbandonedArchivedLibrary[Framework](/categories/framework)

davzie/laravel-bootstrap
========================

A Laravel 4 Based CMS Built With Twitter Bootstrap 3

1.0.4(12y ago)5543.1k161[10 issues](https://github.com/davzie/laravel-bootstrap/issues)[1 PRs](https://github.com/davzie/laravel-bootstrap/pulls)JavaScriptPHP &gt;=5.4.0

Since Dec 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/davzie/laravel-bootstrap)[ Packagist](https://packagist.org/packages/davzie/laravel-bootstrap)[ RSS](/packages/davzie-laravel-bootstrap/feed)WikiDiscussions master Synced 3w ago

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

\[DEPRECATED\] A Laravel 4.1 Bootstrap CMS
------------------------------------------

[](#deprecated-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

```
"davzie/laravel-bootstrap": "1.*"

```

### 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 davzie/laravel-bootstrap

```

### Publishing The Assets

[](#publishing-the-assets)

You need assets bro!

```
php artisan asset:publish davzie/laravel-bootstrap

```

### 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="davzie/laravel-bootstrap"
php artisan db:seed --class="Davzie\LaravelBootstrap\Seeds\DatabaseSeeder"

```

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community20

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 84% 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 ~31 days

Total

5

Last Release

4450d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/511831?v=4)[David Thorpe](/maintainers/davzie)[@davzie](https://github.com/davzie)

---

Top Contributors

[![davzie](https://avatars.githubusercontent.com/u/511831?v=4)](https://github.com/davzie "davzie (42 commits)")[![djekl](https://avatars.githubusercontent.com/u/1119714?v=4)](https://github.com/djekl "djekl (3 commits)")[![ericnkatz](https://avatars.githubusercontent.com/u/91019?v=4)](https://github.com/ericnkatz "ericnkatz (3 commits)")[![dooee](https://avatars.githubusercontent.com/u/1619373?v=4)](https://github.com/dooee "dooee (1 commits)")[![tbergeron](https://avatars.githubusercontent.com/u/70296?v=4)](https://github.com/tbergeron "tbergeron (1 commits)")

### Embed Badge

![Health badge](/badges/davzie-laravel-bootstrap/health.svg)

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k91.3M280](/packages/laravel-horizon)[laravel/ai

The official AI SDK for Laravel.

9782.1M162](/packages/laravel-ai)[unopim/unopim

UnoPim Laravel PIM

10.3k2.2k](/packages/unopim-unopim)[illuminate/routing

The Illuminate Routing package.

1239.0M2.8k](/packages/illuminate-routing)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1232.2k16](/packages/fleetbase-core-api)

PHPackages © 2026

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