w3public/calculator

This is a normal calculator so that we can calculate summation, subtraction, multiplication, and division

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 1

Language:HTML

pkg:composer/w3public/calculator

v1.2.2 2019-01-02 17:57 UTC

This package is auto-updated.

Last update: 2025-12-05 02:14:41 UTC


README

Latest Version Stars Issues

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.