Skip to main content
Filter by
Sorted by
Tagged with
3 votes
0 answers
149 views

I've made a clean build of NativePHP (https://github.com/lyskouski/app-game-fantasyland) composer create-project laravel/laravel . composer require nativephp/mobile php artisan native:install php ...
FieryCat's user avatar
  • 2,001
0 votes
0 answers
92 views

Im having trouble with NativePHP and JS. As stated in the NativePHP docs NativePHP injects a window.Native object into every window. However Native.on("Native\\Laravel\\Events\\Windows\\...
iModi's user avatar
  • 123
1 vote
2 answers
331 views

I am using Laravel nativePHP package to generate desktop application It's running fine but when I try to generate zip file with ZipArchive class, getting this error : Class "ZipArchive" not ...
Mukesh Khatri's user avatar
-3 votes
1 answer
549 views

I am using the NativePHP package to build my application, after I complete the developing process, I need to export the file to be a desktop application. So, I run this command: php artisan native:...
Ahmad Almabhoh's user avatar
1 vote
1 answer
912 views

I'm using Laravel 10.16.1 and MacOS. I have been trying to serve my nativePHP application for the first time using php artisan native:serve but I get this error: Starting NativePHP dev server… ...
huhu's user avatar
  • 43