hekmatinasser / verta

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

VertaServiceProvider not found #144

Closed FarzinBidokhti closed 1 year ago

FarzinBidokhti commented 1 year ago

Hi I add this package in my project, after that I add two line in app.php:

Hekmatinasser\Verta\VertaServiceProvider::class,
'Verta' => Hekmatinasser\Verta\Verta::class,

when I use Verta, I get this error: Class "Hekmatinasser\Verta\VertaServiceProvider" not found What's your solution to solve this item? Thanks.

hekmatinasser commented 1 year ago

hi you don't need provider in app config laravel project. add provider automatic when package discover. but correct namespace provider to blow: Hekmatinasser\Verta\Laravel\VertaServiceProvider::class