
Laravel
Services
Web Development
Web Application Development
Have some special requirements for your project? I can build you a bespoke web application in Laravel.
API Design
Do you need to connect your web application to another? I can build you an API to allow others to connect to you.
eCommerce
Content Management
Website Maintenance
Data Migration
Website Customisation
Latest Projects
Got an interesting project?
Latest Posts
Output a Bootstrap grid from an ACF repeater field
How to create an ACF field in code which is permanently created in the database and editable in the admin UI.
Create ACF field programmatically permanently in the database
How to create an ACF field in code which is permanently created in the database and editable in the admin UI.
WooCommerce make UK county checkout field required
I was recently tasked with setting the County (billing_state / shipping_state) fields in the WooCommerce checkout to be required fields. The standard way to override these billing and shipping fields is to use the woocommerce_billing_fields...
Strip shortcodes from WordPress posts
A regular expression to remove a particular shortcode from WordPress posts using search and replace, while leaving the content intact.
WordPress post content search and replace in the database using SQL
Perform a bulk search and replace of WordPress post content using an SQL query in the database. And find out about alternative methods.
WooCommerce hook on product updated or added
WooCommerce doesn’t provide a hook which runs when a product is saved or updated in the admin. Find out which WordPress hooks to use for this action.