andrey-helldar / vk

Laravel package for VK API
MIT License
9 stars 3 forks source link

Class 'Helldar\Vk\VkServiceProvider' not found #24

Closed mrhili closed 6 years ago

mrhili commented 6 years ago

image

mrhili commented 6 years ago

image

Without registring

andrey-helldar commented 6 years ago

Open up config/app.php and add the following to the providers key, or if you're using Laravel 5.5+, this can be done via the automatic package discovery.

And execute command composer dumpauto.