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...
Oh, ok then. I dont know if it is best practice, but I just upload the files right away after user c...
Do you need to create DB record right after the file is chosen and uploaded? Wouldn't it be better,...
You upload the file and create a DB record right after file is chosen?
Or you can use this {{ HTML::decode(HTML::linkAction('AuthController@getLogout', '<i class="...
Then you have to use if (Input::hasFile('name')) { // } to check If a file was uploaded
The Laravel portal for problem solving, knowledge sharing and community building.