2017 © Pedro Peláez
 

library sentry

image

cruddy/sentry

  • Friday, October 31, 2014
  • by lazychaser
  • Repository
  • 1 Watchers
  • 0 Stars
  • 69 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

If your application uses Sentry for authentication, you can it's power to control which entities the user can have access to., (*1)

Each entity has following actions that can be performed: view, create, update, delete. A user needs to have {entity}.{action} permission to perform an action on specified entity. For example, in order to be able to view items of products entity, authenticated user needs to have products.view permission., (*2)

Installation

Install the package using a Composer:, (*3)

composer require cruddy/sentry:dev-master@dev

Add a service provider:, (*4)

'Kalnoy\Cruddy\Sentry\SentryServiceProvider',

Set the permissions driver in Cruddy's configuration:, (*5)

'permissions' => 'sentry',

The Versions

31/10 2014

dev-master

9999999-dev

  Sources   Download

The Requires

 

by Alexander Kalnoy