Ricardo Sawir
Ricardo Sawir
Hi team, first of all, I want to thank you for this awesome extension. You guys rock. I found an issue while formatting javascript code in a blade file, the...
### Is your feature request related to a problem? Please describe. Current TemplateProcessor doesn't allow to be saved with Protection, either setting as readonly is not achievable. Current workaround is...
Hi @driesvints , did you mean resend in again something like this? https://github.com/laravelio/laravel.io/pull/878#issuecomment-1178723392
Hopefully someone will find this useful https://github.com/sawirricardo/laravel-whatsapp
I think this will be useful, especially there are many people experiencing with issues like "window undefined" while building with Gatsby. What do you think of putting this to Gatsby's...
before, using `paginate(-1)` will give you "all" results. But it seems `fastPaginate(-1)` gives us zero results. The issue maybe because of fastPaginate under the hood uses simplePaginate(), which also returns...
**Description** I think it will be nice if it can use TailwindCSS out of the box. I think Tailwind has gained some momentum that we should not ignore it.
### What happened? encounter not a git repository error when using docker static builder Dockerfile is based on https://frankenphp.dev/docs/embed/ ### Build Type Docker (Debian Bookworm) ### Worker Mode Yes ###...
### What happened? ``` cd ~ && git clone https://github.com/dunglas/frankenphp cd ~ && composer create-project laravel/laravel build-static-laravel ``` Add Caddyfile ``` { frankenphp order php_server before file_server } # need...
### What happened? Runing the command from https://frankenphp.dev/docs/static/#linux ``` docker buildx bake --load static-builder docker cp $(docker create --name static-builder dunglas/frankenphp:static-builder):/go/src/app/dist/frankenphp-linux-$(uname -m) frankenphp ; docker rm static-builder ``` Results in...