hekmatinasser / verta

تبدیل تاریخ میلادی به شمسی برای لاراول و کار با تاریخ جلالی و اعتبارسنجی تاریخ
https://hekmatinasser.github.io/verta/
MIT License
596 stars 77 forks source link

Undefined type 'Hekmatinasser\Verta\Verta'. #141

Closed sinar93 closed 1 year ago

sinar93 commented 1 year ago

Hi Thank you for your great package.

I am trying to use Verta in Laravel. My PHP intelephense is giving me a hard time: image

I include your package in my controller:

use Hekmatinasser\Verta\Verta;

but my intelephense keep tagging it like an error Undefined type 'Hekmatinasser\Verta\Verta'. not only in my controller but in the vendor folder too.

I was wondering if I am doing it the right way? Could you please provide a small example with Laravel?

Many thanks in advance

hekmatinasser commented 1 year ago

hi thank you for use verta

please check and install again verta

you can use helper function verta() for access object verta

sinar93 commented 1 year ago

Thank you for your reply, I couldn't use the helper function before, I have installed it again and its working fine now. Thanks a lot