Corcel – Use WordPress backend with Laravel or any PHP application
21–30 of 55 posts
Re: Corcel – Use WordPress backend with Laravel or any PHP application
#22if this works it would completely change how we do things with wordpress. 1. does it work with any wordpress plugin? can i piggy back off laravel + frankenphp to scale what used to be nightmarish with wordpress? 2. does the underlying CMS UI still work for WP? Or is it built separately?
Re: Corcel – Use WordPress backend with Laravel or any PHP application
#23Corcel has worked great for us, even in a production environment. Our family's e-commerce business previously had a slow and bloated WooCommerce site, largely due to my skill issues. However, we were able to rescue the site by using Corcel, Laravel, Filament, and LunarPHP. My wife still uses the WordPress admin interface as the main admin tool, while the public-facing website is rendered by Laravel, with data provide…
Re: Corcel – Use WordPress backend with Laravel or any PHP application
#24Re: Corcel – Use WordPress backend with Laravel or any PHP application
#25If I understood correctly, this is basically a collection of Eloquent (Laravel's ORM) models that represent Wordpress database tables. Nifty tool for PHP projects that need to interface with Wordpress data. With how large the Wordpress market is, this is probably desired by more teams than one could think of at a quick glance.
I can very much see the benefit of decoupling the front and back ends for these cases, especially since in most cases nowadays the public facing pages are pre-rendered/cached anyway. Also, I love Laravel.
Re: Corcel – Use WordPress backend with Laravel or any PHP application
#26This is very cool! It always felt like PHP was behind in tooling - git-driven CI was challenging for WordPress (because the framework's plugins edit the project files and it is married to subversion), and serverless PHP was basically impossible until Laravel Vapor came along. Projects like this give me hope and excitement. I wish Corcel was around years ago when I had to write gross SQL string interpolation for vario…
Re: Corcel – Use WordPress backend with Laravel or any PHP application
#27I can see why people would do this with existing WordPress setups, but would there be any reason to consider it for a new build over a dedicated headless CMS (like Strapi or a bunch for PHP I don't know well enough to name) or headless CMS SAAS (like Prismic)?
Re: Corcel – Use WordPress backend with Laravel or any PHP application
#28If I understood correctly, this is basically a collection of Eloquent (Laravel's ORM) models that represent Wordpress database tables. Nifty tool for PHP projects that need to interface with Wordpress data. With how large the Wordpress market is, this is probably desired by more teams than one could think of at a quick glance.
Agreed. I've been doing freelance design/dev for small businesses for 15+ years and at first I would always choose the best current CMS available. Wordpress was always an option, but it was clunky and had a mixed reputation. Well, all those CMSs are gone and I had to migrate several sites. Wordpress offers one of the most important things to these small businesses: (relative) consistency and dependability. I can very…
As a former Drupal webdev, ProcessWire is heaven.
Re: Corcel – Use WordPress backend with Laravel or any PHP application
#29Interesting.. Is there a Ruby/rails equivalent?
Re: Corcel – Use WordPress backend with Laravel or any PHP application
#30Corcel has worked great for us, even in a production environment. Our family's e-commerce business previously had a slow and bloated WooCommerce site, largely due to my skill issues. However, we were able to rescue the site by using Corcel, Laravel, Filament, and LunarPHP. My wife still uses the WordPress admin interface as the main admin tool, while the public-facing website is rendered by Laravel, with data provide…