webpane/nestedset733

"This is a laravel package that is used to make laravel recursive model

dev-master 2021-12-09 07:45 UTC

This package is auto-updated.

Last update: 2025-07-09 15:29:49 UTC


README

enter image description here

Installation:

Run the following command in the terminal:

composer require webpane/nestedset733

Usage:

Route::get("/go",function(){
	return  Calculator::devide(80,8)->multiply(3,3)->get();
});