QBAdminUI is a free html template.Here this is a laravel broilerplate to start with this admin dashboard.We use the Laravel Framework default authentication system.
- Install NPM
$ npm install
- Build with NPM
$ npm run dev
- Create a .env file
- Setup Database Name
- Migrate the tables
$ php artisan key:generate
$ php artisan migrate
It's Done
The QBAdminUI Laravel Broilerplate is open-sourced software licensed under the MIT license.