laravel-beyond
laravel-beyond copied to clipboard
Add Laravel Idea ide.json file
See docs: https://laravel-idea.com/docs/ide_json
Thank you for your contribution. Could you briefly explain the benefits of adding this file to our package? I think autocompletion is already provided via your IDE.
Sure! This so that Laravel IDEA extention could offer your packages commands to those who use it. A good example is Laravel Actions, which provides the file, thus I do not have to php artisan make:action but I can use the Laravel IDEA dialog instead. It allows for configuration options so you do not have to remember flags and so on.
I haven't written a "make:" command in about a year now thanks to Laravel Idea.
I see, thank you for this suggestion. We'll definitely talk about this.
Feel free to support us with a pull request :)
This will allow Laravel Idea pop up window to include your commands, therefore users wouldn’t have to type them out and could just use the dialog.
On 10. Aug 2022 at 10:28 +0300, Alexander Gaal @.***>, wrote:
Could you briefly explain the benefits of adding this file to our package? I think autocompletion is already provided via your IDE. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
A PR is welcomed. :)
As the link is not longer available and it seems like it's not longer possible to provide a ide.json we will close this issue.
Edit: I'm wrong, the new link is: https://laravel-idea.com/docs/ide_json/overview, but I can't see any documentation how to create the idea.json and let it know how our commands work.