Skip to content

Miaababikir/laravel-tailwind-css-dashboard-preset

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 

🔥 Laravel tailwind css dashboard preset

Total Downloads Daily Downloads License

A Laravel dashboard front-end scaffolding preset for Tailwind CSS - Support RTL out of the box.

Usage

  1. Fresh install Laravel >= 7.0|8.0 and cd to your app.
  2. 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

  1. Use php artisan ui tailwind-dashboard --option=vue.stacked
  2. npm install && npm run dev
  3. php artisan serve (or equivalent) to run server and test preset.

For Vue preset with sidebar layout

  1. Use php artisan ui tailwind-dashboard --option=vue.sidebar
  2. npm install && npm run dev
  3. php artisan serve (or equivalent) to run server and test preset.

For Alpine preset with stacked layout

  1. Use php artisan ui tailwind-dashboard --option=alpine.stacked
  2. npm install && npm run dev
  3. php artisan serve (or equivalent) to run server and test preset.

For Alpine preset with sidebar layout

  1. Use php artisan ui tailwind-dashboard --option=alpine.sidebar
  2. npm install && npm run dev
  3. php artisan serve (or equivalent) to run server and test preset.

Todo

  • Password reset
  • Verify email
  • Welcome

Screenshots

Register

Login

Stacked Dashboard

Sidebar Dashboard

About

🔥Dashboard preset using tailwindcss that support RTL out of the box

Resources

Stars

Watchers

Forks

Packages

No packages published