-
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 …
-
# Loop over and include Blade views simultaneously using @each in Laravel — Amit Merchant — A blog on PHP, JavaScript, and more
Sometimes, there comes a scenario where you want to loop over a collect…
-
Support Laravel's Blade templating engine for syntax highlighting. https://laravel.com/docs/5.8/blade
Extension is `.blade.php`.
-
# 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…
-
When I change **syntax highlight** in *.blade.php file which was originally _php_ to _php_laravel_blade_, it changes all **syntax highlight** in *.php file to _php_laravel_blade_ **when i refresh the …
-
First of all, thank you for creating and maintaining this package, @JonasKruckenberg!
I'm trying to use it to process images in a Laravel project.
It works fine in dev mode using `npm run dev` (`v…
-
Hi,
I'm running into a problem with formatting blade directives (space after), when using config `"useLaravelPint": true,`. If I run prettier on a single file it works, but if I run it for an entir…
-
We need to adjust the way the SDK and Spotlight inteteract to support a better workflow.
Ideal outcome:
- Server generates an error (e.g. 500 standard uncaught exception)
- Sentry SDK captures …
-
The php intellisense seems to work only in "php" mode, is there a way to get it to work inside the "Laravel Blade" language mode too?
7twin updated
4 years ago
-
Any chance to support Laravel Blade?
(Also used in sage wordpress theme, not only laravel)
Laravel Blade files are the same as php blocks
```
@if ($var)
@endif
```
equals
```
``…