karnwalak / calculator
There is no license information available for the latest version (v1.0) of this package.
This is calculator package for testing
v1.0
2023-08-16 09:47 UTC
README
Installation:- Step 1:- composer require karnwalak/calculator
Step 2:- After this command:-
add this inside your provider array of config/app.php
'providers' =>
ServiceProvider::defaultProviders()->merge([
<!-- Your other code -->
Karnwalak\Calculator\CalculatorServiceProvider::class
])->toArray(),
Step 3:- php artisan config:cache php artisan route:cache
Done!