2017 © Pedro Peláez
 

library laravel-w3css

Laravel 5.5.x Front-end preset for W3css

image

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

The README.md

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

  1. Fresh install Laravel 5.5.x and cd to your app.
  2. 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.
  3. 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)
  4. npm install
  5. npm run dev
  6. Configure your favorite database (mysql, sqlite etc.)
  7. php artisan migrate to create basic user tables.
  8. php artisan serve (or equivalent) to run server and test preset.

Credits

superjoefly, (*6)

License

The MIT License (MIT)., (*7)

The Versions

13/10 2017

dev-master

9999999-dev

Laravel 5.5.x Front-end preset for W3css

  Sources   Download

MIT

The Requires

 

laravel preset w3css