https://github.com/anisaronno/admintoolkit-laravel
Laravel admin panel with admintoolkit-html
https://github.com/anisaronno/admintoolkit-laravel
admin-dashboard admin-panel blade boilerplates dashboard laravel starter-template
Last synced: 2 months ago
JSON representation
Laravel admin panel with admintoolkit-html
- Host: GitHub
- URL: https://github.com/anisaronno/admintoolkit-laravel
- Owner: anisAronno
- License: mit
- Created: 2024-01-06T20:59:35.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-06T21:10:39.000Z (almost 2 years ago)
- Last Synced: 2025-04-19T07:59:36.083Z (6 months ago)
- Topics: admin-dashboard, admin-panel, blade, boilerplates, dashboard, laravel, starter-template
- Language: Blade
- Homepage:
- Size: 4.3 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
![]()
TailwindCSS Based Admin Dashboard Template for Laravel
## 📌 Introduction
**AdminToolkit for Laravel** is a modern admin dashboard template specifically designed for Laravel applications. It inherits the features and functionalities of the original AdminToolkit, built using TailwindCSS, offering a simple and intuitive approach to building responsive UIs.
This version of AdminToolkit is tailored for Laravel, integrating seamlessly with its ecosystem and providing a comprehensive admin panel solution for Laravel applications.
## 📌 Features
- Built for Laravel applications
- Based on TailwindCSS 3.x+
- Light & Dark theme support
- Auto-detect theme from user device preference
- Pre-built UI components for Laravel
- Responsive layout
- Easily customizable for Laravel projects
- Developer-friendly structure
- Organized Laravel-based codebase## 📌 Installation
**1. Install via Composer**
```bash
composer create-project anisaronno/admintoolkit-laravel
```**2. Laravel Documentation**
**For more information on configuring your Laravel environment and using the AdminToolkit within Laravel projects, please refer to the [Laravel documentation](https://laravel.com/docs).**
## 📌 Contribution
1. Fork the repository
2. Clone the repository
3. Create a new branch `git checkout -b new-branch`
4. Make changes
5. Commit and push the changes
6. Create a pull request## 📌 License
[MIT](./LICENSE)
## 📌 Credits
The HTML version of AdminToolkit served as the foundation for this Laravel version. The original HTML project was created by [Mostafizur](https://github.com/mostafizurhimself) and can be found [here](https://github.com/mostafizurhimself/admintoolkit-html). We extend our gratitude for the initial inspiration and design structure that paved the way for this Laravel adaptation.