How to Set Up THE BEST Windows 11 Development Environment for PHP 8+ with Laragon & Scoop

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

ความคิดเห็น • 12

  • @WernAncheta
    @WernAncheta 2 ปีที่แล้ว +2

    Hello. I just got back to windows after 9 years of hiatus so I was looking for an easy way to setup PHP dev environment on Windows. This is really useful. But I'm having an issue: openssl_cipher_iv_length() after I'm done installing a laravel project. any ideas how I can solve it? I tried enabling the open ssl extension (laragon taskbar -> php -> extensions -> openssl) and restarting apache and laragon but no luck. openssl is listed when I execute `php -m`. but when I view `phpinfo()` under the phar section I see that 'openssl support' is disabled.

    • @jdlien81
      @jdlien81 2 ปีที่แล้ว +1

      Hey! This started happening recently. I’ve posted a fix for this near the end of my blog post at webartisan.info/how-to-set-up-the-best-php-8-development-environment-in-windows-11

    • @WernAncheta
      @WernAncheta 2 ปีที่แล้ว +1

      @@jdlien81 thanks so much! it's working now.

  • @paschikshehu7988
    @paschikshehu7988 2 ปีที่แล้ว

    Good Video. Consider making other similar ones and (maybe) advice videos or videos for discussion of tech-related topics. Cheers

  • @michael-375
    @michael-375 ปีที่แล้ว

    Thank you for this video... Very useful. How can we buy your services (advisory service or delivery service) if we have a project? Thanks.

  • @rescenin
    @rescenin 2 ปีที่แล้ว

    Thank you for the symlinks thing. I usually download php binaries manually and place them in php folder.

  • @rajeshbudhathoki7888
    @rajeshbudhathoki7888 2 ปีที่แล้ว

    I just configured php on Windows from your post "How to Set Up The Best PHP 8+ Development Environment in Windows 11" I liked your way! How can upgrade or downgrade PHP for developing? Thanks and kudos to you for the great post! 🙏🙏

  • @islamtemmam2451
    @islamtemmam2451 ปีที่แล้ว

    Great .. Thanks for sharing!

  • @VictorSotilloReinaldos
    @VictorSotilloReinaldos 2 ปีที่แล้ว +1

    Great video!!! Do you prefer Windows 11 over MacOS for programming or vice-versa?

    • @jdlien81
      @jdlien81 2 ปีที่แล้ว +3

      Hi Victor! I prefer macOS over Windows. I use a Mac at home and Windows at work and was having trouble getting my development environment working in that environment, especially running as a standard account. I essentially made this video to solve my own problems.
      I’m glad you found it helpful!

    • @VictorSotilloReinaldos
      @VictorSotilloReinaldos 2 ปีที่แล้ว

      ​@@jdlien81 Thanks for your answer! Yes it was helpful, I have Windows 10 at work and Mac at home hehe.

  • @lwa.dev74
    @lwa.dev74 ปีที่แล้ว

    Great tutorial!!! :-) does anyone know if Laragon is still being supported for windows? i saw a link from the developer stating his regret in not not being able to continue future development, Im new to laravel/php development and current have a mac, linux & windows 11. This guide has been so helpful so Subs!! too the channel at least and the tut posts on your website are helping me understand many things... Thank You!! i do have a question? I want to start using PHPStorm as I think later down the line I want to become more effective in PHP / Laravel development, I know VSCode is free so, as a beginner in your opinion should I take the leap with PHP Storm rather than just forcing on VSCode? job wise I imagine serious developers are using jetbrains IDE is that right?