adalessa / laravel.nvim

Plugin for Nvim to work with laravel projects.
MIT License
235 stars 13 forks source link

there are many problems in this plugin #75

Closed Naimul007A closed 5 months ago

Naimul007A commented 5 months ago

image

please solved this.

adalessa commented 5 months ago

Hi, There is nothing to solve here. This command requires doctrine dbal install in your laravel project. Is the same if you try to run php artisan model:show. The plugin it self will not install it for you. In the documentation it states that is required for this. If you run a :checkhealth laravel it also lets you know and finally the error when you are trying to run it. Also the plugins includes a recipe :Laravel recipes to make it easy to install which will run the composer command for you.

Naimul007A commented 5 months ago

Thanks