-
Hi. I wanted to create a reusable `modal.blade.php` component that encapsulates JS logic and markup. I made a slot for the actual content of the modal, so instead of
```blade
@include('partials.mo…
luveq updated
5 months ago
-
### Feature Description
As WireUI v1, I want to be able to have autocomplete for the blade components in WireUI v2 that currently is in beta.
Related: https://github.com/laravel-idea/plugin/issues…
-
Could be great to have an highlight on `` elements, in order to differenciate them from html elements !
-
Hi. Does it also work with apps that are running using laravel sail? I get an issue when running the health check:
```
blade-nav: require("blade-nav.health").check()
Blade Nav health check starte…
-
Custom scope directive works as intended until we add our custom configuration of `Blade::stringable` into `AppServiceProvider`.
Steps to reproduce
- Install this package
- Use the example from t…
-
- Laravel Version: 6.x
### Problem:
I automatically assume that any Blade component fits best in a directory containing all the custom components for a project. For me, they always are in the `res…
-
-
### Overview
As I'm working with NumberFilters (see issue #1999), I realized that the attributes that would be placed on the input are hardcoded in the view for that filter.
A few attributes are…
-
When we add the x-data inside a blade component attributes, we don't have code highlight
![image](https://user-images.githubusercontent.com/38913462/230248713-698e7331-166f-45bf-be9e-553000cac958.png…
-
### Package
filament/filament
### Package Version
3.2.117
### Laravel Version
11.27.2
### Livewire Version
3.5.6
### PHP Version
8.3.13
### Problem description
I have `Wizard` That has One …