A Laravel dashboard front-end scaffolding preset for Tailwind CSS - Support RTL out of the box.
- Fresh install Laravel >= 7.0|8.0 and
cdto your app. - Install this preset via
composer require miaababikir/laravel-tailwind-dashboard-preset. Laravel will automatically discover this package. No need to register the service provider.
- Use
php artisan ui tailwind-dashboard --option=vue.stacked npm install && npm run devphp artisan serve(or equivalent) to run server and test preset.
- Use
php artisan ui tailwind-dashboard --option=vue.sidebar npm install && npm run devphp artisan serve(or equivalent) to run server and test preset.
- Use
php artisan ui tailwind-dashboard --option=alpine.stacked npm install && npm run devphp artisan serve(or equivalent) to run server and test preset.
- Use
php artisan ui tailwind-dashboard --option=alpine.sidebar npm install && npm run devphp artisan serve(or equivalent) to run server and test preset.
- Password reset
- Verify email
- Welcome



