Class "CustomWrapper" not found
Redcode456123 opened this issue · 3 comments
Redcode456123 commented
I followed the tutorial but getting error"Class "CustomWrapper" not found !
I am using Laravel.
Thanks for help.
camillebaronnet commented
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
Thanks Camille,
I am trying to understand it, do you have a step by step tutorial on how to implementing it ?
thanks.
camillebaronnet commented
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.