You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run php artisan native:serve, the terminal fails to start the native application as per documentation expectations. Below is a screenshot attached.
Node version;
How to reproduce the bug
php artisan native:serve gets stuck at node unhandled promise rejection; see screenshot below;
Package Version
0.1.0
PHP Version
8.2.8
Laravel Version
10.10
Which operating systems does with happen with?
Linux
Notes
No response
The text was updated successfully, but these errors were encountered:
After you run php artisan native:install, say no when it ask you to run the server. Then, copy you php file from /usr/bin/php to nativephp/vendor/nativephp/php-bin/bin/mac/x86.
After that when you run php artisan native:run it will use your php library instead of the mac php library version
What happened?
When I run
php artisan native:serve
, the terminal fails to start the native application as per documentation expectations. Below is a screenshot attached.Node version;
How to reproduce the bug
php artisan native:serve
gets stuck at node unhandled promise rejection; see screenshot below;Package Version
0.1.0
PHP Version
8.2.8
Laravel Version
10.10
Which operating systems does with happen with?
Linux
Notes
No response
The text was updated successfully, but these errors were encountered: