edjw / edjw-blog-astro

1 stars 0 forks source link

Laravel 11 on Vercel feedback #18

Open edjw opened 3 months ago

edjw commented 3 months ago

Add any feedback or comments you have on this post. I will correct mistakes or things that can be clearer.

https://edjohnsonwilliams.co.uk/blog/2024-06-04-deploy-laravel-11-for-free-on-vercel-in-2024

hackpiy1 commented 3 weeks ago

Thank you for this guide, how do you run queues and schedules on vercel php ? Setting up cron on vercel.json means i have to be on a paid account, is there an alternative ?

TanDuy03 commented 3 weeks ago

image I used laravel jetstream to deploy to vercel and got this error

edjw commented 3 weeks ago

@TanDuy03 Did you do this bit?

CleanShot 2024-08-27 at 15 35 33@2x

edjw commented 3 weeks ago

Thank you for this guide, how do you run queues and schedules on vercel php ? Setting up cron on vercel.json means i have to be on a paid account, is there an alternative ?

I'm not sure I'm afraid. While you can use a db/redis as the driver for queues, I'm not sure how you could 'wake them up' to run. There is Inngest for scheduling jobs but I can't find any integration between Inngest and Laravel unfortunately