Laravel 5 is the previous major version of the open-source PHP web development MVC framework created by Taylor Otwell.
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-bladeURL 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-sdkLaravel 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-collectionI have a small problem concerning the resizing process of a given image, I am trying to submit a form …
php laravel-5.2 interventionI 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.2I'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 traitsI 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.2I 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.2I'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-authorizationWhen 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