I want to add a single quote in the .env file but nothing of the following seems to be working: ALL_VIDEOS=AppModelsVideo::where(‘video_type’, ‘=’, ‘Free’)->get(); ALL_VIDEOS=AppModelsVideo::where(”video_type”, ”=”, ”Free”)->get(); Sourc..
I want to add a single quote in the .env file but nothing of the following seems to be working: ALL_VIDEOS=AppModelsVideo::where(‘video_type’, ‘=’, ‘Free’)->get(); ALL_VIDEOS=AppModelsVideo::where(”video_type”, ”=”, ”Free”)->get(); Sourc..