I have a command that runs in an while(1) loop, which occasionally needs to send an email alert usin...
I have to keep a log in the DB of each page view for auditing, I can then utilise this to grab peopl...
Check your connection details are correct in /app/config/database.php If the database is hosted on a...
Server requirements can be found over in the docs: http://laravel.com/docs/installation#server-requi...
I would probably look at using a model event for this (creating?) http://laravel.com/docs/eloquent#...
What is the actual error you're getting? Could you add getMessage to your catch try { $this->...
The Laravel portal for problem solving, knowledge sharing and community building.