Support the ongoing development of Laravel.io →
TorchSK

TorchSK

Joined 17 Apr 2014

Statistics

Threads 9
Replies 187
Solutions 32
Articles 0

Notifications inside a command

Hi guys, any of you tried to send the notification from inside a Command? I am using the notifiable...

0 Likes
0 Replies

L5.3 Notifications data passing not working?

Hello, I have User model public function sendPasswordResetNotification($token) { $this->notif...

0 Likes
2 Replies
Solved
posted 10 years ago

Profile name is too close to logout button

Hi, I know, I know.. you will call me crazy, but the profile name text in the header is too close to...

0 Likes
2 Replies

[L5] Allow CRUD only to user that owns resource. Best way?

Hello, I have User model and several other models that belongsTo User. I have a lot of routes for ch...

0 Likes
3 Replies

Website with photo gallery - where to store images?

Hi, I have a website (currently in development) where users can upload their photos. I am deciding w...

0 Likes
1 Replies
replied 11 years ago

Form with ajax upload

Oh, ok then. I dont know if it is best practice, but I just upload the files right away after user c...

0 Likes
replied 11 years ago

Form with ajax upload

Do you need to create DB record right after the file is chosen and uploaded? Wouldn't it be better,...

0 Likes
replied 11 years ago

Form with ajax upload

You upload the file and create a DB record right after file is chosen?

0 Likes
replied 11 years ago

How to use HTML::linkAction() with Bootstrap glyphs?

Or you can use this {{ HTML::decode(HTML::linkAction('AuthController@getLogout', '<i class="...

0 Likes
replied 11 years ago

Input::has('name') is working in Laravel 4.0.9?

Then you have to use if (Input::hasFile('name')) { // } to check If a file was uploaded

0 Likes
Solved

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.