Call to Laravel's own APIs from Blade (or any API interaction front-end)
Good morning,
I've got a Laravel installation i'm using as a RESTful API server (with endpoints stored in routes.php), and now i'd need to create a front-end for some API to be called (we're using a login package and the users need to be authenticated, so I can't just use a front-end auth package and call the functions from the blades, as lots of work would need to be done to adapt the login system.). I was thinking to do it with the Blades and Bootstrap.
Question is: is there a way to call the RESTful APIS of the same Laravel application from within it and return the view of it, like... from the blades? or is there any package I could use to make a quick login, viewer and interaction panel for some of there these?
Please or to participate in this conversation.