I have created NativePHP Project in laravel 11 but when start using
php artisan native:serve and another split terminal start a npm run dev
much time to do it still not open application i have already try
composer install and then composer update
I think this has to do with native php.
You can confirm that laravel is working by using
php artisan serve
If there are no errors, look at your other terminal where npm is running.
Please post any output in both terminals so that people here can help you further.
@experimentor thank you for your reply
i have already try using this php artisan serve
run perfectoly using this
and i also try to build using
php artisan native:build that already work and create my app
but still into teminal i try to run php artisan native:serve and another into npm run dev then wait a more time but still not run my project in my local environment
@experimentor thank you for suggest this i can check both of github repo still not resolved
also try it
php artisan native:serve -vvv
and into terminal last is
Skip checkForUpdates because application is not packed and dev update config is not
forced
checkForUpdatesAndNotify called, downloadPromise is null
Electron API server started on port 4001
Starting PHP server... C:\xampp\htdocs\QcProDesk\vendor\nativephp\electron\resources\js\resources\php\php.exe artisan serve C:\xampp\htdocs\QcProDesk []
Making sure app folders are available
Skipping Database migration while in development.
You may migrate manually by running: php artisan native:migrate