Top "Laravel-5.5" questions

Laravel 5 is the previous major version of the open-source PHP web development MVC framework created by Taylor Otwell.

Location of auth:api Middleware

Can somebody please tell the location of auth:api middleware? As per the auth:api middleware, the api routes are …

laravel-5.5 laravel-5.6 laravel-5.7
change value of $request before validation in laravel 5.5

I have a form in route('users.create'). I send form data to this function in its contoller: public function …

laravel laravel-validation laravel-5.5
Check If user has a role In Laravel 5.5

I'm using entrust package to manage roles and I have used passport for authentication since it is API's. Actually what …

laravel laravel-5.5 entrust
How to Use Carbon 2 In Laravel 5.5

I am using Laravel 5.5 and it has Carbon version 1.27 which has no function like roundHour() roundMinute() which are added in …

php laravel laravel-5.5 php-carbon