Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Where can I find html pages in a Laravel application?

I am currently learning Laravel. I had a pre-built script and I need to do some changes in it to make it usable… But as much I learnt from the web, I understood that the routes are specified in the Routes/web.php file.
But in the application I’m working on, the routes are defined in Routes/api.php file.

I even tried to find out the HTML pages in the Views folder but it only has the code for the tables which are there on the User Interface. All the controllers also return some data (like… return $data) in the end but no php or blade.php file is mentioned in any controller.

I need to find out the HTML pages so that I can change some components or elements from that website.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Please help me with this. Thanks!

>Solution :

there are two possibilities:1- the application is only used for backend purposes, which is why the developer used API instead of routes.

or the application is made by laravel/vuejs. again laravel for backend and vue js for frontend.

in the second case try to search for .vue files

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading