omrakhurs's avatar

Best way to test for variables that are not set or set to null?

I'm trying to learn what is a best one-size-fits-all way in Laravel to detect if something is a)set to null and/or b) not set. There's isset(), is_null(), and others. But I'm looking to see how other developers do it.

0 likes
3 replies
tomopongrac's avatar

It seems that i did not understand question correctly...

Please or to participate in this conversation.