Skip to content

PHP cURL suddenly not working without any reason

I am currently working on a project which makes an ajax call to my API on the same server. All went good and fine till a few hours ago when cURL suddenly stopped working without any reason and it’s giving me following error But it doesn’t make any sense because it worked earlier and the only thing…

Laravel morphTo Returns Null

I am using Laravel 5.4 and having trouble figuring out why my morphTo relationship always returns null no matter what I do. The inverse of the relationship is fine, but when I try to retrieve the …