A Laravel 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.
composer require danswiser/laravel-tabler-preset
. Laravel will automatically discover this package. No need to register the service provider.php artisan ui tabler
for the basic Tabler UI presetnpm install && npm run dev
php artisan serve
(or equivalent) to run server and test preset.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
)npm install && npm run dev
php artisan migrate
to create basic user tables.php artisan serve
(or equivalent) to run server and test preset.