Hi I have been sitting for days now and my routing does not want to work. I installed Laravel on Ama...
Hi I am trying to access the sale data in a relationship array, this is my query and json output on...
Hi In my controller:` $updaterec = Sme::where('rec_id', '=', $request->id)->update(['rec_id'...
Hi My request file: <?php namespace App\Http\Requests; use App\Http\Requests\Request; class C...
Hi I have a discount table that starts from 0-100. The second entry is 0.5. This is how is seed the...
If you are not going to use the auth function, then you are not using Laravel 5.2. Then you would do...
Well your login function should take that user and pass to authenticate. If your user and pass is in...
Opening another browser should do the trick.
Post the class here so we can see. It is possible that the class name is incorrect.
Something might have grabbed your port 80 like Skype. If you do not have Skype running then look for...
The Laravel portal for problem solving, knowledge sharing and community building.