lock-laravel icon indicating copy to clipboard operation
lock-laravel copied to clipboard

This package is a Laravel 5 driver for Lock

Results 3 lock-laravel issues
Sort by recently updated
recently updated
newest added

First: I have seen Issue #3 but I'm using Laravel 5 and the latest version of laravel-lock, 0.2.1. When trying dependency injection on the Controller (like suggested in the documentation)...

I'm trying to fetch a list of all permissions, in order to build a backend. I'm using this query to fetch all available permissions: ``` php $permissions = \DB::table('lock_permissions') ->groupBy('type')...

Hi @driesvints I used Laravel 5, version 0.2 of the package and array as driver. I created an alias to manage the crud, in lock.php ``` php 'permissions' => function...