codewiser/rpacui

UI for [R.P.A.C.]

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Language:Vue

1.6.3 2020-06-16 15:29 UTC

This package is auto-updated.

Last update: 2024-04-22 06:29:04 UTC


README

Installation

Install the RPAC-package if you dont have it.

Service Provider

Add the RpacuiServiceProvider to your config/app.php file.

'providers' => [

    // ...
    
    /**
     * Third Party Service Providers...
     */
    Codewiser\Rpac\RpacServiceProvider::class,
    Codewiser\Rpacui\RpacuiServiceProvider::class,

],

Publish Controllers And Views

Publish the package files to your app using terminal:

php artisan vendor:publish --provider="Codewiser\Rpacui\RpacuiServiceProvider"

Settings

Set policies for User and Roles in RPAC (see RPAC-instructions). Customizing controllers (in App\Http\Controllers\Rpac), if you need.

Usage

Go to your_site.com/rpac-ui and be happy!