PHPackages                             ompmega/laravel-fdn - 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. ompmega/laravel-fdn

AbandonedArchivedProject[Framework](/categories/framework)

ompmega/laravel-fdn
===================

Laravel 5 + Zurb Foundation 6 (Boilerplate)

v1.0.0(8y ago)114MITPHPPHP &gt;=7.0.0

Since Sep 24Pushed 8y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (7)Versions (3)Used By (0)

Introduction
------------

[](#introduction)

Zurb Foundation 6 included with Laravel 5.5 (boilerplate). Made for artisans who love Foundation 6 just as much as we do. We made a few changes to the default installation of Laravel 5.5, and got rid of default Bootstrap that comes with it.

- Removed all Bootstrap code
- Remove all Vue code using `php artisan preset none` command
- Changed the default `welcome.blade.php` look (to show proof that foundation is working)

Versions
--------

[](#versions)

- Laravel 5.5+
- Zurb Foundation 6.4+

Install
-------

[](#install)

First, create a new project

```
composer create-project ompmega/laravel-fdn

```

..or..

```
git clone https://github.com/ompmega/laravel-fdn.git

```

Go inside the newly created project

```
cd

```

Install required node modules (includes foundation-sites)

```
npm install

```

Run Laravel Mix to make sure everything runs smoothly

```
npm run dev

```

And you're done! 🎉

Configuration
-------------

[](#configuration)

Unlike the new way to install a laravel project using `laravel new `, you'll have to manually configure this Laravel installation.

First, install composer using:

```
composer install

```

Then, create the new .env file

```
cp .env.example .env

```

Finally, generate a new app key using:

```
php artisan key:generate

```

That's it! Get out there and make good shit :)

License
-------

[](#license)

Licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

3176d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/40253683?v=4)[Ompmega](/maintainers/ompmega)[@ompmega](https://github.com/ompmega)

---

Top Contributors

[![drmzio](https://avatars.githubusercontent.com/u/6914518?v=4)](https://github.com/drmzio "drmzio (13 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ompmega-laravel-fdn/health.svg)

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

###  Alternatives

[laravel/laravel

The skeleton application for the Laravel framework.

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

UnoPim Laravel PIM

10.3k2.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.

3861.7k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.

461.7k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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