haringsrob / laravel-dev-tools

Developer tools for easier Laravel development (Blade lsp)
Apache License 2.0
92 stars 5 forks source link

Laravel new command #8

Closed dgagn closed 1 year ago

dgagn commented 1 year ago

Instead of generating with ide-helper. Why not use the :

php artisan model:show

https://blog.laravel.com/laravel-new-model-show-command

haringsrob commented 1 year ago

Hey @dgagn,

This requires an additional dependency in the project and needs to be queried per model. For this reason I think it is not ideal.