A Laravel front-end scaffolding preset for Tabler - a free and open-source HTML Dashboard UI Kit built on Bootstrap.
- Fresh install Laravel 7.x or above.
- Install this preset via
composer require danswiser/laravel-tabler-preset
. Laravel will automatically discover this package. No need to register the service provider.
- Use
php artisan ui tabler
for the basic Tabler UI preset npm install && npm run dev
php artisan serve
(or equivalent) to run server and test preset.
- 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 inroutes/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.