unicodeveloper / laravel-paystack

:credit_card: :package: :moneybag: Laravel 6, 7, 8, 9, 10 and 11 Package for Paystack
https://paystack.co
MIT License
612 stars 314 forks source link

Class Paystack not found #17

Closed wapnen closed 7 years ago

wapnen commented 7 years ago

cannot find class Paystack . I have registered the package in the providers and aliases in my app\config. also after running php artisan publish, it says "nothing to publish for tags". Tried using the class without the alias and it still cant find it.

wapnen commented 7 years ago

never mind. apparently i was using cached config files. i ran "php artisan config:clear" and reran php artisan publish. Everything seems to be working fine now

ejalee commented 5 years ago

never mind. apparently i was using cached config files. i ran "php artisan config:clear" and reran php artisan publish. Everything seems to be working fine now

You mean php artisan vendor:publish