Posts about: Laravel

Programming code

Laravel Mail Solution For: Htmlentities() expects parameter 1 to be string, array given error exception

I love Laravel. Simple, elegant, easy, well documentated. However, sometimes the errors are not always very clear. Certainly when having issues while using ajax. Because when the system is unable to produce a slick stacktrace through the request, you will need to view the Laravel logs in BASE_PATH/storage/logs . The Exception In my case, I had some issues […]