Support the ongoing development of Laravel.io →
amityweb

amityweb

Joined 8 Feb 2014

Statistics

Threads 9
Replies 20
Solutions 0
Articles 0

Any laravel base systems that include the basics like authentication, login, registration, nice templates etc?

Are there any Laravael "starter" systems with common basic functionality available to fast...

0 Likes
3 Replies
posted 11 years ago

Where should I put a check for database exists?

Does anyone know where I could put some logic to check if a database exists? It seems wherever I put...

0 Likes
4 Replies
posted 11 years ago

How to set a timeout on Laravel Queue push?

I understand there is a 60 second timeout on laravel processes I pushing on the queue. I understand...

0 Likes
0 Replies
posted 11 years ago

Laravel Mail Sending Twice (sometimes more)

I have a strange issue... I WAS using standard PHP mail send email in my app, but I changed it to us...

0 Likes
6 Replies
posted 11 years ago

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

Retrieving a datetime field which is YYYY-MM-DD and I need to display it as dd/mm/yy. So I am using...

0 Likes
4 Replies
replied 11 years ago

How to call a controller from the Queue class?

SitesController: Queue::push('QueueController@checkSite', array('site' => $site)); QueueControll...

0 Likes
replied 11 years ago

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

Ok I fixed this... I had not set a default from address in config/mail.php. I want to be able to dep...

0 Likes
replied 11 years ago

Forum Feature Requests

I'm not being notified of new posts on threads I raised or commented on. Is that a missing feature (...

0 Likes
replied 11 years ago

How to call a controller from the Queue class?

Bit more info, should have explained earlier, but just realised.... if I use the sync queue driver t...

0 Likes
replied 11 years ago

How to call a controller from the Queue class?

@Marwelln thanks, but this does not work. Using your example I get: syntax error, unexpected T_OBJEC...

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.