Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/26/21 in all areas

  1. As far as I understand, you want to display some phpvms v7 data (fleet, flights, statistics or whatever) in some other (outside of application namespace) area ... Like another page (or landing page) of your virtual airline. Or you want to display them inside the namespace but in a combined way (like displaying flights and pireps in the same page) There is no defined or pre-built way for this. You can read from data directly from the database with an external script and display the contents where you wish and how you wish. (Needs php + mysql knowledge, you will loose Laravel capabilities) Or you can use a module (to keep laravel support and all built in methods functional) to read the data and display the results in a page (within application namespace) without a navbar, then you can iframe that page to anywhere you wish (Needs php + laravel knowledge, you will loose some styling and blending capabilities due to iframe)
    1 point
×
×
  • Create New...