Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Nuxt 3 and Bootstrap 5 admin dashboard with Laravel JSON:API backend, featuring auth, user management, and 200+ UI components.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Nuxt Argon Dashboard 2 Laravel is a full-stack admin dashboard template by Creative Tim that couples a Nuxt 3 and Bootstrap 5 frontend with a Laravel JSON:API backend, giving developers a prebuilt authentication flow, user management screens, and more than 200 UI components.
Nuxt Argon Dashboard 2 Laravel is a full-stack admin template built on Nuxt 3, Bootstrap 5, and Laravel. It consists of a Laravel JSON:API backend and a Nuxt frontend, producing a functional dashboard with login, registration, profile editing, and a user list. The project is developed and maintained by Creative Tim, with documentation hosted on their learning lab.
The template ships with over 200 UI components, a Laravel Passport-backed API, and fully wired authentication pages.
Nuxt Argon Dashboard 2 Laravel is best suited for developers and teams that need a full-stack admin starter with Vue and Laravel.
With this template you can build several kinds of admin interfaces without starting from scratch.
The product is split into a Laravel JSON:API backend and a Nuxt frontend, which are installed and configured separately.
After installing the backend with Composer, you create a .env file, run php artisan migrate --seed, install Laravel Passport, and set database credentials. For the frontend, you run npm install, create a .env with BASE_URL and API_BASE_URL pointing to the frontend and backend, then run npm run dev. The default login uses [email protected] with password secret.
The product page lists a "Buy" option, and the text mentions a free version that includes login, registration, and a read-only user list. The free version's user management section states you cannot add or edit users, which implies those actions are reserved for the Pro version.
The installation notes recommend Node.js 14 because many packages are deprecated on Node 16 or higher. The frontend also requires npm to install dependencies.
The prerequisites list MySQL as the database. You configure your own credentials in the .env file for DB_DATABASE, DB_USERNAME, and DB_PASSWORD, then run php artisan migrate --seed to create the users table.
Yes, the login and register pages are functional and connect to the Laravel API through the auth store. A default user ([email protected] / secret) is seeded so you can test the dashboard immediately.
Yes, the template is built with SASS files and classes, and it includes reusable Vue components such as ArgonButton, ArgonInput, and ArgonSwitch. The documentation explains how to modify the theme.
