Support the ongoing development of Laravel.io →

TorchSK

Joined 17 Apr 2014

Statistics

Threads 9
Replies 188
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 9 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 4 years ago

routes - weird behaviour

this is a bug in Laravel from what I know. If you are not using routes in api.php... just delete all...

0 Likes
replied 4 years ago

routes - weird behaviour

Run php artisan cache:clear php artisan route:cache on prod server

0 Likes
replied 4 years ago

A suitable Datagrid (DataTable) package for laravel

I am now using this: https://handsontable.com Some features are free some are paid though

0 Likes
replied 4 years ago

Create user from external web application

First of all I would create the route in routes/api.php file to have the api namespace and other api...

0 Likes
replied 4 years ago

Why User::find method call User constructor 3 times?

That is how Laravel works I suppose. It creates the blank object (User) and then query the data from...

0 Likes

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.

© 2024 Laravel.io - All rights reserved.