I have a command that runs in an while(1) loop, which occasionally needs to send an email alert usin...
What errors do you get? What are you passing as pdf_file Your path looks wrong if your pdfs are in p...
I think it should be 'domain' => '.localhost' However if the cookie was set before you made this...
Can you post your routes.php, controller and view? stephansps said: Thanks for replying, I made a f...
Customer is an object, not an array. Passing an array in is very flexible, as you could do $data['cu...
You need to pass an array as the second argument to view I tend to set up an array at the start of m...
The Laravel portal for problem solving, knowledge sharing and community building.