Hello , I think I have discovered an error but not sure how it can be fixed
I created a folder called crew.subriavirtual.com as a subdomain for the airline as per docs
Option 1: Creating a Subdomain
tip
Creating a subdomain is the easiest and more recommended method, especially for shared hosting. This works well if you have a landing or promo page on your site’s main domain, and then a subdomain like crew.yourva.com or something similar.
Upload phpVMS to a directory with the name of your subdomain, for example, demo.vmshost.io. It should be parallel to the public_html folder (as above). In this example, I want to create the subdomain demo.vmshost.io.
First, create a folder to extract phpVMS into:
/home/youruser demo.vmshost.io < Extract phpvms files into here public_ftp public_html
Next, extract the phpvms files into this folder, so it looks something like:
/home/youruser /demo.vmshost.io /app /config /public …
I got the latest dev release zip file from docs page latest development branch from
Downloading Full Package
The zip/tar file from the downloads site contains all of the dependencies.
tip
Use the development branch version, as the latest beta may be out of date.
Official releases and pre-releases - The latest released versions
Development branch, TAR.GZ - The latest development build, may contain new bugs or non-documented features
Development branch, ZIP - The latest development build, may contain new bugs or non-documented features
Installation worked ok I created my virtual airline and could log into crew.subriavirtual.com without a problem
I then wanted to use the Disposable Theme V3 and followed the instructions and theme loaded ,
However if I logged out and then Back in I got that nice error page
on further investigation of the laravel log file i found that the error occured as follows -:
in the Disposable Thene codes
In the home.blade.php there is the code of
<div class=“col-lg”>
@widget(‘LatestAwards’, [‘count’ => 4])
</div>
</div>
In the docs latest development zip download
There should be a file LatestAwards.php in the folder app/Widgets but it is missing
I went to github and downloaded the latest zip version
And looked at the same folder and the file LatestAwards.php is there .
But the latest github version is not complete as there is no Vendor folder as well as others , that means that it cannot e used to set up a virtual airline .
Can I suggest a solution that the download file in the DOCS folder is brought up to date as soon as possible



