alisarwar / dashboard-kit
admin dashboard for laravel
This package is auto-updated.
Last update: 2024-10-12 19:23:02 UTC
README
This package provides a Laravel integration for the Bootstrap 5 Dashboard Kit . It offers pre-built controllers, routes, public files (CSS, JS, images), and views to help you quickly set up an admin dashboard in your Laravel application.
Preview
Installation
composer require alisarwar/dashboard-kit:dev-main
Usage
Once the package is installed and configured, you can access the Dashboard Kit views by navigating to resources/views/admin
in your Laravel application.
The package provides pre-built controllers and routes for handling various admin functionalities. You have admin.php
file in routes folder you can either use this file or define them in your web.php
and you have there corresponding function on controller app/Http/controllers/Admin
. You can customize and extend these controllers as per your requirements.
The package's public files, including CSS, JS, and images, are located in the public/admin_theme
directory. You can edit these assets to achieve the desired design and functionality.
Documentation
For detailed information on using the Laravel Material Dashboard package, please refer to the official documentation.
Contributing
If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request on the GitHub repository.