usman
usman
@grimmcreative there are some objects in array which don't have release_date... all you need to do is check first `isset($movie['release_date']) ? Carbon::parse($movie['release_date'])->format('M d, Y') : '',`
any update on this issue...
thanks @darshantank1995 ... but the problem is, this is issue happened in current release v5.0.0, your file works fine but it's the old code with APN sandbox URL. @Edujugon have...
any update on this issue?
thank you @PovilasKorop yes I should add migration to my PR.. I run `artisan serve`. so they might take more memory...
@lanqiuyao need to generate the access token in your profile setting then run the below cmd in terminal `huggingface-cli login` it will ask to paste the access token. rerun it...