I've got two three tables setup: users, posts, post_images. I have a foreign key setup on posts tha...
When I am creating a new entry and leave at least one field to error out then submit the form, upon...
I have a nested resource route: Route::resource('posts.comments', 'PostCommentController'); but whe...
I am using Laravel 5 and I have an AJAX call that needs to return some data along with success. The...
Hi guys, I have a strange problem. Due to new packages installation, I had to do a "composer up...
Hi, I'd like to disable(remove) "Cookie" header when responding as json. Actually I could...
i am using confide plugin when i submit the email to http://localhost:8000/users/forgot_password her...
I have put 4-5 hours, searching for solutions and tweaking the files myself, but cannot find a solut...
Not sure what happened. Maybe a recent update? I push my code changes to my public environment from...
Hi there! So I'm using FormRequest like so: public function save(MailRequest $request) And validati...
I'm running a query on Eloquent, I search on a table for a row ID, On Eloquent I'm using: Video::fin...
Hi guys, I'm at your mercy. I'm trying to figure out how to add custom actions to a Route::resource...
Hello, I need call in routes page (register page) before login in the system example: Route::contro...
Hi I have a blog site build on laravel. There is a comment box. anyone can see the comment input tex...
Hi All. OS : Microsoft Windows Server 2012 R2 CP : Plesk version12.0.18 Me Need Help In install serv...
Hi I m using Laravel 5. Now I want to ad profile picture. I want that in User control page there wil...
I am using the following code in Routes.php to bind multiple parameters (using my own resolution log...
Hi, I'm build an webapp API that receives an image file from users using post forms and need to send...
I have an application in Laravel5. What I need is to be able to call an external api and then proces...
I'm using a form request (\App\Http\Requests) for validation, and want to customize a few of my erro...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community