vercel(以前Now)以静态网页著称,但php是世界上最好的语言,于是有了 https://github.com/vercel-community/php 这个项目。vercel支持的runtime有:nodejs go python 和 ruby
vercel的限制:
memory_limit 《=3008M,可以自己设置。
max_execution_time :10s (Hobby), 60s (Pro), or 900s (Enterprise)
https://vercel.com/docs/concepts/projects/project-configuration#using-unsupported-runtimes
https://vercel.com/docs/concepts/functions/serverless-functions/runtimes#developing-your-own-runtime
坑1:laravel中的 Cache需要使用$data = Cache::store('redis')->get($cacheKey, false);才不报错!
坑2:css和js 加载问题,会404和SCP和block,需要更多设置