☕
hotCoffee
  • Introduction
  • ⚙️ GETTING STARTED
    • Installation
    • Resources & Credits
      • Argon Dashboard Free
      • Material Kit Free
      • Font Awesome
      • Laravel Packages
  • 🗂️ Modules
    • Dashboard
    • Menus
    • Articles
    • Info Pages
    • File Manager
    • Users
    • Roles
    • Settings
  • ⚒️ CUSTOMIZATION & LOGIC
    • Routing
    • Configuration
    • Adding Settings
    • Multilanguage
    • Helper Methods
    • Searching Models
    • Exporting
    • Traits
    • Extending Modules
    • Artisan Commands
Powered by GitBook
On this page
  1. 🗂️ Modules

Dashboard

PreviousLaravel PackagesNextMenus

Last updated 5 years ago

The administrator dashboard is the home page for the admin panel by default. It displays the admin login history and some additional info widgets, but can easily be edited as it's files (controller, templates etc..) are published in the "app" directory, rather than the "vendor" directory. After running the installation script you can find "DashboardController.php" in app\Http\Controllers\Admin and the "dashboard.blade.php" template in resources\admin.

Default admin dashboard