devnile / microboard
This package creates to decrease working time that spent on admin panels
Requires
- php: ^7.2.5
- ext-json: *
- arrilot/laravel-widgets: ^3.13
- consoletvs/charts: ^7.0
- illuminate/support: ^7.15
- laravel/ui: ^2.0
- laravelcollective/html: ^6.1
- spatie/laravel-medialibrary: ^8.3
- yajra/laravel-datatables: ^1.5
Requires (Dev)
- doctrine/dbal: ^2.10
- orchestra/testbench: ^5.3
- phpunit/phpunit: ^8.5
- dev-master
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.9.52
- v0.9.51
- v0.9.6
- v0.9.5
- v0.9.4
- dev-dependabot/npm_and_yarn/json5-1.0.2
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/qs-and-express-6.11.0
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/loader-utils-and-webpack-cli-1.4.2
- dev-dependabot/npm_and_yarn/eventsource-1.1.1
- dev-dependabot/npm_and_yarn/async-2.6.4
- dev-dependabot/npm_and_yarn/minimist-1.2.6
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/ajv-6.12.6
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/ws-6.2.2
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/browserslist-4.16.6
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/ssri-6.0.2
- dev-dependabot/npm_and_yarn/y18n-4.0.1
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/ini-1.3.8
- dev-argon-design
This package is auto-updated.
Last update: 2024-11-06 12:05:37 UTC
README
This package was created to reduce the time spent on creating dashboards, with a small, robust package. It comes with users, roles, permissions and settings resources. This means that when installing this package you will be able to manage those resources. And now it's your time to add more with simple commands. The design created by Creative Tim to make the dashboard tidy and carefully designed.
Installation
You can install the package via composer:
composer require devnile/microboard
Usage
First you need to make your User's model extends from Microboard's User
use Microboard\Models\User as Microboard; class User extends Microboard
Now we need to install the package's assets. Do the following in your Terminal:
php artisan microboard:install
It will ask you if you want a new admin, do this if you want.
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.