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...
Shouldn't it be 'files'=>true in the Form open code?
Call the functions in $this context in register function public function register() { $this-&g...
You have the last function name wrong. Should be registerCategoryRepo not registerComplaintRepo (whi...
Create multiple register functions like public function registerUserRepo() {....} public function re...
I am using dropzone.js which is of course only client side part, but I like it a lot. I also use Int...
The Laravel portal for problem solving, knowledge sharing and community building.