Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Vishal007's avatar

Not Run My NaticePHP Desktop Application

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

0 likes
5 replies
experimentor's avatar

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.

1 like
Vishal007's avatar

@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

Vishal007's avatar

@experimentor when run php artisan native:serve Teminal show only

Fetching latest dependencies…

Installing NPM dependencies (This may take a while)...

Installing NPM dependencies using the npm package manager...

Fetching latest dependencies…

Starting NativePHP app

Copying app icons...

App icons copied

Running the dev script with npm...

Fetching latest dependencies…

Nothing to happen

Vishal007's avatar

@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

Please or to participate in this conversation.