Hi, Has anyone experienced that URL::route() generates URL's with a different subdomain? I have a ma...
Works for me! :) twopiers said: In case anyone is having this problem: delete the old laravel.pha...
Did you import pda/pheanstalk ~3.0? See http://laravel.com/docs/5.0/queues..
Are e-mails saved to the database? I guess you mean the are getting queued? Can you share the script...
I've done this: Grabbed the PID of the process listening on port 8000: lsof -i tcp:8000 kill -9 <...
Seems like you are trying to do that in the public/index.php file?