https://github.com/abdulbasit-dev/laravel-windmill-dashboard
Ready Laravel Admin Dashboard with Windmill Template
https://github.com/abdulbasit-dev/laravel-windmill-dashboard
admin-dashboard alpine-js laravel-framework tailwindcss
Last synced: 10 months ago
JSON representation
Ready Laravel Admin Dashboard with Windmill Template
- Host: GitHub
- URL: https://github.com/abdulbasit-dev/laravel-windmill-dashboard
- Owner: abdulbasit-dev
- Created: 2021-10-26T12:29:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T08:49:54.000Z (about 2 years ago)
- Last Synced: 2025-04-22T16:20:02.579Z (10 months ago)
- Topics: admin-dashboard, alpine-js, laravel-framework, tailwindcss
- Language: Blade
- Homepage:
- Size: 1000 KB
- Stars: 31
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel with Windmill dashboard
### laravel application with ready admin panel
- 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
---
## Usage
1. clone the project `git clone https://github.com/abdulbasit-dev/laravel-windmill-dashboard.git`
2. create a file with name .env `touch .env`
3. copy content of .env.example to .env
4. set up your database connection in .env
5. run `composer install`
6. generate app key `php artisan key:generate`
7. run `php artisan migrate --seed` (note --seed will fill the database with dummy data)
8. your are good to go 😊
---
## Images
## Contributing
Feel free to contribute to the project by submitting issues or creating pull requests. Your feedback and suggestions are always welcome!