-
Hello, I dont know if I'm in the right repo, but I wanna if its possible to write a specific js in blade component that will exec for only that component ?
Thank you.
-
Hi,
In lsp mode inside nvim I get this error message:
![image](https://github.com/user-attachments/assets/9461fe75-0f9b-4afe-abf8-bd97402bfea6)
but when I run "laravel-dev-tools views . > vie…
-
### Platform
Linux
### Template before formatting
```blade
Too long template (for example the ones of Keen Themes or any admin Saas template).
```
### Template after formatting
```blade
Too long…
-
If I enable this extension then autocomplete from "Laravel Blade Snippets" stops working in my `*.blade.php` files.
-
### Volt Version
1.0
### Laravel Version
11.9
### PHP Version
8.3
### Database Driver & Version
sqlite
### Description
In a brand new app, when trying to access a volt full page component, I …
-
Hello,
Really loving the penguinui component library but sometimes will not have internet access to be able to copy components from the online site.
is there any instruction for locally building …
-
plz add true false check in config for
because we some time we ahve custome code in loginController and homeController laravel/ui --auth is regenerating the files and removing old code
$this->b…
-
### Bug description
Following the recent release of the plugin with Qodana support I noticed that the number of issues detected when Qodana runs in IDE differs from the number of the problems detecte…
-
# Bug report
- Version: vercel-php@0.7.1
- URL: No
- Repository: Yes
## Description
Auto-deploy using `git push` resulting error below:
```
Illuminate\View\ViewException:
Vite manifest n…
-
eg.
````
@switch($expr)
{{-- test comment --}}
@case('value')
````
renders to:
````
case ('value'): ?>
````
which gives "syntax error, unexpected '