Dashboard

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.

Last updated