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

This package is auto-updated.

Last update: 2024-10-16 13:52:30 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!