Skip to content

Designed to be used inside of laravel spark. This UI provides laravel spark developers the ability to manage roles and permissions within their laravel application

Notifications You must be signed in to change notification settings

nathanblazek/laravel-spark-ui-perms_and_roles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The purpose of this project is to provide an admin UI for laravel spark. It provides a convenient way to manage permission and roles. Spatie\Permission is the permission/role package the UI will use.

#Installation Instructions

  1. Run the following in the root of your project:
composer require nathanblazek\laravel-spark-ui-perms_and_roles
  1. Within your config\app.php file, add the following to your service providers:
ncb\PermsAndRoles\PermsAndRolesServiceProvider::class
  1. Publish vendor files
php artisan vendor:publish

About

Designed to be used inside of laravel spark. This UI provides laravel spark developers the ability to manage roles and permissions within their laravel application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published