Permissions, users management, chartjs, material icons, buefy, axios, Telescope, Socialite ...
Buefborad is a Laravel + VueJS + Bulma SPA Dashboard, it is a great starter point for your website.
- Full users management ready to use: block, update, delete, export users easily.
- Permissions and roles ready to use: Based on spatie package
- ChartJS ready to use
- Policy: Users and Roles.
- API: keep it clean with spatie query builder package and vue-api-query
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
The BuefBoard is open-sourced software licensed under the MIT license.