-
Mano, seria legal utilizar um esquema de templates no seu projeto para não precisar repetir coisas, como os HTMLs
Dá uma olhada nessas engines:
- [Blade](https://laravel.com/docs/5.8/blade) - dá…
-
Can you provide some demos for common templating engines, like
- [mustache](https://github.com/bobthecow/mustache.php)/[handlebars](https://github.com/zordius/lightncandy)
- [twig](https://twig.sym…
aolko updated
10 months ago
-
Hello 👋,
We are currently using [Sage WordPress Theme](https://roots.io/sage/) which uses Laravel's [Blade Templates](https://laravel.com/docs/5.8/blade). It would be amazing to be able to extend B…
-
Adding a command like `php artisan make:view` would allow the user to generate view files via the command line instead of having to use their editor and/or filesystem.
### Some options that may be in…
-
### I am interested in helping provide a feature!
Yes
### Which generators are impacted?
- [ ] All
- [ ] Angular
- [ ] HTML
- [ ] Qwik
- [ ] React
- [ ] React-Native
- [ ] Solid
- [ ] …
-
Within the macropiche() method, set another parser (and content-getter?) for twig template files.
This is quite similar to #1 for Blade templates and I plan to do that first so we have pattern to fol…
-
Hello,
i'm using this package in a WordPress Environment,
basically i'm trying to let blade control my output however when more than one package using this class exists the engine cannot recognize th…
-
I'm using the Squirrelly JS template engine inside a blade file, which allows to put conditional statements.
Unfortunately, the highlighting is broken after using `else`. Everything inside `@{{ }}` s…
-
This project supports the default laravel template engine ([blade](https://laravel.com/docs/5.1/blade)), but does it also support [twig](http://twig.sensiolabs.org) or is this feature planned?
ps: re…
-
Hi,
with an update from Laravel 9.34.0 to 9.36.3 I get this error when creating a view from database: **Illegal offset type in isset or empty**
I compared the files before and after the update a…