Features
What's supported when running Laravel on Cloudflare Workers with Laraworker.
PHP 8.5 via WebAssembly
SupportedFull PHP runtime compiled to WASM, running natively in Cloudflare Workers.
Laravel 12
SupportedThe latest Laravel framework with all core features working out of the box.
Inertia.js SSR
SupportedServer-side rendered Vue pages for instant page loads and SEO.
OPcache
SupportedPersistent opcode cache across requests for dramatically faster warm responses.
Tailwind CSS v4
SupportedUtility-first CSS framework with the latest v4 engine, built at deploy time.
Static Assets from Edge
SupportedCSS, JS, images served directly from Cloudflare edge — never touches Workers.
Blade Templates
SupportedLaravel Blade templating engine works fully, including components and directives.
Custom WASM Extensions
SupportedSupport for additional PHP extensions compiled to WASM (mbstring, openssl).