w3public / calculator
This is a normal calculator so that we can calculate summation, subtraction, multiplication, and division
Package info
github.com/w3public/laravel-package-calculator
Language:HTML
pkg:composer/w3public/calculator
README
About W3public Calculator
W3public calculator is a web application for calculating addition, subtraction, division, and multiplication. We will upgrade the calculator for multipurpose uses
To install the calculator using composer follow the below command:
composer require w3public/calculator
After installing the calculator do the following thing for public assets like js, css, and images of the package:
php artisan vendor:publish --tag=public --force
To use it visit the url http://127.0.0.1:8000/calculator after starting the development server
To uninstall the calculator using composer follow the below command:
composer remove w3public/calculator
License
The W3public calculator is open-sourced software licensed under the MIT license.