laravel-dev-tools icon indicating copy to clipboard operation
laravel-dev-tools copied to clipboard

Developer tools for easier Laravel development (Blade lsp)

Results 9 laravel-dev-tools issues
Sort by recently updated
recently updated
newest added

Hi. I am trying to follow your neovim setup recommendation, however I am struggling a bit to make the setup work. This is how I do it using `lsp-zero`: ```lua...

Fix for nested livewire form properties not being found as discussed in issue https://github.com/haringsrob/laravel-dev-tools/issues/15. Tried to be as unobtrusive as possible. Additional reflection was not necessary since "DataStore" already holds...

This is a really straightforward issue. These aren't being detected. ![image](https://github.com/haringsrob/laravel-dev-tools/assets/11857985/f5236298-4d1e-485b-9f5f-59855eba1343) This is the livewire form class that has all the properties in it that it should be finding. ![image](https://github.com/haringsrob/laravel-dev-tools/assets/11857985/c72f0a67-fe78-4240-9c13-972e53d14f12)...

The current Laravel Language Server Protocol (LSP) lacks support for Composer packages in Laravel. As a result, the tool isn't as useful as it could be, especially for projects utilizing...

Is there any config to make It work with docker? Like point PHP path. ``` php artisan make:component abc ```

Hello @haringsrob. I am very keen to try your LSP however I hit some roadblocks. I was wondering if you could help. I should also mention I am not an...

First, thanks for this amazing project Many components are not showing for me, like the livewire or other directives. I believe will be really useful to have an ability to...