miaababikir / laravel-tailwind-dashboard-preset
Laravel tailwind css dashboard preset
Installs: 4 485
Dependents: 0
Suggesters: 0
Security: 0
Stars: 362
Watchers: 16
Forks: 55
Language:Blade
Requires
- laravel/framework: ^7.0|^8.0
- laravel/ui: ^2.0|^3.0
This package is auto-updated.
Last update: 2025-04-10 17:54:50 UTC
README
A Laravel dashboard front-end scaffolding preset for Tailwind CSS - Support RTL out of the box.
Usage
- Fresh install Laravel >= 7.0|8.0 and
cd
to 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.
For Vue preset with stacked layout
- Use
php artisan ui tailwind-dashboard --option=vue.stacked
npm install && npm run dev
php artisan serve
(or equivalent) to run server and test preset.
For Vue preset with sidebar layout
- Use
php artisan ui tailwind-dashboard --option=vue.sidebar
npm install && npm run dev
php artisan serve
(or equivalent) to run server and test preset.
For Alpine preset with stacked layout
- Use
php artisan ui tailwind-dashboard --option=alpine.stacked
npm install && npm run dev
php artisan serve
(or equivalent) to run server and test preset.
For Alpine preset with sidebar layout
- Use
php artisan ui tailwind-dashboard --option=alpine.sidebar
npm install && npm run dev
php artisan serve
(or equivalent) to run server and test preset.
Todo
- Password reset
- Verify email
- Welcome