Support the ongoing development of Laravel.io →

Ricardo

Joined 19 Feb 2014

Statistics

Threads 8
Replies 8
Solutions 3
Articles 0

Horizon pending, completed and failed jobs are always empty

Hi there, After update Laravel from 6 to 7 the jobs list are always empty. I've looked around forums...

pokurivijay liked this thread

1 Likes
0 Replies
posted 7 years ago

Code review for improvement

Hi there! I have a bunch of accessor and I want to receive suggestions on how to improve it. public...

0 Likes
2 Replies
Solved
posted 7 years ago

Request add a non form field

Laravel Version: 5.3.29 PHP Version: 7.0 / 7.1.0 Database Driver & Version: mariaDB 10.0.24 De...

0 Likes
0 Replies
posted 9 years ago

Querying a polymorphic relation for more info

Modified from: http://laravel.com/docs/master/eloquent#polymorphic-relations class Photo extends Elo...

0 Likes
1 Replies
posted 9 years ago

Satis for private packages

I'm playing with Satis, read the docs, but I not figure out how to put my workbenches there, any clu...

0 Likes
0 Replies
replied 7 years ago

Code review for improvement

There are some many accessors, it can be reduced as follows: public function __get($var) { if ((...

0 Likes
Solved
replied 9 years ago

Help me convert raw SQL to eloquent

It seems to me that you do not need the issues, only their count, when you use "with" you...

0 Likes
replied 9 years ago
0 Likes
replied 9 years ago

Laravel eloquent adding IS NULL to DB query

where needs two parameters, and you have only one. Use whereRaw instead.

0 Likes
Solved
replied 9 years ago

Workbench/Packages and Logging

Maybe... \Log::info("This is my message");

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.