dijitaq / foundation-for-laravel
Zurb Foundation Frontend Preset For Laravel Framework ^7.0
Installs: 39
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 1
Language:Blade
Requires
- laravel/framework: ^7.0
This package is auto-updated.
Last update: 2025-06-08 23:36:39 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
cd
to 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-ui
for basic ui without Authentication including core functions and only welcome page view - Use
php artisan foundation-ui --auth
for full ui with Authentication including basic preset, authentication controllers, views and route entries, all in one go
- Use
- Run
npm install && npm run dev
to 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 migrate
to create basic user tables in the database
- Run
php artisan serve
(or equivalent) to run server and test preset