<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: yacine-hamiane</title>
    <description>The latest articles on DEV Community by yacine-hamiane (@yacinehamiane).</description>
    <link>https://dev.to/yacinehamiane</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1261849%2F7d5ac407-77c0-4d85-bc3c-c941861ce8ba.jpeg</url>
      <title>DEV Community: yacine-hamiane</title>
      <link>https://dev.to/yacinehamiane</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yacinehamiane"/>
    <language>en</language>
    <item>
      <title>Issue Installing NativePHP with Laravel 10 on Windows</title>
      <dc:creator>yacine-hamiane</dc:creator>
      <pubDate>Sat, 20 Jan 2024 20:15:13 +0000</pubDate>
      <link>https://dev.to/yacinehamiane/issue-installing-nativephp-with-laravel-10-on-windows-29bc</link>
      <guid>https://dev.to/yacinehamiane/issue-installing-nativephp-with-laravel-10-on-windows-29bc</guid>
      <description>&lt;p&gt;Hello everyone,&lt;/p&gt;

&lt;p&gt;I am currently experimenting with the new PHP framework, NativePHP, to develop desktop applications using Laravel 10 with PHP version 8.1. I am running on a Windows system.&lt;/p&gt;

&lt;p&gt;Here are the steps I followed:&lt;/p&gt;

&lt;p&gt;I created a new Laravel project with the command: composer create-project laravel/laravel example-app.&lt;br&gt;
I navigated to the project directory with the command: cd example-app.&lt;br&gt;
Next, I installed the NativePHP/Electron package with the command: composer require nativephp/electron, and the installation went smoothly.&lt;br&gt;
Finally, I attempted to install NativePHP with the command: php artisan native:install. However, the process seems to get stuck after displaying "Publishing NativePHP ServiceProvider" and remains in a waiting state without progressing.&lt;br&gt;
I am aware that NativePHP is currently in alpha and unstable, but I have heard that some have managed to get it working. Has anyone encountered this issue before and could guide me towards a solution?&lt;/p&gt;

&lt;p&gt;Any help would be greatly appreciated. Thanks in advance!&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
