Skip to content

Minimal - very minimal dashboard for laravel admin Using Blade's UI Kit and Icons. JetStream for authentication and Tailwind CSS. Made use also of Livewire components.

Notifications You must be signed in to change notification settings

w3yyb/laravel-tailwind

 
 

Repository files navigation

Laravel Tailwind Admin Dashboard

Minimal - very minimal dashboard for laravel admin Using Blade's UI Kit and Icons. JetStream for authentication and Tailwind CSS. using Livewire Datatables.Made use also of Livewire components.

Important files

The layouts are in the resources/views/components/ui folder and the resources/views/components/admin-sidebar.blade.php file

Resources

Install dependencies

composer install
yarn
  1. Copy or rename .env.example into .env.
  2. Create an empty database and type it's credentials into your .env file.
  3. Generate an APP_KEY:
php artisan key:generate
  1. Migrate and seed the database:
php artisan migrate --seed

Run serve

php artisan serve

Run watch

yarn watch

and access the /admin route

About

Minimal - very minimal dashboard for laravel admin Using Blade's UI Kit and Icons. JetStream for authentication and Tailwind CSS. Made use also of Livewire components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 72.7%
  • PHP 16.9%
  • Blade 10.3%
  • Shell 0.1%