cgdsoftware/control-panel-api is a Laravel package for control panel api for laravel enso.
It currently has 0 GitHub stars and 697 downloads on Packagist (latest version v3.2.3).
Install it with composer require cgdsoftware/control-panel-api.
Discover more Laravel packages by cgdsoftware
or browse all Laravel packages to compare alternatives.
Last updated
The package depends on the Laravel/Passport official package.
Follow the next steps for completing the Passport package install:
composer require laravel-enso/ControlPanelApiphp artisan migratephp artisan passport:install'driver' => 'passport', inside config/auth.php for the api guard.php artisan vendor:publish --tag=passport-componentsresources/js/app.js
npm run dev, gulp, etc.<passport-clients></passport-clients> where desired. Optionally, you may use the manage-oauth-tokens permission to allow just admins to manage the clients.Next steps are required for this package:
Note The packages comes with the manage-oauth-tokens policy that allows you to only show the passport-clients VueJS component to admins.
are welcome. Pull requests are great, but issues are good too.
This package is released under the MIT license.