Abdul Majeed Shehzad

Results 9 comments of Abdul Majeed Shehzad

Isn't all blade components starts starts with "x-" ? In the current project, I'm using only this 1 vue component so of course I can't change the settings to interpret...

Perhaps, we can go the other way around and mark only those tags which are starting with "x-" as Laravel components ?

You mean Blade? yes that's installed. (couldn't find blade-x)

Yes I'm in the blade file and here is what the warning says: :media attribute ![image](https://user-images.githubusercontent.com/15146578/150043192-42dd4e14-2b84-4c28-94fc-c0d4d62d1bb8.png) ![image](https://user-images.githubusercontent.com/15146578/150043443-dd457413-8cc5-4a6c-b2ac-f8f994faaa51.png) ![image](https://user-images.githubusercontent.com/15146578/150043478-2c6d9452-c6c4-40e7-b4e4-409c2609f5d9.png) ![image](https://user-images.githubusercontent.com/15146578/150043541-a306350a-1cdf-4c09-aeaa-168725e136c1.png) I'm using [this](https://github.com/ahmed-aliraqi/laravel-media-uploader) package (file-uploader)

I used this component in a previous project and it didn't complained there . Laravel version there is 8.1 ![image](https://user-images.githubusercontent.com/15146578/150043894-4f29929f-377a-4ace-a283-b5b7e098ef1a.png)

Like auto completion etc for example it's directives, and some advance auto-completion e.g `wire:modal=` etc

So Modals and Slideovers are livewire components which extends `WireElements\Pro\Components\Modal\Modal` and `WireElements\Pro\Components\SlideOver\SlideOver` respectively then in blade we have directives: `wire:modal` and `wire:slide-over` so we can do the autocopmlete on `wire:modal`...