Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Foundation Bundle Laravel Package

babaganoush/foundation-bundle

View on GitHub
Deep Wiki
Context7

ZURB Foundation Bundle for Symfony

Current Version

Foundation v5.5.1

Installation

Add bundle to your composer.json file

// composer.json

{
    "require": {
		// ...
        "babaganoush/foundation-bundle": "~5.5"
    }
}

Add bundle to your application kernel

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Babaganoush\FoundationBundle\BabaganoushFoundationBundle(),
        // ...
    );
}

Download the bundle using Composer

$ php composer.phar update babaganoush/foundation-bundle

Install assets

Given your server's public directory is named "web", install the public vendor resources

$ php app/console assets:install web

Optionally, use the --symlink attribute to create links rather than copies of the resources

$ php app/console assets:install --symlink web

Usage

Refer to the desired files in your HTML template, e.g.

<link rel="stylesheet" type="text/css" href="{{ asset('bundles/babaganoushfoundation/css/foundation.min.css') }}" />

The Foundation scripts requires jQuery. The bundle installs bmatzner/jquery-bundle, which should be referenced before loading any foundation script.

<script type="text/javascript" src="{{ asset('bundles/bmatznerjquery/js/jquery.min.js') }}"></script>
<script type="text/javascript" src="{{ asset('bundles/babaganoushfoundation/js/foundation.min.js') }}"></script>

If you require the special Modernizr build included with Foundation's sample apps, refer to bmatzner/modernizr-bundle.

Licenses

Refer to the source code of the included files for license information

References

  1. http://foundation.zurb.com
  2. http://symfony.com
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope