Laravel 5.5.x Front-end preset for W3css
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Language:HTML
pkg:composer/laravel-frontend-presets/w3css
Requires
- laravel/framework: 5.5.*
 
This package is not auto-updated.
Last update: 2025-10-26 09:04:13 UTC
README
Preset for W3css scaffolding on new Laravel 5.5.x project.
Current version: W3css 4.0.4
Contents
Installation
- Fresh install Laravel 5.5.x and 
cdto your app. - Install this preset via 
composer require laravel-frontend-presets/w3css. Laravel 5.5.x will automatically discover this package. No need to register the service provider. - Use 
php artisan preset w3cssfor basic W3css preset. OR Usephp artisan preset w3css-authfor basic preset, Auth route entry and W3css Auth views in one go. (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries inroutes/web.php) npm installnpm run dev- Configure your favorite database (mysql, sqlite etc.)
 php artisan migrateto create basic user tables.php artisan serve(or equivalent) to run server and test preset.
Credits
License
The MIT License (MIT).