You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, i need to know how can we use bunq tinker in laravel project?
What I've done so far, Installed tinker in new directory because when I try to run "bash <(curl -s https://tinker.bunq.com/php/setup.sh)" command it was saying " Please run the script from an empty directory".
And I've moved tinker folder in laravel vendor. But whenever i try to use BunqLib class in controller it giving me error "Class 'bunq\tinker\BunqLib' not found".
I have also tried with providers and alias in app.php but same error "class not found"
I'm stuck in bunq. I need help, Is anyone bunq expert here who can help me out?
Here the screenshot of error: @OGKevin
The text was updated successfully, but these errors were encountered:
@jimkaler tinker is a command line tool and should not be used in a larval project unless your using it to execute command line commands like tinker/user-overview.
Hey guys, i need to know how can we use bunq tinker in laravel project?
What I've done so far, Installed tinker in new directory because when I try to run "bash <(curl -s https://tinker.bunq.com/php/setup.sh)" command it was saying " Please run the script from an empty directory".
And I've moved tinker folder in laravel vendor. But whenever i try to use BunqLib class in controller it giving me error "Class 'bunq\tinker\BunqLib' not found".
I have also tried with providers and alias in app.php but same error "class not found"
I'm stuck in bunq. I need help, Is anyone bunq expert here who can help me out?
Here the screenshot of error:
@OGKevin
The text was updated successfully, but these errors were encountered: