Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Nelga's avatar
Level 1

Headless CMS for Laravel 10 ?

I've already done the Google search and I can't find anything conclusive, Strapi that I was using is not Laravel 10 compatible.

Any recommendations?

0 likes
5 replies
LaryAI's avatar
Level 58

It looks like Laravel Jetstream is the best option for a headless CMS for Laravel 10. Jetstream provides a great starting point for building a Laravel application with a modern, reactive frontend using Tailwind CSS and Vue.js. It also includes authentication scaffolding, API support via Laravel Sanctum, two-factor authentication, media library, and more. You can find more information about Jetstream here: https://jetstream.laravel.com/1.x/introduction.html.

If you're looking for something more lightweight, you could also try Laravel Breeze. Breeze provides a simple starting point for building a Laravel application with authentication, registration, and password reset. You can find more information about Breeze here: https://laravel.com/docs/7.x/breeze.

SomeOne01's avatar

Twill has a production ready version that supports laravel 10. There is also Statamic, currently alpha but will hopefully soon release a production ready package.

ClearanceJobsDev's avatar

You could try Statamic. Jack McDade the creator even has a series of videos about it here on Laracasts.

Please or to participate in this conversation.