Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Premium Bootstrap 4 admin dashboard for Laravel with role-based CRUD examples.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Black Dashboard Pro Laravel is a premium Bootstrap 4 admin dashboard template for Laravel that ships with role-based CRUD examples for users, roles, tags, categories, and items. Built by Creative Tim with UPDIVISION, it pairs the Black Dashboard frontend with Laravel back-end code so developers can start from a working admin panel instead of an empty Laravel install.
Black Dashboard Pro Laravel is a premium admin dashboard template from Creative Tim and UPDIVISION that combines the Bootstrap 4 Black Dashboard frontend with Laravel backend code. It takes a fresh Laravel installation as input and outputs a complete admin panel with authentication, profile editing, and five role-based CRUD examples. The README states support for Laravel 9.x and up, while the GitHub repository description cites 11.x and up.
UserController and UserRequest validation.RolePolicy.ItemObserver that cleans up pictures and tag associations on delete.CurrentPasswordCheckRule.routes/web.php.composer install, php artisan migrate --seed, and php artisan storage:link to get a working panel with three seeded users.black-dashboard.scss) and the compiled black-dashboard.css and JS plugins like Chart.js, FullCalendar, and SweetAlert2.The installation flow is documented in the README: unzip the archive, copy the folder into your projects, run composer install, copy .env.example to .env with database settings, run php artisan key:generate, then php artisan migrate --seed to create tables and seed roles/users, and finally php artisan storage:link for file uploads.
Black Dashboard Pro Laravel is a premium product sold by Creative Tim under the Creative Tim License. No price is listed in the README; visit the product page on creative-tim.com for current pricing.
No, it is a premium (paid) product from Creative Tim. The README does not list a price, so check the product page for current licensing costs.
The README introduction says Laravel Framework 9.x and up. The GitHub repository description mentions 11.x and up, so it targets modern Laravel releases.
After running migrations and seeders, three users exist: [email protected], [email protected], and [email protected], all with password "secret". You can also register a new user.
No. The role management section explicitly says deletion is not allowed. You can only add and edit roles, while user, tag, category, and item management support deletion under certain conditions.
The README instructs running php artisan storage:link (inside your virtual machine if using Vagrant/Homestead). Profile pictures and item images are stored in the public disk via the controllers.
