Itβs been almost 4 years since I started the InvoicePlane project. Here are some things I learned about coding, planning, maintenance and project- and community management.
You can add 10 new custom buttons to the Wordpress Richtext Editor (TinyMCE) manually and bloat your functions.php β or you use this dynamic batch-like approach.
An article written by Matt Stauffer about 4 hidden Laravel secrets.
Reduce the query count with query caching in Laravel.
Examples for converting arrays into objects in PHP
The CRUD builder looks awesome! More features: notifications, complete bootstrap, form maker and billing with Cashier.
Need a password suggestion generator for your (Codeigniter) app? Look no further, you can find two different approaches in this tutorial
Need to change the application language used by Laravel based on the subdomain? Here's how to achieve it with some simple lines of code.