项目作者: laravel-frontend-presets

项目描述 :
Laravel 5.5.x Front-end Preset For W3CSS
高级语言: HTML
项目地址: git://github.com/laravel-frontend-presets/w3css.git
创建时间: 2017-10-16T13:01:18Z
项目社区:https://github.com/laravel-frontend-presets/w3css

开源协议:

下载


Laravel 5.5.x Front-end Preset For W3css

Preset for W3css scaffolding on new Laravel 5.5.x project.

Current version: W3css 4.0.4

Contents

Installation

Credits

License

Installation

  1. Fresh install Laravel 5.5.x and cd to your app.
  2. 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.
  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

License

The MIT License (MIT).