Make for Laravel connects your Laravel application to PhpStorm:
commands.](https://github.com/NiclasvanEyk/jetbrains-laravel-make-integration/blob/main/docs/make-context-menu.md)** Generate Laravel components the way you also would create new PHP classes. Includes handy features like pre-filling namespaces based on the file hierarchy and autocompletion for command line options, such as
artisan make:controller --api`. Database
tool window.For additional details visit the project on GitHub.
Using IDE built-in plugin system:
Preferences > Plugins > Marketplace > Search for "Make for Laravel" > Install Plugin
Manually:
Download the latest release and install it manually using Preferences > Plugins > ⚙️ > Install plugin from disk.... Select the downloaded zip-file and hit "apply".
Note: When a new version of the plugin is available, your IDE will notify you about it regardless of how you did install it. So even when you install an update from disk once, you will still receive future updates through automated updates.
This does only work if you have the Laravel project open, the root of your project is the root of your Laravel folder and contains the artisan binary! Subfolder support may be added in a future version.
If you have an idea for improving this plugin, first take a look at the existing feature requests and then submit an issue through Github.