Leandro Diógenes

Results 16 comments of Leandro Diógenes

any solution or beter package?

Same here.

yea, indeed we need to wait for a new release, master branch it works fine.

Same here PHP 7.4.5 Windows 10 Laravel 8.12 ![image](https://user-images.githubusercontent.com/2463299/104130096-a02fb380-534d-11eb-9f5d-b5f35f35a88f.png) ![image](https://user-images.githubusercontent.com/2463299/104130102-a9b91b80-534d-11eb-82c0-b0b396bce30e.png) ![image](https://user-images.githubusercontent.com/2463299/104130105-afaefc80-534d-11eb-8222-16dcbec9359c.png)

Hi @rfaugusto. Fist of all, use AsJob method. Check docs [https://laravelactions.com/2.x/as-job.html](https://laravelactions.com/2.x/as-job.html); Next step is configure the Job dispatch [https://laravelactions.com/2.x/as-job.html#configurejob](https://laravelactions.com/2.x/as-job.html#configurejob)

Thank you so much @dominikb, this is exacly what im looking for. Waiting the pull request aproval.

Hi @aqshah20 check your table structure. Make sure you have added the nested fields on your table migration ```php Schema::create('table', function (Blueprint $table) { ... $table->nestedSet(); }); ```

Check your tablet structure, maybe there is something missing on production table

That error is trown when you dont have values on lft and rgt Fields of any node, check your tablet data.