Laravel 5.5.x Front-end preset for W3css
1.0.0
2017-10-12 13:38 UTC
Requires
- laravel/framework: 5.5.*
This package is not auto-updated.
Last update: 2024-10-27 03:42:07 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
cd
to 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 w3css
for basic W3css preset. OR Usephp artisan preset w3css-auth
for 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 install
npm run dev
- Configure your favorite database (mysql, sqlite etc.)
php artisan migrate
to create basic user tables.php artisan serve
(or equivalent) to run server and test preset.
Credits
License
The MIT License (MIT).