Blog

LUBUS Highlights June 2024

Lararvel Mumbai x Kotak Education Foundation At LUBUS, we’re all about educating and empowering young talents. Recently, our team member Ajit led a session at the Kotak Education Foundation in collaboration with Laravel Mumbai. The session was all about sharing real-world experiences working with young minds, fellow founders, and owners. PHPCamp 2024 We had a fantastic time at PHPCamp 2024, participating as attendees, speakers, and sponsors! It was amazing to explore the barcamp-style conference and dive into all the helpful sessions. The event was packed with opportunities to learn, share knowledge, and connect with fellow enthusiasts. We truly enjoyed every…

LUBUS Highlights May 2024

21 & Still Rollin WordPress turned 21 and is in full glory growing in different areas. The celebrations took place all around the world, with various local communities joining in. We were thrilled to sponsor a couple of meetups to support the local community, and some of our teammates even had a spontaneous celebration. Modern WordPress Plugin Development We have been working with several product companies, helping them build various solutions and integrations. The entire process has been quite a learning experience. We have been building processes, developing custom tools and libraries, and exploring a lot of things. As a…

LUBUS Highlights April 2024

Laravel x Pune Meetup We love using Laravel and WordPress to create custom solutions for both our clients and ourselves. We believe in picking the right tools for the job, so we’ve been exploring different technologies, languages, and frameworks over the years. Recently, our team member Ajit shared some fascinating insights and real-life examples of how we’ve used Laravel and WordPress to build amazing things. The session was recorded by Laravel Pune Community and available on Youtube. WPUI Updates WPUI has proven to be an incredibly helpful tool for our team, providing a great starting point for our various projects,…

LUBUS Highlights March 2024

WordCamp Asia 2024 Wow, we had such an amazing time at WordCamp Asia 2024 in Taipei, Taiwan! Our team had a blast learning new things, meeting incredible people, and indulging in all the delicious local food. We came back feeling energized and excited to dive even deeper into the wonderful world of WordPress. Laracon India 2024 As Laravel enthusiasts, we use Laravel to power most of our internal tools. We specialize in providing Laravel-based solutions for the business needs of startups and businesses. Laracon India was a great experience for us, with helpful talks, great speakers, and a friendly community.…

wpui-plugin-app-boilerplate

Quick Start Your Ideas With WPUI Plugin and App Boilerplate

A few months ago, we introduced WPUI – an open-source design pattern library that uses WordPress components as building blocks to create React-powered WordPress plugins or apps. With WPUI, you can spend less time on UI and more time developing your ideas. We use WPUI extensively to design modern UI for our internal and client projects. However, the process of setting up the project can be repetitive. To simplify this, we have created a boilerplate for both the plugin and a standalone app. We’ve configured the boilerplate setup using wp-scripts and wp-components to kickstart the project quickly. Plugin Boilerplate This…

Writing Custom WP-CLI Command

WordPress core comes with a command-line interface (CLI) called WP-CLI. This interface provides commands that allow developers to access and automate various aspects of WordPress from the command line. The benefits of the command line are that it can run and process on a server more efficiently, and can be scripted. However, there are cases where the core commands provided may not be sufficient, or developers may want to accomplish specific tasks. In such cases, WP-CLI enables developers to extend and write custom commands. We have used this feature extensively in various client projects, where bulk operations are required for…

reduce customer cancellations in WooCommerce orders

How to prevent customers from cancelling WooCommerce orders

If you’re running an eCommerce business, you know that managing customer orders is super important. One crucial step in the customer journey is order cancellation, which may vary depending on your business needs. You might even have specific conditions under which an order can be canceled. By default, WooCommerce allows customers to cancel an order if it’s in a pending payment or failed status. Also, pending orders are canceled based on store settings. However, if you’re looking to customize these default settings, WooCommerce has got you covered. In this article, we’ll explore various case scenarios and recommend different solutions based…

lubus-monthly-highlights-february-2024

LUBUS Highlights February 2024

WordCamp Pune We had a fantastic time participating in WordCamp Pune as sponsors, facilitators, and attendees. This year’s WordCamp Pune was different from the usual sessions, as it was a day full of practical, hands-on workshops for participants. Ajit enjoyed the workshop on WP-CLI, while Amit and Sagar learned a lot about accessibility. A glimpse of the team at WordCamp Pune. WP-CLI Workshops and Peer Learning We believe in peer learning and conducting workshops to encourage our team to learn and grow together. Our team usually pairs up during coding challenges and hosts short workshops to facilitate learning. Recently, we…

Simplifying Database Seeding in Laravel with iSeed

If you’re a Laravel developer, you know how important database seeding is for quick setup of initial data during testing and development. But, managing seed data can be tricky, especially when updating individual tables without affecting the entire database. That’s where the iSeed package comes in – it simplifies the process by automating the generation of seeder files for individual tables. Recently, we worked on a client project that involved developing a system to store crucial data about users, including user profiles, authentication credentials, and permissions. However, during development, we faced a challenge of modifying the structure of the user…

LUBUS Highlights January 2024

WordPress Sessions in Bangalore Ajit Bohra from the team visited Bangalore for a week to conduct several workshops and meet-ups organized by Team Codewalnut. As passionate Block Editor advocates, we always strive to educate people on how to leverage the WordPress Block Editor to its fullest potential. Ajit confidently shared his expertise on using Block Editor to write content, build pages, and even an entire website, while demonstrating how to set up global styles, and build template parts, templates, and patterns using Full Site Editing (FSE). In the year 2024, there are still doubts and concerns about whether WordPress is…