### What happened? i firstly installed the wrapper for Laravel from composer using this command ``` composer require nativephp/laravel ``` then i uses this command to publish the native app as the doc say ``` php artisan native:install ``` i got error above and includes the screen shoot  ### How to reproduce the bug when i used the command ``` php artisan native:install ``` i saw the below error  ### Package Version 0.1.0 ### PHP Version 8.2 ### Laravel Version 10.0 ### Which operating systems does with happen with? Linux ### Notes same thing happens when using the command ``` php artisan native:serve ``` 