Support the ongoing development of Laravel.io →
amityweb

amityweb

Joined 8 Feb 2014

Statistics

Threads 9
Replies 20
Solutions 0
Articles 0
posted 11 years ago

Run multiple queue jobs the same time, with Beanstalk and Supervisor??

I have an app that will loop through a lot of domains and run CURL on them. With Laravel's Queues us...

0 Likes
5 Replies

Why should we use Composer? Does it matter if we don't?

Perhaps this question relates to some but not all packages. Sorry its a bit long. So many package in...

0 Likes
7 Replies
posted 11 years ago

Sendmail error using mail driver: sendmail: option requires an argument -- 'f'

Using plain old PHP mail() in my code I can send email OK. If I switch to using Laravels Mail class,...

0 Likes
3 Replies
posted 11 years ago

How to call a controller from the Queue class?

How does one call a controller method from within the Queue class? This works in other Controllers:...

0 Likes
16 Replies
replied 11 years ago

how to create custom query error exception

This works for me when the database exists and other failures occur (e.g. table does not exist): App...

0 Likes
replied 11 years ago

Where should I put a check for database exists?

This works, so I will try this, thanks a lot for the help... App::error(function (\Illuminate\Databa...

0 Likes
replied 11 years ago

Where should I put a check for database exists?

Hi deringer Adding an App:error catch in global.php looks like a suitable method. But using the foll...

0 Likes
replied 11 years ago

getDateAttribute() is swapping year and day around when Saving to the Database

The thing is the getter should be nothing to do with setter. Also in my controller, I use different...

0 Likes
replied 11 years ago

getDateAttribute() is swapping year and day around when Saving to the Database

Capital Y will show a 4 digit year, but I would like to display a 2 digit year. The situation is thi...

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.

© 2026 Laravel.io - All rights reserved.