A Laravel dashboard front-end scaffolding preset for Tailwind CSS - Support RTL out of the box.
cd
to your app.composer require miaababikir/laravel-tailwind-dashboard-preset
. Laravel will automatically discover this package. No need to register the service provider.php artisan ui tailwind-dashboard --option=vue.stacked
npm install && npm run dev
php artisan serve
(or equivalent) to run server and test preset.php artisan ui tailwind-dashboard --option=vue.sidebar
npm install && npm run dev
php artisan serve
(or equivalent) to run server and test preset.php artisan ui tailwind-dashboard --option=alpine.stacked
npm install && npm run dev
php artisan serve
(or equivalent) to run server and test preset.php artisan ui tailwind-dashboard --option=alpine.sidebar
npm install && npm run dev
php artisan serve
(or equivalent) to run server and test preset.