PHPackages                             paladindigital/laravel-foundation - 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-foundation

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

paladindigital/laravel-foundation
=================================

A laravel theme with Foundation 6 loaded from CDN.

011HTML

Since Feb 7Pushed 9y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Theme: Foundation
=========================

[](#laravel-theme-foundation)

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-foundation": "*"
}

```

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

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

```

### 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.

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

[](#theme-usage)

### 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
- widgets
- footer
- 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

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

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://www.gravatar.com/avatar/f96175b47b1cd690d30564fe404b1106b4574c4b670bbcf239ade3dcaae85766?d=identicon)[PaladinDev](/maintainers/PaladinDev)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[vildanbina/laravel-versions

A Laravel package for managing model drafts.

333.3k](/packages/vildanbina-laravel-versions)

PHPackages © 2026

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