All Projects → laravel-frontend-presets → zurb-foundation

laravel-frontend-presets / zurb-foundation

Licence: other
Zurb Foundation Frontend Preset For Laravel Framework 5.5 and Up

Programming Languages

SCSS
7915 projects
Blade
752 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to zurb-foundation

atom-zurb-foundation
Zurb Foundation 6 for sites snippets.
Stars: ✭ 31 (-39.22%)
Mutual labels:  zurb, zurb-foundation
brackets-zurb-foundation
This Brackets extension adds the Zurb Foundation basic template to an empty new file.
Stars: ✭ 30 (-41.18%)
Mutual labels:  zurb, zurb-foundation
babel-preset-amex
✨ Standard babel preset for American Express
Stars: ✭ 14 (-72.55%)
Mutual labels:  preset
homebridge-magichome-platform
Homebridge Plugin for MagicHome LED Strips with Preset Scene Automation Support (Cycle Color/Fade/Strobe)
Stars: ✭ 46 (-9.8%)
Mutual labels:  preset
inertia
A preset for installing @inertiajs in a fresh Laravel project
Stars: ✭ 80 (+56.86%)
Mutual labels:  preset
uikit3
Laravel 5.5+ Front-end preset for UIKit 3.
Stars: ✭ 44 (-13.73%)
Mutual labels:  preset
ttall
Laravel fronend preset for TTALL stack - Tailwindcss | Turbolinks | Alpine.js | Laravel | Livewire 🚀
Stars: ✭ 50 (-1.96%)
Mutual labels:  preset
Foundationpress
FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
Stars: ✭ 2,776 (+5343.14%)
Mutual labels:  zurb
inti-foundation
A WordPress parent theme using Foundation for Sites 6.7, the most advanced responsive front-end framework in the world. Foundation for Sites 6.4+, unlike earlier versions, uses a flexbox based grid system called XY Grid.
Stars: ✭ 23 (-54.9%)
Mutual labels:  zurb-foundation
SlideUpTopBar-for-Foundation
SlideUpTopBar is an extension for the Zurb Foundation 5 top-bar component. It hides the top-bar when scrolling down a page & shows it when scrolling back up the page.
Stars: ✭ 47 (-7.84%)
Mutual labels:  zurb-foundation
slim-pickins-jekyll-theme
A minimal Jekyll theme
Stars: ✭ 42 (-17.65%)
Mutual labels:  zurb-foundation
comical-jekyll-theme
A Configurable Webcomic Theme for Jekyll
Stars: ✭ 39 (-23.53%)
Mutual labels:  zurb-foundation
preset-tailwindcss
DEPRECATED: Statamic 3 starts with TailwindCSS out of the box.
Stars: ✭ 23 (-54.9%)
Mutual labels:  preset
jest-preset-preact
Jest preset for testing Preact apps
Stars: ✭ 14 (-72.55%)
Mutual labels:  preset
homebridge-yeelight-platform
Homebridge plugin for Yeelight Lights supporting Scenes/Moods/Color Flow/Custom Presets/Music Flow/Night Mode
Stars: ✭ 53 (+3.92%)
Mutual labels:  preset
unity-auto-preset
Auto Preset enables scriptable configuration of assets from the Unity Editor without requiring any additional code.
Stars: ✭ 19 (-62.75%)
Mutual labels:  preset
preset
Elegant, ecosystem-agnostic preset mechanism
Stars: ✭ 132 (+158.82%)
Mutual labels:  preset
black-dashboard
Black Frontend Preset For Laravel Framework 9.x and Up
Stars: ✭ 82 (+60.78%)
Mutual labels:  preset

Laravel 6.0+ front-end preset for Zurb Foundation

A Laravel front-end scaffolding preset for Zurb Foundation - The most advanced responsive front-end framework in the world.

Installation

  1. Install fresh Laravel >=5.5 <7.0 project and cd to your app,
  2. Install this preset via composer require laravel-frontend-presets/zurb-foundation --dev (package will be discovered automatically, no need to register the service provider),
  3. Apply one of the following preset configurations:
    1. Use php artisan preset foundation for basic preset without Authentication including core functions and only welcome page view,
    2. Use php artisan preset foundation-auth for full preset with Authentication including basic preset, authentication controllers, views and route entries, all in one go (NOTE: If you run this command several times, be sure to clean up the duplicated entries from routes/web.php file),
  4. Run npm install && npm run dev to compile your fresh scaffolding,
  5. If you decided to use full preset with Authentication, you also need to:
    1. Configure your favorite database (mysql, sqlite, etc.),
    2. Run php artisan migrate to create basic user tables in the database,
  6. Run php artisan serve (or equivalent) to run server and test preset.

Dependencies

Those front-end dependencies will be added to the NPM project during preset installation:

Screenshots

Foundation login screen

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].