Native PHP: How to Start?
<p>I’m a web developer, and the main language that I use is PHP. As you know, actually, more than 70–80 percent of the current website you can see is PHP.</p>
<p>Before NativePHP, there was a lot of technical help needed to build PHP into an application (example: PHP Desktop). One of the most famous PHP frameworks currently is Laravel, and in <a href="https://laravel-news.com/laracon-day-2-live-stream" rel="noopener ugc nofollow" target="_blank">Laracon 2023 day 2</a> the event of Laravel, <a href="https://www.linkedin.com/in/marcel-pociot-aa5045156" rel="noopener ugc nofollow" target="_blank">Marcel Pocio</a>t introduced us to NativePHP with the topic "Writing Desktop Apps with PHP.”</p>
<p>Actually, I tried it, and it was really easy. You just need 3 commands, and you will have an application based on a standard Laravel project. It looks like a package for Laravel, so don’t worry if you are a PHP player.</p>
<h1>How do I start?</h1>
<p>If you have run the project with Laravel before, I believe you only need to run three commands before you can work with nativePHP</p>
<p><a href="https://medium.com/@emma.ngo1110/native-php-how-to-start-911b27b40791">Read More</a></p>