Laravel Frontend Scaffolding for Tabler Theme.
Run a command,
composer require proycer/laravel-ui-tabler
Run a command,
To Generate a full authentication UI,
php artisan ui tabler --auth
To Install just Tabler theme assets,
php artisan ui tabler
And then run,
npm install && npm run dev
Or for production,
npm install && npm run prod