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...
This works for me when the database exists and other failures occur (e.g. table does not exist): App...
This works, so I will try this, thanks a lot for the help... App::error(function (\Illuminate\Databa...
Hi deringer Adding an App:error catch in global.php looks like a suitable method. But using the foll...
The thing is the getter should be nothing to do with setter. Also in my controller, I use different...
Capital Y will show a 4 digit year, but I would like to display a 2 digit year. The situation is thi...
The Laravel portal for problem solving, knowledge sharing and community building.
The community