Top "Laravel-5.2" questions

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

What is the difference between {{ }} and {!! !!} in laravel blade files?

In the laravel framework we can use blade to add PHP code in html file. We are using both {{ }} and {!! !!} …

php laravel laravel-5.2 laravel-blade
URL Blocked: This redirect failed because the redirect URI is not whitelisted....(Localhost web application)

URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings. Make …

facebook laravel-5.2 laravel-socialite socialize-sdk
Laravel 5.2 pluck() multiple attributes from Eloquent Model Collection

Laravel 5.2 has pretty nice Helpers, I would like to use them to do following: I have Eloquent Model Collection: $lesson-&…

laravel-5.2 helpers laravel-collection
Image source not readable in Laravel 5.2 - Intervention Image

I have a small problem concerning the resizing process of a given image, I am trying to submit a form …

php laravel-5.2 intervention
Class 'App\Http\Controllers\Controller' not found - Laravel 5.2

I am new here but I already checked all solutions about my problem here and still didn't fix it. I …

php laravel-5 laravel-routing laravel-5.2
How to use Traits - Laravel 5.2

I'm new to Traits, but I have a lot of code that is repeating in my functions, and I want …

php laravel laravel-5.2 traits
disable web middleware for specific routes in laravel 5.2

I want to guest users have access to home page but in built in authentication process laravel redirects to login …

php laravel authentication middleware laravel-5.2
Run function from Button or URL in Laravel

I have the following test function, that I want to call directly from my URL or by clicking a link …

laravel laravel-5 laravel-5.1 laravel-5.2 laravel-4.2
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
what is the difference between X-XSRF-TOKEN and X-CSRF-TOKEN?

When use hidden field and when use header and why ? X-XSRF_TOKEN when we use? X-CSRF TOKEN when we use?

php security laravel-5.2 csrf