Frequently Asked Questions

Do I need to know Laravel to use Statamic?

For content editors, the answer is no. The Statamic control panel is a polished web interface, and managing content in it doesn’t require any knowledge of the underlying framework. If you can use WordPress’s admin, you can learn Statamic’s.

For developers, the answer is "it depends on what you’re building." Statamic is built on Laravel, and Laravel is a first-class PHP framework with its own patterns, conventions, and ecosystem. Most Statamic sites are built primarily with Antlers (Statamic’s templating language) or Blade templates, along with Statamic’s configuration files and blueprints. You can build a full-featured Statamic site with solid template skills and without writing custom Laravel/PHP code.

Where Laravel knowledge becomes relevant is when you need to extend Statamic beyond its built-in capabilities. Building a custom addon, writing custom fieldtypes, creating non-standard data relationships, or integrating with external APIs at the application level — these are areas where knowing how Laravel works makes the job significantly easier. Laravel’s service container, Eloquent models, events, middleware, and job queues are all available in a Statamic application, and knowing when and how to use them is valuable for complex projects.

That said, the threshold for "needing" Laravel is higher than you might expect. Statamic’s built-in features cover a lot of ground, and Antlers can handle surprisingly complex logic without dropping into PHP. Many sites that look like they’d require custom code turn out to be buildable with Statamic’s native tooling.

If you’re a WordPress developer making the switch, the learning curve is real but manageable. You’re going from PHP with WordPress conventions to PHP with Laravel conventions. The concepts aren’t foreign — it’s more a matter of learning where things live and how the framework organizes itself. Statamic’s documentation is good, and the community is active and helpful.

We offer Statamic training for teams who want to get up to speed faster, both on the developer side (templating, blueprints, configuration) and for content editors learning the control panel. If you’re inheriting a Statamic site and need to understand how it works, that’s also something we can help with.

Have more questions?

Book a discovery call and we’ll walk through your situation — what you have, what the migration looks like, and whether it’s the right move.

Book a Discovery Call →