- no need for wasting time for adding an admin template in your laravel application,
clone or download this repo, and folow the install istruction - it use tailwindcss with alphin.js
- dark/light theme
- ready authentication(laravel/breeze) system out of box
- clone the project
git clone https://github.com/abdulbasit-dev/laravel-windmill-dashboard.git
- create a file with name .env
touch .env
- copy content of .env.example to .env
- set up your database connection in .env
- run
composer install
- generate app key
php artisan key:generate
- run
php artisan migrate --seed
(note --seed will fill the database with dummy data) - your are good to go 😊
Feel free to contribute to the project by submitting issues or creating pull requests. Your feedback and suggestions are always welcome!