x-multibyte / laravel-coreui
CoreUI is the fastest way to build a modern dashboard for any platforms, browser intergrate for Laravel.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: >=8.1
- laravel/framework: ^10.0
This package is auto-updated.
Last update: 2025-04-29 01:30:09 UTC
README
Laravel-CoreUI is the Package for creating fast, feature-rich dashboards compatible with all platforms and browsers, with native integration into Laravel.
Table of Contents
About
Laravel-CoreUI simplifies the process of creating admin dashboards by integrating CoreUI directly into Laravel. It offers a robust foundation for managing application backends, with a focus on flexibility, scalability, and ease of use.
Reduce the pain of duplication, after require through Composer, Laravel will automatically register the package to your, during the installation process, publish the required static resources and complete the configurations.
To-Do
- Artisan Command.
- Install command: coreui:install
- Uninstall command: coreui:uninstall
- Publish command: coreui:publish `--{config|views|langs|migrations|assets|routes}
- Web Installation.
- Installation's views, controllers, routes, and contracts (Interfaces).
- Uninstall
- Scaffold
- Make Model
- Make Controller
- Make Database Migration
- Make Page Generate a blank/specified function based on the parameters submitted by the user.
- Management Platform.
- Authentication Login\Logout\Forgot or Changing Password, etc ...
- Dashboard.
- Configuration.
- Extensions.
- Fetch the lastest extensions list from remote service.
- Install and configure extension or packages.
Requirements
- Laravel Framework 10.x
- PHP 8.1 or later
- Before you begin, please configure a database that Laravel supports.
Installation
# In the project's root directory, # run the following command in your terminal. composer require x-multibyte/laravel-coreui