DEV Community

Yossi Abramov
Yossi Abramov

Posted on • Originally published at yossiabramov.com

Wordpress And Laravel Mix

Developing a Wordpress site or theme can sometimes be a frustrating experience, especially if you also have some experience or more comfortable with modern PHP or JS frameworks. As a modern PHP framework, Laravel has the powerful blade templating engine, a flexible and robust ORM, Laravel Mix and many more out of the box features that make for a great development experience. So, if we want a better development experience for Wordpress, looking for other frameworks for tools and inspirations is a good idea. The Wordpress development team was doing exactly that with their Gutenberg project and incorporating React as a supported JS framework. With Laravel Mix we can use CSS preprocessors, Modern JS and live reload.

Learn how to setup Laravel Mix in your project and empower your Wordpress development experience⚡✊

The original article is published here:
https://yossiabramov.com/blog/wordpress-and-laravel-mix

Top comments (0)