An open API service indexing awesome lists of open source software.

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

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.