B.Fatih KOZ

Results 119 comments of B.Fatih KOZ

Something like this maybe ![image](https://github.com/nabeelio/phpvms/assets/74361521/410d671a-74c3-4275-b79a-50cb4c79ef2c)

If this is for IVAO/VATSIM audits then below items should be considered; - Online flight checks (either by vmsAcars or by phpvms itself) & Record results - Public roster with...

Considering we are now using Laravel10 and in case somebody wants to follow the docs, here is the latest link from Laravel docs; https://laravel.com/docs/10.x/verification :)

> I would change this to use `latest('updated_at')`. In case there is a bugged/old PIREP. Even with the change you suggest @nabeelio , there is still a risk of getting...

Why not ```php $flights = Flight::where('active', 1)->whereNull('owner_type')->get(); ``` This will eliminate already inactive flights and the ones owned by a 3rd party module in the beginning. Current implementation will still...

It may bring in more problems, what will happen if an admin decides to move an aircraft to somewhere else after it lands and waits for some time at landing...

Where ? vmsAcars can filter aircraft according to airlines when starting a flight, also phpVMS is able to filter aircraft during SimBrief flight planning according to subfleet's assigned to that...

How you will provide the previous version ? What will happen if people do NOT follow that logic ? What if a user is already using utf8mb4 ? Earliest i...

I think you already know that the zip on discord is always the latest dev, even if you click a release 1 year before, you will get today's latest dev....