Arno Schlipf
Arno Schlipf
When using simple conditions for early returns / guard statements the current formatting is quite verbose: ```php function test($arg1) { if (!$arg) return; for ($i = 0; $i < 10;...
I try to get this running with BareUi instead of Blade templates. What I did was - scaffolding leaf mvc with the cli - remove `leafs/blade` and install `leafs/bareui` -...
Would be also a great feature to update CSS files without a full reload.
Great project! I was thinking about creating something similar for a long time. What held me off is that I would like to continue to use other languages like typescript...
Would be great to have at least some tests, preferably with `vitest`
Thanks for the awesome plugin and all the research into the favicon specifications! I've already seen the ` Make favicon changable from panel` feature on the roadmap and I could...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your feature request related to a problem? It would be great if...
Right now, this crashes if the closing `?>` is omitted ```php