Hi guys, any of you tried to send the notification from inside a Command? I am using the notifiable...
Hello, I have User model public function sendPasswordResetNotification($token) { $this->notif...
Hi, I know, I know.. you will call me crazy, but the profile name text in the header is too close to...
Hello, I have User model and several other models that belongsTo User. I have a lot of routes for ch...
Hi, I have a website (currently in development) where users can upload their photos. I am deciding w...
I am little confused. The route is different then you pasted before. But never mind. Do you have p...
Paste the entire routes.php please. Use http://laravel.io/bin Are you sure, that the request by ajax...
Do you have your Route::post('add', ... ) defined correctly in routes.php?
Without the error message and controller code it will be difficult to help.
Have a look at this relationship http://laravel.com/docs/eloquent#has-many-through I believe it is e...
The Laravel portal for problem solving, knowledge sharing and community building.