@jlrdw thanks for the answer. The problem is, the admin first want me to build a web app. So I decided to use laravel. But the time I finished the project, the admin want to convert it into an exe :''
is there any possible way to run the web app as desktop app? I did my research, I found there's a package called silviolleite/laravel-pwa to change laravel web app to be a laravel pwa. Could PWA run without serving localhost like the way we could run a web app? There's no database in my laravel program, but there's some library I use and require it via composer.