Can i use restify repository in normal web application #541
Unanswered
wasiqaftab
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
HI
i need to know can i use restfiy as normal in webapp. Sanario is i am working on a hybird application which connects with app. but it have a web app as well using jetstream and laravel. how can i use restify with it. i try to do something like that
` public function __construct(Request $request, UserRepository $userrepo){
$this->request = $request;
$this->userrepo = $userrepo;
But it give me json response as the api gives normally any way i can just do it normally
Beta Was this translation helpful? Give feedback.
All reactions