Interact with a WordPress Database from a Laravel Application
Have a Laravel application on a subdomain that interacts with a WordPress database? In some cases a REST API connection is simply unnecessary, especially for simple database queries. In this post we take a look at how we can improve performance and use the Eloquent ORM to interact with WordPress' data.
Read More
Simple Laravel SEO Tips for Beginners
The most important factor to consider with your technical SEO is the information you supply to search engines in the head of your pages, this includes the title tag, meta data such as description and OpenGraph data. When using the layouts feature of Blade, you may notice that updating the head tags can quickly become as mess.
Read More
Mutate HTML with PHP and Laravel
Mutate HTML input with DOMDocument and DOMXPath. Interacting with DOMElements with element queries.
Read More