项目作者: danswiser

项目描述 :
A Laravel frontend preset for Tabler UI
高级语言: HTML
项目地址: git://github.com/danswiser/laravel-tabler-preset.git
创建时间: 2020-05-01T16:35:57Z
项目社区:https://github.com/danswiser/laravel-tabler-preset

开源协议:MIT License

下载


Laravel 7.0+ Frontend preset for Tabler UI

A Laravel front-end scaffolding preset for Tabler - a free and open-source HTML Dashboard UI Kit built on Bootstrap.

Usage

  1. Fresh install Laravel 7.x or above.
  2. Install this preset via composer require danswiser/laravel-tabler-preset. Laravel will automatically discover this package. No need to register the service provider.

a. For Presets without Authentication

  1. Use php artisan ui tabler for the basic Tabler UI preset
  2. npm install && npm run dev
  3. php artisan serve (or equivalent) to run server and test preset.

b. For Presets with Authentication

  1. Use php artisan ui tabler --auth for the basic preset, auth route entry, and Tabler UI 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)
  2. npm install && npm run dev
  3. Configure your favorite database (mysql, sqlite etc.)
  4. php artisan migrate to create basic user tables.
  5. php artisan serve (or equivalent) to run server and test preset.

Screenshots

Welcome

Register

Login

Reset Password

Dashboard

Verify