Skip to content

danswiser/laravel-tabler-preset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Laravel frontend preset for Tabler UI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published