CristalTeam / php-api-wrapper

:rainbow: Work with APIs like with Laravel Eloquent or Doctrine (no longer a dream)
MIT License
117 stars 32 forks source link

Class "CustomWrapper" not found #25

Closed Redcode456123 closed 3 years ago

Redcode456123 commented 3 years ago

I followed the tutorial but getting error"Class "CustomWrapper" not found ! I am using Laravel.

Thanks for help.

camillebaronnet commented 3 years ago

The CustomWrapper is an implementation for the main wrapper that represents your API. You need to create your own. Read this to learn more https://github.com/CristalTeam/php-api-wrapper/blob/master/docs/more-about-wrapper.md

Redcode456123 commented 3 years ago

Thanks Camille, I am trying to understand it, do you have a step by step tutorial on how to implementing it ?

thanks.

camillebaronnet commented 3 years ago

Sorry we don't have a step by step tutorial more detailed than this one https://github.com/CristalTeam/php-api-wrapper/blob/master/docs/work-with-laravel.md for Laravel for the moment.