Download the PHP package laravel-frontend-presets/zurb-foundation without Composer
On this page you can find all versions of the php package laravel-frontend-presets/zurb-foundation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download laravel-frontend-presets/zurb-foundation
More information about laravel-frontend-presets/zurb-foundation
Files in laravel-frontend-presets/zurb-foundation
Download laravel-frontend-presets/zurb-foundation
More information about laravel-frontend-presets/zurb-foundation
Files in laravel-frontend-presets/zurb-foundation
Vendor laravel-frontend-presets
Package zurb-foundation
Short Description Laravel 6.0.x Front-end preset for Zurb Foundation
License MIT
Package zurb-foundation
Short Description Laravel 6.0.x Front-end preset for Zurb Foundation
License MIT
Please rate this library. Is it a good library?
Informations about the package zurb-foundation
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
- Install fresh Laravel
>=5.5 <7.0
project andcd
to your app, - Install this preset via
composer require laravel-frontend-presets/zurb-foundation --dev
(package will be discovered automatically, no need to register the service provider), - Apply one of the following preset configurations:
- Use
php artisan preset foundation
for basic preset without Authentication including core functions and only welcome page view, - 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 fromroutes/web.php
file),
- Use
- Run
npm install && npm run dev
to compile your fresh scaffolding, - If you decided to use full preset with Authentication, you also need to:
- Configure your favorite database (mysql, sqlite, etc.),
- Run
php artisan migrate
to create basic user tables in the database,
- 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:
- foundation-sites ^6.5,
- jquery ^3.2.
Screenshots
All versions of zurb-foundation with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
^5.5|^7.0
The package laravel-frontend-presets/zurb-foundation contains the following files
Loading the files please wait ....