Hello, I'm learning Laravel and I'm having a problem with foreign key when I want to add a new recor...
Hi, I'm actually creating an online shop, but I've got a strange error. So that's how the error page...
Hi, I'm creating an online shop and I had obviously to use many to many relationships. I've a proble...
Hi, I have a problem with displaying information about account. The method: public function getProfi...
Hi, I wanna make simple registration on my site, but I have an strange error. That's my form http://...
Why are you not providing any error messages. I can only assume what's happening. Now, what you are...
So your route should look like this: Route::post('customer/show', [ 'uses' => 'CustomerControl...
Thank you very much ;) I'm gonna keep this in mind.
muppbarn said: How do I pass the name from the routes.php to the controller? Route::post('/customer...
First of all you have a typo in your routes.php file Route::post('/customer/show{name}', [ a slash(...
The Laravel portal for problem solving, knowledge sharing and community building.