@petrogromovo I don’t really understand what you’re asking, or what you’re actually wanting to test?
Your back-end app? Your JavaScript? Vimeo API endpoints?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
On laravel 10 site I need to implement my content crud functionality with Vimeo API support. My part is to make backend endpoints, but I also need to test my methods with some client app and I wonder in which way can I make it(with most simple design) ? I have some expierence with vuejs2/3 including inertia...
In my current app package.json file has only default packages and would not like to fill it with any packages which I do not need in backend endpoints
Must it it another laravel app ? I mean for this backend endpoints POSTMAN is not ok, as I use in other apps...
Thanks in advance!
Please or to participate in this conversation.