webafra
webafra
- Laravel-mongodb Version: 9 - PHP Version: 8 - Database Driver & Version: latest ### Description: ``` Schema::create('my_doc', function (Blueprint $collection) { $collection->id(); $collection->string('title')->default('test'); $collection->timestamps(); }); ``` When a record...
hello . i need help to limit children tree i want to add 1 children tree level in parent . for example : this is Ok : ``` -parent 1...
I submitted a merge request but it has not been approved yet. The official MongoDB package has changed and the changes must be applied. Thank you for confirming. https://github.com/mostafamaklad/laravel-permission-mongodb/pull/147