Setting up development environment for Laravel
Laravel is cool and all, but does not quite provide the “out of the box” dev experience as ASP.NET or, gasp, Typescript. Let us change that by using a few good editor tools and packages. PHP Intelephense extension I use VSCode and there is no better auto completion than PHP Intelephense. It is fast, reasonably accurate and provides more than few options for playing around the code. Laravel Extra Intellisense extension Install Laravel Extra Intellisense extension for - ...