webpane/nestedset733

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

Maintainers

Package info

github.com/mdnasiruddin733/laravel-calulator-package

pkg:composer/webpane/nestedset733

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-04-09 17:04:44 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();
});