Hello, I really love laravel and its community, but I have to say some words about this forum. I am...
What is the best way to handle failed jobs? Maybe an email couldnt't send or an image couldn't resiz...
I try to generate pdf files in homestead, but when I try to use a CSS File inside the HTML it doesn'...
Hey guys, today I found out the laravel validator provides a filled method, but it's not present in...
Hi guys, how far can I go with presenters? Would something like: public function presentUrl() { retu...
The fastest would be probably php itself, but you need to be careful with security. Quick and dirty,...
You could use one user and session table for all projects. Just change the session provider to datab...
I just compare the user_id of a record with the user id inside the session. You could write a functi...
Have you tried the laravel profiler? If I am not wrong, it should be log all database queries. Hope...
The Laravel portal for problem solving, knowledge sharing and community building.