So, i am having this weird problem, which i tried to rectify via net searches, but nothing has worke...
My Android app is sending Json Array to Laravel 5.0 Rest Api. When i try the code with HttpRequester...
Ok, I am in a fix. I am working on an application , where multiple authentication is required. The a...
Hi, I am having problems saving the Multipart Image sent from Android application to laravel. As soo...
Hi, Is there a tutorial , other then provided at https://github.com/chrisbjr/api-guard/tree/v1.0.
Don't know how your database is managed, but i'll surely create a separate table , which will have t...
Hi, Jibran here. You Statement Should be; result = DB::table('yourtablename')->where('yourcolumn'...
As far as i know, nope you cannot. Laravel auth requires hashed passwords. If you have lots of users...
use the provided code in seperate files , i am sure the coding will help you understand why your url...
You are asking laravel to show view('home') in PagesController@home. It is doing what you are asking...
The Laravel portal for problem solving, knowledge sharing and community building.