PHPackages                             istherepie/laravel-zurb-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. [Framework](/categories/framework)
4. /
5. istherepie/laravel-zurb-foundation

ActiveProject[Framework](/categories/framework)

istherepie/laravel-zurb-foundation
==================================

Laravel Zurb Foundation Boilerplate

1.0.0(9y ago)2391MITPHPPHP &gt;=5.6.4

Since Sep 27Pushed 9y agoCompare

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

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

Laravel-Zurb-Foundation (Boilerplate)
-------------------------------------

[](#laravel-zurb-foundation-boilerplate)

A boilerplate using Laravel v5.3 and Foundation 6. All blade views have been re-styled for Foundation 6 for sites. Elixir is configured to compile all the individual components in order to add a bit of flexibility in making custom modifications to the framework.

**Jquery**, **Node-Sass** and **Foundation** are added as devDependencies in the node packagage.json and can be installed via **npm**:

```
npm install

```

Foundation is copied to the "resources/assets/(scss/js)" directory the first time you run gulp:

```
from node_modules => resources/assets/scss/foundation

```

```
from node_modules => resources/assets/js/foundation

```

**NOTE:** If you plan on making modifications to the foundation scss files, you should outcomment following from the gulpfile after you ran it once.

```
    .copy(
        './node_modules/foundation-sites/scss',
        'resources/assets/scss/foundation'
    )

    .copy(
        './node_modules/foundation-sites/js',
        'resources/assets/js/foundation'
        )

```

**Housekeeping:**

The main "app.scss" and "gulpfile.js" files are pre-configured to import foundation scss and js, and include a full list of the individual components which make it easy to add/remove to the mix.

- resources/assets/scss/app.scss:

```
    /// Import Foundation 6 for sites
    @import 'foundation/foundation';

    /// Foundation components
    @include foundation-global-styles;
    @include foundation-grid;
    @include foundation-flex-grid;
    @include foundation-typography;
    @include foundation-button;
    ...

```

- gulpfile.js:

```
    /// Foundation 6 core
    'foundation/foundation.core.js',

    /// Foundation 6 components
    'foundation/foundation.abide.js',
    'foundation/foundation.accordion.js',
    'foundation/foundation.accordionMenu.js',
    'foundation/foundation.drilldown.js',
    'foundation/foundation.dropdown.js',
    'foundation/foundation.dropdownMenu.js',
    ...

```

Boilerplate helper samples for easy prototyping located in **App\\Helpers**, additionally the **Helper.php** is being autoloaded:

```
"files": [
        "app/Zen/Helpers/Helper.php"
    ]

```

**Minor modifications:**

- Application name can be set in .env using APP\_NAME
- Foundation powered views (Welcome, auth view, error views)
- Versioning of css and js files (added in the master blade partial)

**Feel free to use at will!**

### Built on top of Laravel - The PHP Framework For Web Artisans

[](#built-on-top-of-laravel---the-php-framework-for-web-artisans)

For more information visit [Laravel website](http://laravel.com/docs).

License
-------

[](#license)

The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3563d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12992622?v=4)[Steffen Park](/maintainers/istherepie)[@istherepie](https://github.com/istherepie)

---

Top Contributors

[![istherepie](https://avatars.githubusercontent.com/u/12992622?v=4)](https://github.com/istherepie "istherepie (1 commits)")

---

Tags

frameworklaravelfoundationzurb

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/laravel

The skeleton application for the Laravel framework.

84.6k62.4M1.0k](/packages/laravel-laravel)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3911.7k](/packages/codewithdennis-larament)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11914.4k42](/packages/kompo-kompo)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21313.7k3](/packages/ecotone-laravel)

PHPackages © 2026

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