nadar

Results 227 comments of nadar

@f3l1x since vercel now official deprecated node 18, i think this is a urgent issue 🥵 sorry for the bump and thanks for taking time, we all appreciate your work.

@f3l1x afaik everything works as expected. thank you so much for your time, we really love what you do here for the php community!

hi @joelsantosbr, nice that you could easy get your job done by extending the parser, but yes i think this would make sense :+1: Would you like to create a...

This is indeed a problem, but i am not yet sure what the best solution would be. Lists elements usually are not "styled", the content inside the list element is....

Currently i can not take a deeper look into this, maybe you like to send a PR, maybe its also by the bad design of quill json.

👍 amazin. You can just create a PR, if then it passes everything, this will work perfectly and is safe to migrate.

Thanks for the work and the help for others

same :point_up: my vercel.json ```json { "version": 2, "builds": [ { "src": "/api/index.php", "use": "vercel-php@latest" }, { "src": "/public/**", "use": "@vercel/static" } ], "routes": [ { "src": "/(css|js)/(.*)", "dest": "public/$1/$2"...

add this to your `composer.json` ``` "scripts": { // .... other laravel default scripts "vercel": [ "npm ci && npm run build" ] } ```