🍣 Sushi — Your Eloquent model driver for other data sourcesIn Laravel projects, we usually store data in databases, create tables, and run migrations. But not every bit of data needs that level of complexity. Sometimes, you have small, static datasets—like a list of countries, settings, or configs—that hardl...Nov 11, 2024·4 min read
Top 10 PHP Features You Can Use in 2024Hey PHP fans! This article highlights some excellent new features of our favorite scripting language. Whether you're a seasoned pro or just starting out, these will make your coding life easier and more fun. Let's dive into the top PHP features you c...Sep 9, 2024·3 min read
Laravel Advanced: Top 10 Validation Rules You Didn't Know ExistedDo you know all the validation rules available in Laravel? Think again! Laravel has many ready-to-use validation rules that can make your code life a whole lot easier. Let’s uncover the top 10 validation rules you probably didn’t know existed. 1. Pro...Jul 12, 2024·2 min read
Laravel Caching - Explained SimplyCaching is like keeping your favorite toy right on top of your toy box, so you can grab it quickly whenever you want to play. Similarly, cache in Laravel stores data so your website can show it quickly without searching or querying all over again. Ju...Jul 6, 2024·3 min read
Laravel Advanced: Top 5 Scheduler Functions You Might Not Know AboutIn this article series, we go a little deeper into parts of Laravel we all use, to uncover functions and features that we can use in our next projects... if only we knew about them! Our first article in the series is about the Laravel Scheduler - whi...Jun 17, 2024·2 min read
Top 10 Laravel Collection Methods You Have Never Used.In this article series, we go a little deeper into parts of Laravel we all use, to uncover functions and features that we can use in our next projects... if only we knew about them! Here are a few lesser-known collection methods that can be quite han...Jun 9, 2024·3 min read
Laravel Advanced: Lesser-Known, Yet Useful Composer CommandsComposer is the go-to dependency manager for PHP, and if you're working with Laravel, you're already familiar with frequently used commands like composer install and composer update. Composer also offers some commands that are lesser-known but helpfu...Jun 2, 2024·2 min read