-
There are no completion of php code when in @php directive and {{}}.
Does this support livewire?
Can there be an implementation?
Is there already a plugin for above issues?
BUG: I don't …
-
I encountered an error while using components in my project.
`[Blade: BladeProvider]: BladeProvider is missing theme at throwBladeError2`
-
# Some cool Laravel 7 Blade components - Freek Van der Herten's blog on PHP, Laravel and JavaScript
Freek Van der Herten is a developer and partner at Spatie.
[https://freek.dev/1612-some-cool-larav…
-
# Using Blade components for handling layouts - Freek Van der Herten's blog on PHP, Laravel and JavaScript
Freek Van der Herten is a developer and partner at Spatie.
[https://freek.dev/1723-using-bl…
-
### Version
1.41.0
### Template before formatting
```blade
...
```
### Template after formatting
```blade
...
```
### Expected Behaviour
The arrow should be left as is, not broken int…
-
[Blade components](https://laravel.com/docs/8.x/blade#components) are available in Laravel since 7.x - It would be great if there was autocompletion support for it.
There's been a bit of discu…
-
### Feature Description
The plugin already provides completion for namespaced blade views and components from vendors.
It would be nice if it could also detect custom view namespaces registered wi…
-
-
## Dropdown Component Slots Not Working in Laravel Blade with Alpine.js
### Summary
The dropdown component in Laravel Blade is not displaying its content correctly when using named slots for…
-
Form model binding not working in blade components
Form model binding is not working when you create a form component:
```
@component('components.form', ['model' => $product ?? null, 'route' => '…