laravel-mongodb icon indicating copy to clipboard operation
laravel-mongodb copied to clipboard

How to validate mongoDB id?

Open MunirBash opened this issue 1 year ago • 0 comments

Im trying to validate the mongoDB id (coming in from API request) but I cant find a function from this library to do the ID validation. I tried using this https://www.php.net/manual/en/mongodb-bson-objectid.tostring.php but latest Laravel Sails doesnt seem to have this extension.

MunirBash avatar Sep 15 '22 11:09 MunirBash