w3public / calculator
This is a normal calculator so that we can calculate summation, subtraction, multiplication, and division
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 1
Language:HTML
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.