How to Improve Development Efficiency with PHP 8
Enhance PHP Applications with Custom Attributes; Your Laravel application with Repository doesn't make any sense; and Take the Annual State of Laravel 2024 Survey
Jobs
💼 Mid-Senior Full Stack Developer (UK based) at Social Sync
£55,000 - £65,000 / UK (Remote)
💼 Senior Laravel Developer (referral bonus inside) at Antelope OS
$80,000 - $200,000 / Dallas, Texas (Remote)
💼 Product Engineer, Core (Laravel) at Hospitable
$10,644,840 - $13,445,000
PHP
📚 How to Improve Development Efficiency with PHP 8
In this article, we will explore how PHP 8 promotes development efficiency through various features and language enhancements.
📚 PHP crash course: Simple Guestbook
Here's a detailed guide to creating a guestbook application where visitors can leave messages. The implementation will use PHP, AJAX, CSS, and MySQL.
📚 Building a Custom PHP-Based SEO Dashboard for WordPress
Creating a custom SEO dashboard within WordPress can help monitor key metrics, optimize content, and improve your site’s visibility in search engines. Here’s how you can build one using PHP.
📚 Commenting in PHP Programming Language
Commenting is one of the essential skills for any programmer. Comments help programmers document their code, make it easier for others (and themselves in the future) to understand the code, and prevent mistakes.
📚 Enhance PHP Applications with Custom Attributes
Leverage PHP 8 attributes to build robust and maintainable routing and validation systems.
Laravel
📚 Your Laravel application with Repository doesn't make any sense
I’ve seen over the years many developers using the Repository pattern with Laravel, attempting to apply clean architecture concepts to their applications, but often misunderstanding the general concept of using a framework like Laravel.
📚 Task Scheduling in Laravel: Understand the Power of Cron Jobs
In today's blog post, we will see how task scheduling will work in laravel. In the world of web applications, we often need to execute some tasks at specific intervals or times.
📚 Explore the Advantages of Data Transfer Objects (DTOs) and How PHP 8.2 Readonly Classes Can Elevate Your Laravel Code
This post will delve into the advantages of using DTOs, particularly in a Laravel application, and show how PHP 8.2 readonly classes can further enhance their benefits.
📚 Laravel 11 Caching Mastery: From Basics to Advanced Techniques
Unlock the power of Laravel 11 caching with our comprehensive guide. Learn real-life use cases, advanced techniques, and best practices to supercharge your application’s performance.
📚 Laravel Tip: whereHas or whereRelation?
Welcome to my Laravel tips and tricks. We are going to learn about eloquent usage and its limitation with strength.
📚 Laravel Observers: What the Docs Do Not Tell You
The definition is not new for someone who has read the official docs, and Laravel documentation is pretty complete in general and full of near-to-real-world-use-cases examples for its features, but that’s not the case for Observer classes; they’re not so “observable” as you’ll see.
📚 Deploy Laravel Projects to Namecheap Server on Github Push with 3 Easy Steps
Since these projects may get updates regularly and I definately do not want to always re-upload to my Namecheap Server every single time I make a change, I found a way to make Laravel Deployment to Namecheap work as seamlessly as VueJs to Vercel.
📚 Setting Up a Development Environment Using Laravel Sail (Docker)
In this post, I’ll show you how to set up the environment with Laravel Sail without having to install the environment locally.
📚 Enhance your app’s performance with cache()->rememberForever() in Laravel
This method enables you to cache critical data indefinitely, ensuring that your application can retrieve it quickly without repeatedly querying the database.
📚 Take the Annual State of Laravel 2024 Survey
The annual State of Laravel survey is open for 2024, and you can participate to help identify trends in how the ecosystem has changed over the last twelve months.
📚 Laravel Advanced String Package
Welcome to the first episode of a new "Creator Spotlight" video series where we interview Laravel developers about the things they are creating.
📚 Getting Started with Laravel: A Beginner’s Guide to PHP Frameworks
This guide will help you get started with Laravel and set you on the path to building powerful web applications.
📚 Laravel 11 Eloquent Model Search Query Example
Hello, laravel web developers! In this article, we’ll see the laravel 11 eloquent model search query.
📚 Implementing Multi-Tenancy in Laravel: A Comprehensive Guide
Multi-tenancy is a software architecture where a single instance of an application serves multiple tenants.
📚 Strategy design pattern and its implementation in Laravel
The strategy pattern is a behavioral design pattern that enables selecting an algorithm at runtime, it’s commonly used in Object-oriented programming.
Symfony
📚 Bundling Your Symfony UX Twig Components
In this article, I will give a brief introduction and then quickly jump to today's main topic: How to bundle Twig Components for reuse in your applications.
📚 A Comprehensive Guide to Understanding and Integrating API Platform with Symfony 6
A solid, resilient API is one of the basic building blocks for a project. In this guide, we’ll show you how to set up a fully functional REST API with Symfony and API Platform.
📚 Symfony 7.1.3 released
Symfony 7.1.3 has just been released. Here is the list of the most important changes since 7.1.2.
📚 A Week of Symfony #917 (22-28 July 2024)
This week, Symfony released maintenance versions 5.4.42, 6.4.10, 7.0.10 and 7.1.3. Meanwhile, the upcoming Symfony 7.2 version added a new polyfill for expectUserDeprecationMessage() method to add compatibility with PHPUnit 11 and improved the authenticators information in the security profiler panel.
Tools
📦 Eza
The best `ls` replacement.
📦 Cyclops
A kubernetes UI for developers.

