w3public/calculator

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

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

This package is auto-updated.

Last update: 2024-04-04 22:33:17 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.