He Guys, I have a question with unit testing. I'm a bit stuck here. // SomeController public functio...
Hi, Currently i'm working on a project that handles many AJAX requests from the Front-end. It sends...
You should place it in the config folder. Otherwise create a serviceprovider that publishes your con...
Check your routes.php it seems the problem is there,
This wil fix it. Didn't notice it earlier: Remove the $ from route Route::get('customer/{idc}', [ 'a...
$shoppings = Shoppings::select('date', 'product') ->where('customer_id', '=', $id)->get(); $cu...
The Laravel portal for problem solving, knowledge sharing and community building.
The community