library laravel-w3css
Laravel 5.5.x Front-end preset for W3css
superjoefly/laravel-w3css
Laravel 5.5.x Front-end preset for W3css
- Friday, October 13, 2017
- by superjoefly
- Repository
- 1 Watchers
- 0 Stars
- 2 Installations
- HTML
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Laravel 5.5.x Front-end Preset For W3css
Preset for W3css scaffolding on new Laravel 5.5.x project., (*1)
Current version: W3css 4.0.4, (*2)
Contents
Installation, (*3)
Credits, (*4)
License, (*5)
Installation
- Fresh install Laravel 5.5.x and
cd to your app.
- Install this preset via
composer require superjoefly/laravel-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 Use php 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 in routes/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
superjoefly, (*6)
License
The MIT License (MIT)., (*7)
dev-master
9999999-dev
Laravel 5.5.x Front-end preset for W3css
Sources
Download
MIT
The Requires
laravel
preset
w3css