dijitaq / foundation-for-laravel
Zurb Foundation Frontend Preset For Laravel Framework ^7.0
Package info
github.com/dijitaq/foundation-for-laravel
Language:Blade
pkg:composer/dijitaq/foundation-for-laravel
v1.0
2020-09-08 12:20 UTC
Requires
- laravel/framework: ^7.0
This package is auto-updated.
Last update: 2026-03-09 01:14:22 UTC
README
Zurb Foundation frontend preset for Laravel Framework 7.0
Current version: Zurb Foundation for sites 6.6.3
Usage
- Install fresh Laravel project and
cdto your app - Install Laravel UI
composer require laravel/ui - Install this preset via
composer require dijitaq/foundation-for-laravel(package will be discovered automatically, no need to register the service provider) - Apply one of the following preset configurations:
- Use
php artisan foundation-uifor basic ui without Authentication including core functions and only welcome page view - Use
php artisan foundation-ui --authfor full ui with Authentication including basic preset, authentication controllers, views and route entries, all in one go
- Use
- Run
npm install && npm run devto compile your fresh scaffolding - If you decided to use full ui with Authentication, you also need to:
- Configure your favorite database (mysql, sqlite, etc.),
- Run
php artisan migrateto create basic user tables in the database
- Run
php artisan serve(or equivalent) to run server and test preset