adalessa / laravel.nvim

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

Help needed laravel.environment.resolver #51

Closed Dante983 closed 8 months ago

Dante983 commented 9 months ago

Hey everyone, i'm kinda new to the nvim, lazy, etc, so im having some troubles setting up laravel.environment.resolver . I'm getting an error module laravel.environment.resolver not found. Can someone guide me on how to set this up, where do i need to pass 'NVIM_LARAVEL_ENV' variable so that the plugin can read it. Sorry if this is stupid question :D

image
adalessa commented 8 months ago

Can you share your plugin config, to see how you are configuring it? The NVIM_LARAVEL_ENV can be set in the .env file or set in the terminal before running neovim.

adalessa commented 8 months ago

Hey since there is no more comments I assume that it was solve, if not please open it again or a new one.