quentingab/buefboard

This package is abandoned and no longer maintained. No replacement package was suggested.

BuefBoard - The Laravel Boilerplate.

v0.1.1 2020-07-17 07:23 UTC

README

logo_buefboard.svg

BuefBoard - the ultimate Laravel/VueJS Dashboard

Permissions, users management, chartjs, material icons, buefy, axios, Telescope, Socialite ...

buefboard_users.png

About BuefBoard

Buefborad is a Laravel + VueJS + Bulma SPA Dashboard, it is a great starter point for your website.

Installation

composer create-project quentingab/buefboard

Laravel key will be automatically generated

Setup your database

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=

And migrate

php artisan migrate --seed
npm install
npm run watch

Packages:

License

The BuefBoard is open-sourced software licensed under the MIT license.