laravel-admin-extensions / latlong

A latitude & longitude selector
MIT License
69 stars 35 forks source link

In production or on CPanel latlong extension does not work. #44

Closed mohsinayoob closed 3 years ago

mohsinayoob commented 3 years ago

its only working while project is running using php artisan serve. admin/config.php contains

Screenshot 2021-04-28 at 8 49 16 PM

it always returns Field type [latlong] does not exist. while project is hosted on cpanel.

Screenshot 2021-04-28 at 8 46 01 PM
mohsinayoob commented 3 years ago

It was not working when I was installing fresh packages using composer install on cpanel but putting vendors from local to cpanel fixed the issue.

sicaboy commented 3 years ago

It was not working when I was installing fresh packages using composer install on cpanel but putting vendors from local to cpanel fixed the issue.

Being said that, it might caused by different dependency vendor package was used, because of different php versions between your local and the server.