Are there any Laravael "starter" systems with common basic functionality available to fast...
Does anyone know where I could put some logic to check if a database exists? It seems wherever I put...
I understand there is a 60 second timeout on laravel processes I pushing on the queue. I understand...
I have a strange issue... I WAS using standard PHP mail send email in my app, but I changed it to us...
Retrieving a datetime field which is YYYY-MM-DD and I need to display it as dd/mm/yy. So I am using...
SitesController: Queue::push('QueueController@checkSite', array('site' => $site)); QueueControll...
Ok I fixed this... I had not set a default from address in config/mail.php. I want to be able to dep...
I'm not being notified of new posts on threads I raised or commented on. Is that a missing feature (...
Bit more info, should have explained earlier, but just realised.... if I use the sync queue driver t...
@Marwelln thanks, but this does not work. Using your example I get: syntax error, unexpected T_OBJEC...
The Laravel portal for problem solving, knowledge sharing and community building.