laravel-geographical-calculator icon indicating copy to clipboard operation
laravel-geographical-calculator copied to clipboard

cannot install on laravel 10

Open AhmedRyad22 opened this issue 1 year ago • 3 comments

getting the error : ERROR There are no commands defined in the "geo" namespace.

when trying to run the publish commande

AhmedRyad22 avatar Jun 08 '23 13:06 AhmedRyad22

@AhmedRyad22 run this: php artisan vendor:publish --provider "KMLaravel\GeographicalCalculator\Providers\GeographicalCalculatorServiceProviders" then check the Test folder, you'd get this: GeographicalCalculatorFacade::initCoordinates(22, 33, 37, 40, ['units' => ['km']]);

It works

techwithlanre avatar Jul 24 '23 13:07 techwithlanre

@karam-mustafa Please update documentation

techwithlanre avatar Jul 24 '23 13:07 techwithlanre

Update Docs pls

9jadev avatar Dec 01 '23 18:12 9jadev