Transform VS Code into a Formidable PHP Experience

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024
  • In this Larabit, I'll show you five ways to help transform Visual Studio Code into a formidible PHP development experience. We'll install and set up PHP Intelephense, giving our editor a powerful yet lightweight language server for things like code completion. One extension lets us run Composer commands without having to leave the window, and another automatically finds and includes namespaces in your code. Finally, we'll wrap things up by using xDebug to setup breakpoints and stop program execution to step through our PHP code.
    Watch thousands of videos, track your progress, and participate in a massive Laravel community at Laracasts.com.
    Laracasts: laracasts.com
    Laracasts Twitter: / laracasts
    Andrew Schmelyun Twitter: / aschmelyun

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

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

    Awesome extensions and workflow Andrew! I would also add the php-cs-fixer extension to format the code, it is pretty awesome what it can do for you like removing unused imports, sorting imports by length or alphabetically and many many more rules that can be activated by creating a .php_cs configuration file.

    • @sofian-_-7
      @sofian-_-7 2 ปีที่แล้ว +1

      Could you provide a link to help configure this one please?
      I tried to use a .php_cs file with specific formatting for PSR-12 etc... but it doesn't work 🤔
      Thanks

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

      yes if you can provide any

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

    Nice video! What is the theme/fonts you’re using?

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

    Respect from Pakistan 🇵🇰

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

    I liked the theme you are using on your vs code. Can you please share the theme name?

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

    still couldn't resolve some laravel obscure facade, but that's a hard problem anyway

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

    Awesome

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

    250 plugins in order to definitely not have the productive experience of phpstorm with laravel plugin, sorry but there is nothing better than phpstorm at this day, it's my opinion.

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

      I like storm, but the price tag is way too much.

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

    How to do Authentication and Authorization in Laravel with jwt oauth or oauth 2.0 with (vue, react, angular) with access_token and refresh_token?

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

      read the documentation of laravel passport package

    • @lynic-0091
      @lynic-0091 2 ปีที่แล้ว +1

      What does this even have to do with the video?