Skip to content

artisanmuhammadali/dashboard-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Bootstrap 5 Dashboard Kit Package

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

code

code

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.

About

admin dashboard for laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages