5 questions
3
votes
0
answers
149
views
NativePHP: New Android application [closed]
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 ...
0
votes
0
answers
92
views
NativePHP + javascript event listening
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\\...
1
vote
2
answers
331
views
How to enable php-zip in laravel nativephp application
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 ...
-3
votes
1
answer
549
views
Where the built file of NativePHP [closed]
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:...
1
vote
1
answer
912
views
Unable to serve nativephp application
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â¦
...