PHPackages                             paladindigital/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. paladindigital/laravel-bootstrap

ActiveLaravel-community-theme[Utility &amp; Helpers](/categories/utility)

paladindigital/laravel-bootstrap
================================

A laravel theme with Bootstrap 3.3.7 loaded from CDN.

117HTML

Since Feb 7Pushed 9y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Theme: Bootstrap
========================

[](#laravel-theme-bootstrap)

Bootstrap Version: 3.3.7

This is a base theme which can be used as-is or extended by other themes.

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

[](#installation)

Add the require in your composer.json file:

```
"require": {
  ...
  "paladindigital/laravel-bootstrap": "*"
}

```

If you dont already have the service provider registered in your config/app.php then add it also

```
'providers' => [
    ...
    PaladinDigital\LaravelThemes\ServiceProvider::class,
]

```

Theme Usage
-----------

[](#theme-usage)

### Laravel Support (Task Force Dev package)

[](#laravel-support-task-force-dev-package)

If you install the [taskforcedev/laravel-support](https://github.com/taskforcedev/laravel-support) package this provides the ability to set a sitewide master layout which will be used in all views.

This saves you having to set the longform view name in all page templates. Alternatively you could create your own shared data object.

### Layouts

[](#layouts)

- master: The master layout uses container-fluid css class for full-width responsive themes.
- fixed: This layout uses the container css class which constrains page contents to a fixed width.

### Yields

[](#yields)

- head
- meta
- styles
- navigation
- secondary\_navigation
- content
- sidebar
- footer

### Stacks

[](#stacks)

- widgets
- scripts

### Page Meta

[](#page-meta)

The following meta tags will be populated if provided by controllers (the easiest way to do this is to create a method on your base controller to populate a shared data object then pass this along with any extra page specific data to your views).

- $charset : String (optional), default: UTF-8
- $viewport : String (optional), default: width=device-width, initial-scale=1.0
- $keywords : Array of keywords or a comma-seperated string.
- $description : String
- $title : Page title

### Navbar

[](#navbar)

The theme includes a navbar by default in the navigation section, (this can be overridden if desired).

To add menu items to the navbar simple create an array called $menu in the format as per the example below

```
$menu = [

    // Simple Links
    [
        'title' => 'Home',
        'url' => route('home')
    ],

    // Dropdowns
    [
        'title' => 'Pages',
        'links' => [
            'title' => 'SubPage',
            'url' => route('subpage.route')
        ]
    ]
];

```

The navbar also yields both 'navigation' and 'secondary\_navigation' sections so you can also add custom html if desired.

The default navbar also uses the navbar-brand class to display your brand, so in order for this to work you should make sure your data also includes the $brand varible (if not set the page will retrieve the value from the app.name config variable).

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/67824c3c557abf0cb50a016dabacfc64c2af69b5cd765c2895445f21fb499ae0?d=identicon)[davidcraig](/maintainers/davidcraig)

![](https://avatars.githubusercontent.com/u/23551537?v=4)[Paladin Digital](/maintainers/PaladinDev)[@PaladinDev](https://github.com/PaladinDev)

---

Top Contributors

[![PaladinDev](https://avatars.githubusercontent.com/u/23551537?v=4)](https://github.com/PaladinDev "PaladinDev (45 commits)")

---

Tags

laravellaravel-themes

### Embed Badge

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

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

###  Alternatives

[altis/core

Core module for Altis

19222.5k2](/packages/altis-core)[fesor/json_matcher

Collection of JSON matchers for painless usage

25121.2k2](/packages/fesor-json-matcher)[tiime/en-16931

EN-16931 compliant invoices as PHP objects

12246.4k3](/packages/tiime-en-16931)[prakash282/orderattachment

Order Attachment Magento 2 extension

1815.8k](/packages/prakash282-orderattachment)

PHPackages © 2026

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