Admin One — Free Laravel Vue Bulma Dashboard
Admin One is simple, beautiful and free Laravel admin dashboard (built with Vue.js, Bulma & Buefy).
- Built for Laravel 8.x (for Laravel 7.x use 1.3 version)
- Fully-styled auth scaffolding
- Profile & avatar management with back-end
- Full Resource CRUD Sample (with front-end & back-end)
- Built with Vue.js, Bulma, Buefy & Laravel Mix
- SPA — Single page app
- SCSS sources with variables
- Free under MIT License
- Premium Vue.js version available. The free Laravel version can be extended with premium Vue.js & scss components (Vue CLI source files)
Table of Contents
- Other versions
- Description & Demo
- Quick Start
- Browser Support
- Reporting Issues
- Licensing
- Useful Links
Other versions
Bulma versions
Other Bulma dashboard versions: https://justboil.me/bulma-admin-template/
Vue.js 3 TailwindCSS dashboard
- Built with Vue.js 3, TailwindCSS framework & Composition API
- Vite and Vue CLI build tools
- Dark mode
- Styled scrollbars
- SPA with Vuex & Router
- Production CSS is only 33kb
More info: https://github.com/justboil/admin-one-vue-tailwind
Description & Demo
Description
https://justboil.me/bulma-admin-template/free-laravel-dashboard/
Free Laravel Dashboard demo
https://admin-one-laravel-free.justboil.me
Premium Dashboard demo
The free Laravel version can be extended with premium Vue.js & scss components (Vue CLI source files)
Quick Start
To install, please follow these steps. Note: We assume you start with a fresh Laravel project.
cd
to project directorycomposer require vikdiesel/admin-one-laravel-dashboard --dev
composer require laravel/ui
php artisan ui:controllers
php artisan ui:auth
php artisan jb:admin-one-preset
npm install
npm run dev
ornpm run prod
php artisan migrate
php artisan db:seed
Browser Support
We try to make sure Dashboard works well in the latest versions of all major browsers
Reporting Issues
JustBoil's free items are limited to community support on GitHub.
The issue list is reserved exclusively for bug reports and feature requests. That means we do not accept usage questions. If you open an issue that does not conform to the requirements, it will be closed.
- Make sure that you are using the latest version of the Dashboard. Issues for outdated versions are irrelevant
- Provide steps to reproduce
- Provide an expected behavior
- Describe what is actually happening
- Platform, Browser & version as some issues may be browser specific
Licensing
- Copyright © 2019-2021 JustBoil.me (https://justboil.me)
- Licensed under MIT
Package info
Built for Laravel 8.x. For Laravel 7.x use 1.3 branch
In case of errors (or if you'd like to use Admin One with older Laravel versions), just manually merge package's src/stubs
directory into your app's base directory and install npm dependencies listed in src/AdminOnePreset.php