Top "Laravel-authorization" questions

Laravel Authorization is the service provided by the framework for authorization methodology.

Can Anyone Explain Laravel 5.2 Multi Auth with Example

I am trying to authenticate users and admin form user table and admin table respectively. I am using the User …

laravel laravel-5 laravel-5.2 laravel-authorization
Laravel 5.2: Auth::logout() is not working

I'm building a very simple app in Laravel 5.2, but when using AuthController's action to log out, it just simply doesn't …

php laravel laravel-5 laravel-5.2 laravel-authorization
How laravel `Auth:user()` or `Auth:id()` works

How laravel Auth:user() or Auth:id() works Is it resides in session or database. I searched but not get …

php laravel laravel-5 laravel-authorization
Laravel blade @can policy - string

I am using Laravel 5.2. So I'm learning about how to deal with roles and permissions Authorization. Everything runs fine. I …

php laravel laravel-5 laravel-5.2 laravel-authorization
Changing Laravel auth table name and column names

I want to change the table name and some column names of laravel auth table. Change table name from 'users' …

laravel laravel-5 laravel-authorization laravel-authentication
Laravel 5.3 Password Broker Customization

Does anyone know how to override the functions used within laravel's password broker? I know the docs: https://laravel.com/…

php laravel laravel-5 laravel-authorization laravel-mail
Laravel 5.3 Auth block user

I have a question, I'm currently developing a little site with Laravel 5.3 and I'm using the Basic Auth from them …

laravel authentication laravel-5.3 laravel-authorization
Laravel use auth()->user() for api

I have a lot of functions that perform actions based of the permissions of the user. For the web, everything …

php laravel laravel-authorization