tpg / deadbolt

Dead simple permissions for Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class Permissions Not Found when using Tinker

RhysLees opened this issue · comments

PHP Warning: Class "Permissions" not found in C:\Users\TEMC0\OneDrive\Desktop\HubV3\vendor\laravel\framework\src\Illuminate\Foundation\AliasLoader.php on line 80

I fixed it by adding 'Permissions' => TPG\Deadbolt\Facades\Deadbolt::class, to aliases

Thanks for picking it up. I'll merge a fix today.

Fixed in v2.0.2. Let me know if you still have issues.