Skip to content

serkor/admin-one-laravel-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Stable Version Total Downloads License

Laravel Vue.js Bulma free admin 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 branch)
  • 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 version available

Table of Contents

Other versions

This is Bulma Laravel dashboard version.

More info on free & premium versions of Admin One Dashboard: https://justboil.me/bulma-admin-template/one

Bulma admin dashboard
HTML/CSS/SCSS

Free | Premium
Bulma admin dashboard
Vue.js Buefy

Free | Premium
Bulma admin dashboard
Nuxt.js Buefy

Free | Premium
Bulma admin dashboard
Laravel

Free | Premium

Description & Demo

Description

https://justboil.me/bulma-admin-template/one

Free Laravel Dashboard demo

https://admin-one-laravel-free.justboil.me

Premium Laravel Dashboard demo

https://admin-one-laravel.justboil.me

Quick Start

To install, please follow these steps. Note: We assume you start with a fresh Laravel project.

  • cd to project directory
  • composer 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 or npm 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

Chrome Firefox Edge Safari Opera

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.

  1. Make sure that you are using the latest version of the Dashboard. Issues for outdated versions are irrelevant
  2. Provide steps to reproduce
  3. Provide an expected behavior
  4. Describe what is actually happening
  5. Platform, Browser & version as some issues may be browser specific

Licensing

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

Useful Links

About

Admin One — Free Laravel Dashboard (Bulma Buefy Vue.js SPA)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 59.1%
  • SCSS 15.5%
  • Blade 13.4%
  • PHP 6.8%
  • JavaScript 5.2%