Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Laravel admin dashboard built on Bootstrap 5 with full authentication, profile editing, and dashboard pages.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Corporate UI Dashboard Laravel is a Bootstrap 5-based admin dashboard template from Creative Tim that combines the Corporate UI Dashboard front end with a working Laravel backend, delivering authentication, profile, and dashboard pages out of the box.
It is a Laravel 10 starter admin panel built by Creative Tim with UPDIVISION, pairing the Corporate UI Dashboard front end (Bootstrap 5, hundreds of elements, fully coded pages) with Laravel controllers, models, routes, migrations, and seeders. It takes a fresh Laravel project structure and provides login, registration, forgot/reset password, a user profile editor, and a dashboard with billing and tables pages. The template is the Laravel version of Creative Tim's Corporate UI Dashboard, and a plain HTML version is also available.
php artisan migrate --seed creates roles and users, including [email protected] with password secret.app/Http/Controllers/ProfileController.php.routes/web.php, controllers follow Laravel conventions, and validation includes custom error messages.Laravel developers who need a working auth system and admin UI without building from scratch. Agencies building corporate websites for clients can use it as a foundation. Startups creating internal dashboards can replace demo content and brand it. Developers learning Laravel can study the controller implementations for auth and profile updates.
Installation follows standard Laravel setup: unzip the archive, copy the folder to your project directory, run composer install, configure the .env file, then run php artisan key:generate. Next, run php artisan migrate --seed to create database tables and seed users, and php artisan storage:link for storage. Then login with the seeded credentials or register a new account.
After running the migrations and seeders, you can log in with [email protected] and password secret. The README also allows you to register a new user from the registration page.
Click the "Recover here" link under the login form. The app uses Laravel's password reset feature: an email with a reset link is sent, and the link expires after 60 minutes. After setting a new password, you are redirected to login.
No — the ProfileController detects when the demo version is active and blocks changes to the email for the default user (ID 1). It shows an error message instead.
The template officially supports the last two versions of Chrome, Firefox, Edge, Safari, and Opera, as stated in the README.