Top "Cartalyst-sentry" questions

A modern and framework agnostic authorization and authentication package featuring groups, permissions, custom hashing algorithms and additional security features.

How to force a package to be installed?

I'm trying to install the following package through composer: https://packagist.org/packages/cartalyst/sentry#dev-feature/laravel-5 When I do: …

php composer-php laravel-5 cartalyst-sentry packagist
How can I use sentry with laravel 5?

I have tried installing sentry in laravel 5 but it doesn't work. I would like to know if anyone has done …

php laravel cartalyst-sentry
How to: implement sentry 2 permissions with Laravel 4?

I'm trying to use cartalyst sentry 2 in my site being built with Laravel 4. Basically I don't understand how to implement …

laravel laravel-4 cartalyst-sentry
Sentry/Sentinel if user is in role

I am trying to run a check to see if the current user is in a certain role with Cartalyst's …

laravel laravel-4 cartalyst-sentry
How to use Sentry 2 in Laravel 4

I have a Personcontroller and a Festivalcontroller in my laravel4 application. The actions in those controllers can only be accessible …

php laravel laravel-4 cartalyst-sentry
Tutorial for Laravel 4 - Authentication

I looked around and found some tutorials about Laravel 4 authentication using Sentry or Confide and Entrust. Which are good but …

laravel laravel-4 cartalyst-sentry