Tagged articles
369 articles
Page 1 of 4
Laravel Tech Community
Laravel Tech Community
Mar 23, 2026 · Backend Development

How to Seamlessly Connect Chinese LLMs to Laravel AI SDK

This guide explains how to integrate domestic large language models such as Qwen, Hunyuan, and DeepSeek with Laravel AI SDK by configuring custom base URLs and API keys, providing step‑by‑step installation, model configuration, sample code, and a unified service class for backend applications.

AI integrationChinese LLMsCode Examples
0 likes · 15 min read
How to Seamlessly Connect Chinese LLMs to Laravel AI SDK
Laravel Tech Community
Laravel Tech Community
Mar 22, 2026 · Backend Development

Unlock Laravel 13 AI Power: Deep Dive into Boost and AI SDK

This article explores how Laravel 13 integrates AI through Laravel Boost and the Laravel AI SDK, detailing why Laravel is ideal for AI development, the core capabilities of Boost, installation steps, configuration examples, supported providers, practical code snippets, and best‑practice recommendations for secure, cost‑effective AI integration.

AIAI SDKBackend Development
0 likes · 15 min read
Unlock Laravel 13 AI Power: Deep Dive into Boost and AI SDK
Open Source Tech Hub
Open Source Tech Hub
Feb 28, 2026 · Backend Development

Boost PHP Performance: Migrate Laravel to FrankenPHP Worker Mode

This article explains how replacing the traditional Apache/nginx stack with FrankenPHP’s worker mode can dramatically improve PHP application performance, outlines the drawbacks of the classic request cycle, and provides a step‑by‑step guide for migrating a Laravel project.

BackendFrankenPHPLaravel
0 likes · 7 min read
Boost PHP Performance: Migrate Laravel to FrankenPHP Worker Mode
Open Source Tech Hub
Open Source Tech Hub
Feb 11, 2026 · Backend Development

Unlock AI Power in Laravel: Real‑World SDK Use Cases & Code Samples

Laravel’s new AI SDK simplifies adding AI capabilities to Laravel apps, offering a clean API for models like OpenAI, Anthropic, Gemini, and more, and the article demonstrates three practical implementations: extracting insights from user data, an automated PR code‑review bot, and a personalized e‑learning quiz system.

AIBackendCode review
0 likes · 8 min read
Unlock AI Power in Laravel: Real‑World SDK Use Cases & Code Samples
php Courses
php Courses
Jan 21, 2026 · Backend Development

How PHP 8 JIT Boosts Laravel Performance: Principles, Benchmarks, and Configuration

This article explains PHP 8's Just‑In‑Time compiler, shows how it can accelerate CPU‑intensive tasks by 20‑40% or more, demonstrates real‑world gains in Laravel applications, provides step‑by‑step enabling and tuning instructions, and discusses the scenarios where JIT is most effective or limited.

BackendJITLaravel
0 likes · 8 min read
How PHP 8 JIT Boosts Laravel Performance: Principles, Benchmarks, and Configuration
Open Source Tech Hub
Open Source Tech Hub
Dec 23, 2025 · Backend Development

Why PHP Still Powers Modern Development in 2026

Modern PHP now offers JIT compilation, readonly properties, enums, attributes and a TypeScript‑like type system, allowing zero‑step deployment, robust value‑object APIs, and a rich ecosystem of tools such as Laravel, Composer, PHPStan, Pest, Pint and Rector, with simple installation commands for macOS, Windows and Linux.

Backend DevelopmentCLILaravel
0 likes · 6 min read
Why PHP Still Powers Modern Development in 2026
php Courses
php Courses
Dec 8, 2025 · Backend Development

Build a Full Laravel CRUD App from Scratch: Step‑by‑Step Guide

This tutorial walks you through setting up a Laravel development environment, creating a database, generating models, migrations, controllers, Blade views, defining routes, and testing a complete CRUD task manager, with optional extensions and troubleshooting tips.

Backend DevelopmentBlade TemplatesCRUD
0 likes · 8 min read
Build a Full Laravel CRUD App from Scratch: Step‑by‑Step Guide
21CTO
21CTO
Dec 7, 2025 · Backend Development

Top Laravel AI Packages to Power Intelligent Web Apps

This article reviews the most popular and actively maintained Laravel AI packages—including Prism, LarAgent, Laravel AI Toolkit, and Laravel MCP—detailing their features, typical use‑cases, and how to choose the right one for building chatbots, automation agents, content generators, and AI‑enhanced Laravel applications.

AIBackend DevelopmentLLM
0 likes · 6 min read
Top Laravel AI Packages to Power Intelligent Web Apps
php Courses
php Courses
Nov 24, 2025 · Backend Development

Top 10 Essential Laravel Packages for 2025 to Supercharge Your Backend

This article presents ten must‑have Laravel extensions for 2025, offering concise descriptions, installation commands, and code snippets for each package—from queue management and debugging tools to API authentication, Excel handling, permission control, media management, full‑text search, API transformation, and AI‑driven development—plus practical advice on selecting the right packages.

LaravelPackagesbackend-development
0 likes · 8 min read
Top 10 Essential Laravel Packages for 2025 to Supercharge Your Backend
php Courses
php Courses
Nov 20, 2025 · Backend Development

From Direct Calls to Event Signals: Modernizing PHP Architecture

The article explains how replacing tightly‑coupled controller‑service calls with an event‑driven signal network in PHP improves decoupling, extensibility, testability, and asynchronous processing, using Symfony's EventDispatcher and Laravel's Events as concrete examples.

BackendDecouplingLaravel
0 likes · 7 min read
From Direct Calls to Event Signals: Modernizing PHP Architecture
php Courses
php Courses
Nov 5, 2025 · Backend Development

7 Laravel Packages That Supercharge Your Development Speed

This article introduces seven essential Laravel packages—IDE Helper, Debugbar, Spatie Permission, Nova/Filament, Excel, Telescope, and Sail—that automate repetitive tasks, improve debugging, and streamline environment setup, collectively boosting development efficiency by up to tenfold.

Backend DevelopmentDebuggingLaravel
0 likes · 9 min read
7 Laravel Packages That Supercharge Your Development Speed
Open Source Tech Hub
Open Source Tech Hub
Nov 3, 2025 · Backend Development

Why Larafony Could Be Your Next Production-Ready PHP Backend Framework

Larafony is a modern, lightweight PHP framework that merges Laravel’s developer experience, Symfony’s robustness, and PHP 8.5 features, offering PSR‑compliant architecture, attribute‑driven design, minimal dependencies, built‑in analytics, and extensive security and communication modules for production‑grade backend development.

FrameworkLaravelPHP
0 likes · 4 min read
Why Larafony Could Be Your Next Production-Ready PHP Backend Framework
php Courses
php Courses
Nov 1, 2025 · Backend Development

How to Add Real‑Time Notifications to Laravel with Pusher

This guide walks you through setting up a Laravel project, installing the Pusher PHP SDK, configuring environment credentials, creating broadcast events, and using Laravel Echo on the client side to deliver instant notifications, plus tips for advanced customization and testing.

LaravelPHPPusher
0 likes · 6 min read
How to Add Real‑Time Notifications to Laravel with Pusher
php Courses
php Courses
Nov 1, 2025 · Backend Development

Why Laravel Queues Are the Secret to Lightning‑Fast Web Apps

In today's digital era, Laravel queues offload time‑consuming tasks from the main thread, boosting performance, scalability, and user experience, making applications more responsive and competitive by handling complex operations like email sending and order processing efficiently.

LaravelScalabilityperformance
0 likes · 7 min read
Why Laravel Queues Are the Secret to Lightning‑Fast Web Apps
php Courses
php Courses
Oct 24, 2025 · Backend Development

How to Supercharge Laravel Performance: A Step‑by‑Step Optimization Guide

This guide walks you through a systematic Laravel performance optimization process—from diagnosing bottlenecks with Debugbar and logs, through database query tuning, caching strategies, code-level refinements, to server‑level tweaks—ensuring faster response times for growing PHP applications.

LaravelPHPcaching
0 likes · 7 min read
How to Supercharge Laravel Performance: A Step‑by‑Step Optimization Guide
php Courses
php Courses
Oct 17, 2025 · Backend Development

Will PHP and Laravel Thrive in the AI Era? A Deep Dive

This article examines how AI, especially large language models and code‑generation tools, is reshaping web development, argues that PHP and Laravel remain vital, and outlines how developers can integrate AI to boost productivity, evolve their roles, and drive a more creative future.

AIBackend DevelopmentLaravel
0 likes · 8 min read
Will PHP and Laravel Thrive in the AI Era? A Deep Dive
Open Source Tech Hub
Open Source Tech Hub
Oct 11, 2025 · Cloud Native

What’s New in Docker‑PHP v4.0.0‑beta1? Deep Dive into FrankenPHP, Laravel Scripts, and QoL Boosts

Docker‑PHP v4.0.0‑beta1 introduces hardened FrankenPHP images, upgraded Laravel automation, a slew of fine‑grained environment variables, and numerous quality‑of‑life and bug‑fix improvements that make containerized PHP deployments smoother, more secure, and ready for production‑grade Kubernetes workloads.

Cloud NativeDockerFrankenPHP
0 likes · 8 min read
What’s New in Docker‑PHP v4.0.0‑beta1? Deep Dive into FrankenPHP, Laravel Scripts, and QoL Boosts
php Courses
php Courses
Oct 9, 2025 · Backend Development

How to Add Real‑Time Notifications to Laravel with Pusher

This step‑by‑step guide shows how to integrate Pusher into a Laravel application, covering prerequisites, project setup, package installation, environment configuration, event creation, client‑side listening with Laravel Echo, testing, and advanced customization for real‑time notifications.

Backend DevelopmentLaravelPHP
0 likes · 6 min read
How to Add Real‑Time Notifications to Laravel with Pusher
21CTO
21CTO
Oct 3, 2025 · Backend Development

Why Craft CMS Is Switching to Laravel 6 and What New Features to Expect

Craft CMS announced its migration to Laravel V6, outlining a minimal‑impact transition, a new Yii 2 adapter for compatibility, and six major features—including bulk publishing, scheduled drafts, content import, approval workflows, page comments, activity logs, and a dark‑mode UI—set for a 2026 release.

Backend DevelopmentCMSCraft CMS
0 likes · 5 min read
Why Craft CMS Is Switching to Laravel 6 and What New Features to Expect
php Courses
php Courses
Sep 25, 2025 · Backend Development

Why Laravel Dominates PHP Secondary Development in 2025 and Beyond

This article examines how Laravel’s mature ecosystem, modular architecture, built‑in features, and vibrant community make it the leading PHP framework for secondary development, compares it with other frameworks, and outlines emerging trends such as serverless deployment, AI‑assisted coding, and containerization.

FrameworkLaravelPHP
0 likes · 9 min read
Why Laravel Dominates PHP Secondary Development in 2025 and Beyond
Open Source Tech Hub
Open Source Tech Hub
Sep 22, 2025 · Frontend Development

Why HydePHP Is the Fastest Way to Build Content‑First Static Sites

HydePHP combines Laravel's powerful backend with simple Markdown and TailwindCSS to let developers quickly create blogs, documentation, or static websites, offering flexible customization, built‑in asset management, and easy deployment through straightforward Composer commands and Blade templating.

BladeLaravelPHP
0 likes · 6 min read
Why HydePHP Is the Fastest Way to Build Content‑First Static Sites
php Courses
php Courses
Sep 5, 2025 · Backend Development

What’s New in Laravel 12? Explore the Performance Boosts and AI Integration

Laravel 12 introduces extensive type‑system enhancements, significant performance optimizations, modern front‑end tooling, real‑time communication upgrades, and AI‑driven development features, offering developers a faster, more productive, and future‑ready web application framework.

LaravelPHPWeb Development
0 likes · 9 min read
What’s New in Laravel 12? Explore the Performance Boosts and AI Integration
Open Source Tech Hub
Open Source Tech Hub
Sep 3, 2025 · Backend Development

Master Supervisor to Supercharge PHP Background Tasks on Ubuntu

This guide explains how to install Supervisor on Ubuntu, configure it for Laravel queue workers, and apply practical tips such as multi‑process management, timeout control, log monitoring, and Docker integration to improve PHP backend task efficiency and stability.

LaravelPHPSupervisor
0 likes · 4 min read
Master Supervisor to Supercharge PHP Background Tasks on Ubuntu
php Courses
php Courses
Aug 18, 2025 · Backend Development

Boosting Laravel Performance: How We Integrated Go as an Accelerator

This article details how a Laravel‑based PHP system was enhanced by introducing Go components, covering architecture design, cross‑language communication, performance optimizations, lessons learned, and measurable improvements in response time and server load.

BackendGoHybrid Architecture
0 likes · 7 min read
Boosting Laravel Performance: How We Integrated Go as an Accelerator
php Courses
php Courses
Jul 18, 2025 · Backend Development

10 Common Laravel Pitfalls Even Senior Developers Make (And How to Fix Them)

This article highlights ten frequent Laravel mistakes—from N+1 queries and missing transactions to improper caching and lack of performance monitoring—explaining why they occur and providing concrete code examples of best‑practice solutions to improve efficiency, security, and maintainability.

BackendEloquentLaravel
0 likes · 8 min read
10 Common Laravel Pitfalls Even Senior Developers Make (And How to Fix Them)
Open Source Tech Hub
Open Source Tech Hub
Jul 14, 2025 · Backend Development

10 Essential Practices to Modernize Your PHP Projects

This article outlines ten practical guidelines for PHP developers, emphasizing the advantages of PHP 8+, proper use of Laravel, ORM, testing, Composer, debugging, static analysis, security, side projects, and community involvement to write modern, safe, and maintainable backend code.

Backend DevelopmentComposerLaravel
0 likes · 6 min read
10 Essential Practices to Modernize Your PHP Projects
php Courses
php Courses
Jul 10, 2025 · Backend Development

How to Build Desktop Apps with Laravel and NativePHP: Step-by-Step Guide

This tutorial explains how to integrate NativePHP into Laravel to create desktop applications, covering project setup, routing, controller logic, UI rendering, and providing complete example code for retrieving the operating system name via a JSON endpoint.

Desktop ApplicationLaravelNativePHP
0 likes · 5 min read
How to Build Desktop Apps with Laravel and NativePHP: Step-by-Step Guide
Open Source Tech Hub
Open Source Tech Hub
Apr 30, 2025 · Backend Development

Why Webman Leads 2025 PHP Framework Rankings and How ThinkPHP & Laravel Stack Up

This article evaluates the 2025 PHP framework landscape, detailing Webman's performance‑focused architecture, ThinkPHP's enterprise‑friendly features, and Laravel's extensive ecosystem, while offering practical guidance on choosing the right framework for high‑concurrency, real‑time, and large‑scale web applications.

Backend DevelopmentLaravelPHP
0 likes · 7 min read
Why Webman Leads 2025 PHP Framework Rankings and How ThinkPHP & Laravel Stack Up
php Courses
php Courses
Apr 17, 2025 · Backend Development

10 Common Mistakes to Avoid in Laravel Development

This article outlines ten frequent Laravel pitfalls—from neglecting mass‑assignment protection and overusing query builders to ignoring exception handling and security best practices—providing clear explanations and corrected code examples to help developers write more efficient, secure, and maintainable applications.

EloquentLaravelPHP
0 likes · 8 min read
10 Common Mistakes to Avoid in Laravel Development
21CTO
21CTO
Apr 13, 2025 · Backend Development

Build Native Desktop Apps with PHP: Introducing NativePHP and Laravel Integration

NativePHP is a PHP framework that lets developers create cross‑platform native desktop applications, and when combined with Laravel it provides a powerful, low‑learning‑curve solution for building internal tools and office utilities with familiar PHP and Laravel components.

Desktop DevelopmentLaravelNativePHP
0 likes · 4 min read
Build Native Desktop Apps with PHP: Introducing NativePHP and Laravel Integration
php Courses
php Courses
Mar 27, 2025 · Backend Development

Simplifying Laravel API Requests with SaloonPHP Laravel Plugin

This article introduces the SaloonPHP Laravel Plugin, explains how to install it, demonstrates creating request classes and using them in services, and highlights features like caching and retries that streamline API request management in Laravel projects.

APIBackendComposer
0 likes · 3 min read
Simplifying Laravel API Requests with SaloonPHP Laravel Plugin
Laravel Tech Community
Laravel Tech Community
Mar 18, 2025 · Backend Development

Getting Started with Filament: Installation, Configuration, and Demo for Laravel Backend Development

This guide introduces Filament, a full‑stack component library for Laravel, outlines its environment requirements, provides step‑by‑step installation and configuration commands, explains core components, and demonstrates a complete demo including models, migrations, relationships, forms, widgets, and charts.

FilamentInstallationLaravel
0 likes · 7 min read
Getting Started with Filament: Installation, Configuration, and Demo for Laravel Backend Development
php Courses
php Courses
Mar 18, 2025 · Backend Development

Step-by-Step Guide to Building a Simple REST API with Laravel

This tutorial provides a step-by-step guide for beginners to set up the environment, create models, migrations, controllers, define routes, and test a simple RESTful API using Laravel, including optional advanced features and sample code.

LaravelPHPREST API
0 likes · 4 min read
Step-by-Step Guide to Building a Simple REST API with Laravel
php Courses
php Courses
Mar 12, 2025 · Backend Development

Using Laravel’s New query() Method to Generate URLs with Query Parameters

Laravel’s newly introduced query() method simplifies generating URLs with query parameters by allowing chainable calls on URL instances, reducing code verbosity compared to traditional URL::to or route() approaches, and supporting parameter overrides and integration with route(), making URL construction more flexible and readable.

LaravelPHPQUERY method
0 likes · 5 min read
Using Laravel’s New query() Method to Generate URLs with Query Parameters
21CTO
21CTO
Mar 11, 2025 · Backend Development

Top 10 Laravel Plugins to Supercharge Your Backend Development

This guide reviews ten essential Laravel plugins—Jetstream, Debugbar, Spatie, Socialite, Cashier, Telescope, Horizon, Backup, Excel, and Livewire—detailing their overviews, key features, advantages, and drawbacks to help developers choose the right tools for enhanced workflow, debugging, authentication, billing, and monitoring.

Backend DevelopmentLaravelPHP
0 likes · 13 min read
Top 10 Laravel Plugins to Supercharge Your Backend Development
php Courses
php Courses
Mar 10, 2025 · Backend Development

New Major Features in Laravel 12

Laravel 12 introduces a suite of enhancements—including smarter route caching, an improved queue system, optimized database query handling, upgraded Eloquent ORM, tighter default security settings, better testing support, and new Artisan commands—aimed at boosting performance, security, and developer productivity.

LaravelPHPSecurity
0 likes · 6 min read
New Major Features in Laravel 12
php Courses
php Courses
Feb 21, 2025 · Backend Development

Best Practices for Laravel API Development in 2025

This guide presents comprehensive Laravel API development best practices for 2025, covering authentication with Sanctum and Passport, resource formatting, versioning, rate limiting, error handling, caching, and logging, offering code examples and practical advice to build secure, scalable, high‑performance APIs.

APIAuthenticationLaravel
0 likes · 6 min read
Best Practices for Laravel API Development in 2025
php Courses
php Courses
Feb 20, 2025 · Backend Development

Advanced Security Strategies and Tools for Laravel Applications

This article presents a comprehensive guide to securing Laravel applications, covering essential practices such as keeping the framework up to date, implementing CSP and HTTPS, preventing SQL injection and XSS, applying rate limiting, protecting environment files, and leveraging tools like Sanctum, Telescope, and security checkers.

LaravelPHPSecurity
0 likes · 14 min read
Advanced Security Strategies and Tools for Laravel Applications
php Courses
php Courses
Feb 14, 2025 · Backend Development

Efficient Data Structures and Algorithms in PHP for High-Performance Web Applications

This article explores powerful PHP data structures and algorithms—including binary search, hash tables, linked lists, stacks, queues, and binary trees—demonstrating their implementations, performance optimization strategies, and the modern Laravel Collections approach to efficiently handle large-scale data in web development.

AlgorithmsData StructuresLaravel
0 likes · 16 min read
Efficient Data Structures and Algorithms in PHP for High-Performance Web Applications
php Courses
php Courses
Feb 13, 2025 · Backend Development

Using NativePHP to Extend Laravel for Efficient Desktop Applications

This article explains how to leverage the NativePHP library within the Laravel framework to build high‑performance desktop applications by executing CLI commands, manipulating the file system, and performing database operations with native PHP code examples.

CLIDesktop ApplicationLaravel
0 likes · 4 min read
Using NativePHP to Extend Laravel for Efficient Desktop Applications
php Courses
php Courses
Feb 6, 2025 · Backend Development

Data Structures in PHP and Laravel: Best Practices and Optimization

This article examines core and advanced data structures in PHP and Laravel, demonstrating how arrays, associative and multidimensional arrays, collections, and JSON storage can be leveraged with practical code examples and query‑optimization techniques to build efficient, scalable, and maintainable web applications.

CollectionsData StructuresLaravel
0 likes · 7 min read
Data Structures in PHP and Laravel: Best Practices and Optimization
php Courses
php Courses
Feb 5, 2025 · Frontend Development

Integrating Vue.js with Laravel Using Vite: A Step‑by‑Step Guide

This tutorial walks you through setting up a Laravel project, installing Laravel Breeze, configuring Vite for Vue.js, creating a TaskList component, registering it in the Blade template, and running the development server to see a responsive Vue‑driven task manager.

LaravelPHPVite
0 likes · 6 min read
Integrating Vue.js with Laravel Using Vite: A Step‑by‑Step Guide
php Courses
php Courses
Jan 27, 2025 · Backend Development

How to Move Files in Laravel Using File and Storage Facades

This tutorial explains how to move files in a Laravel application, showing syntax and complete code examples for both the File and Storage facades, compatible with Laravel versions 5 through 11, and includes guidance on ensuring target directories exist.

LaravelPHPfile system
0 likes · 3 min read
How to Move Files in Laravel Using File and Storage Facades
php Courses
php Courses
Jan 9, 2025 · Backend Development

Integrating NativePHP into Laravel for Desktop Application Development

This article explains how to integrate NativePHP technology into a Laravel project to build desktop applications, covering the creation of a Laravel base, setting up entry files, defining routes and controllers, using PHP's OS functions, and providing complete code examples.

Backend DevelopmentDesktop ApplicationLaravel
0 likes · 5 min read
Integrating NativePHP into Laravel for Desktop Application Development
php Courses
php Courses
Dec 27, 2024 · Backend Development

Using Laravel's Collection::wrap to Convert Any Value into a Collection

The article explains Laravel's Collection::wrap method, showing basic usage for wrapping scalars, arrays, or existing collections, and provides real-world examples within a data‑processing service to streamline handling of items, tags, and search results.

CollectionDataProcessingLaravel
0 likes · 3 min read
Using Laravel's Collection::wrap to Convert Any Value into a Collection
php Courses
php Courses
Dec 24, 2024 · Backend Development

Implementing the Repository Pattern in Laravel: A Step‑by‑Step Guide

This guide explains the repository pattern for Laravel, detailing its benefits, step‑by‑step implementation for an e‑commerce product management module—including model, interface, repository, controller code—and offers best practices, caching tips, and common pitfalls to improve code structure, maintainability, and testability.

Backend DevelopmentDesign PatternsLaravel
0 likes · 9 min read
Implementing the Repository Pattern in Laravel: A Step‑by‑Step Guide
php Courses
php Courses
Dec 6, 2024 · Backend Development

Using Laravel's rescue Helper for Elegant Exception Handling

This article explains Laravel's rescue helper function, demonstrates its basic usage and real‑world API integration examples, and shows how it provides a concise, robust way to handle exceptions without crashing the application.

Exception HandlingLaravelPHP
0 likes · 3 min read
Using Laravel's rescue Helper for Elegant Exception Handling
php Courses
php Courses
Dec 4, 2024 · Backend Development

Using the Laravel context() Helper for Managing Application Context Data

The article introduces Laravel's new context() helper, demonstrating its basic usage and a real‑world multi‑tenant example, showing how to add, retrieve, and default context values and simplify shared data handling throughout the request lifecycle.

BackendLaravelMultitenancy
0 likes · 2 min read
Using the Laravel context() Helper for Managing Application Context Data
php Courses
php Courses
Nov 28, 2024 · Backend Development

Comparing PHP 8.4 Property Hooks with Laravel Eloquent Mutators

This article examines PHP 8.4's new Property Hooks feature, compares it with Laravel Eloquent's Mutators, provides implementation examples for both, and offers guidance on when to prefer each approach based on project requirements and performance considerations.

BackendEloquentLaravel
0 likes · 8 min read
Comparing PHP 8.4 Property Hooks with Laravel Eloquent Mutators
21CTO
21CTO
Nov 5, 2024 · Backend Development

Why PHP Is Making a Comeback in 2024: Performance, Features, and Ecosystem

PHP, once thought obsolete, is experiencing a resurgence in 2024 thanks to dramatic performance gains, modern features like JIT and typed parameters, a thriving Laravel ecosystem, robust hosting support, and its enduring role in powering a majority of the web.

Backend DevelopmentLaravelPHP
0 likes · 10 min read
Why PHP Is Making a Comeback in 2024: Performance, Features, and Ecosystem
21CTO
21CTO
Sep 20, 2024 · Backend Development

Laravel’s $57M Funding Boost: New Cloud Platform and Future Roadmap

Laravel has secured a $57 million Series A round from Accel, plans to expand its team, launch the low‑cost Laravel Cloud platform, and outlines its historic evolution, founder’s vision, and upcoming product announcements for the PHP backend ecosystem.

Backend FrameworkFundingLaravel
0 likes · 8 min read
Laravel’s $57M Funding Boost: New Cloud Platform and Future Roadmap
php Courses
php Courses
Sep 5, 2024 · Backend Development

Integrating NativePHP into Laravel for Desktop Application Development

This article explains how to integrate NativePHP technology into a Laravel project to build desktop applications, covering the creation of a Laravel base, setting up entry points, defining routes and controllers, using PHP's native functions to interact with the operating system, and providing complete example code.

Desktop ApplicationLaravelNativePHP
0 likes · 5 min read
Integrating NativePHP into Laravel for Desktop Application Development
php Courses
php Courses
Sep 3, 2024 · Backend Development

Using Laravel’s Benchmark Tool to Measure and Optimize Code Performance

Laravel’s Benchmark tool enables developers to measure execution time of code snippets, compare multiple scenarios, run iterative tests for accuracy, retrieve results with execution duration, and apply these insights to optimize queries and improve overall application performance.

BenchmarkLaravelperformance
0 likes · 5 min read
Using Laravel’s Benchmark Tool to Measure and Optimize Code Performance
php Courses
php Courses
Aug 30, 2024 · Backend Development

Using NativePHP to Build Efficient Desktop Applications with Laravel

This tutorial explains how to leverage the NativePHP library within the Laravel framework to execute CLI commands, manipulate the file system, and perform database operations, enabling developers to create high‑performance desktop applications using native PHP code.

CLIDesktop ApplicationLaravel
0 likes · 5 min read
Using NativePHP to Build Efficient Desktop Applications with Laravel
php Courses
php Courses
Aug 29, 2024 · Backend Development

Using NativePHP with Laravel to Build Efficient Desktop Applications

NativePHP is a third‑party library that extends Laravel, allowing developers to execute CLI commands, manipulate the file system, and perform database operations directly with native PHP code, enabling the creation of efficient, flexible desktop applications, as demonstrated through detailed code examples.

CLIDesktop ApplicationLaravel
0 likes · 5 min read
Using NativePHP with Laravel to Build Efficient Desktop Applications
php Courses
php Courses
Aug 27, 2024 · Backend Development

Laravel Policy-Based Authorization: Creation, Registration, and Usage Guide

This article explains how Laravel's policy-based authorization works, covering policy creation, registration, usage in controllers and Blade, custom methods, response handling, guest user support, and testing, with full code examples for implementing secure and maintainable access control.

AuthorizationGateLaravel
0 likes · 5 min read
Laravel Policy-Based Authorization: Creation, Registration, and Usage Guide
php Courses
php Courses
Aug 26, 2024 · Backend Development

Avoid Hard‑Coded Array Indexes in PHP: Safer Alternatives

This article explains why using hard‑coded array indexes like $arr[0] in PHP can cause crashes, maintenance headaches, and unreadable code, and introduces safer built‑in functions such as current(), reset(), array_shift() and Laravel's Arr::first() with their pros and cons.

Laravelbest practices
0 likes · 8 min read
Avoid Hard‑Coded Array Indexes in PHP: Safer Alternatives
php Courses
php Courses
Aug 19, 2024 · Backend Development

Using the #[Validate] Attribute in Livewire v3 for Simplified Form Validation

Livewire v3 introduces the #[Validate] attribute, enabling developers to define validation rules directly on component properties, which reduces boilerplate, improves readability, and offers advanced features such as custom messages, multiple rules, and conditional validation for PHP/Laravel applications.

AttributesBackendLaravel
0 likes · 5 min read
Using the #[Validate] Attribute in Livewire v3 for Simplified Form Validation
Open Source Tech Hub
Open Source Tech Hub
Aug 13, 2024 · Backend Development

How to Generate Distributed Unique IDs with Snowflake in PHP

Learn the fundamentals of Twitter's Snowflake distributed ID algorithm, its 64‑bit structure, and step‑by‑step PHP implementation—including installation via Composer, basic usage, custom data‑center and worker IDs, start timestamps, Laravel integration, and custom sequence resolvers—to generate globally unique, time‑ordered identifiers.

LaravelPHPdistributed-id
0 likes · 6 min read
How to Generate Distributed Unique IDs with Snowflake in PHP
php Courses
php Courses
Aug 13, 2024 · Backend Development

Using Swoole to Implement Database Connection Pooling in Laravel

This course provides an in‑depth exploration of integrating Swoole with Laravel to create and manage a database connection pool, covering fundamental concepts, integration steps, performance optimization, real‑world case studies, and best practices for both Laravel and Swoole developers.

Case StudyDatabase Connection PoolLaravel
0 likes · 3 min read
Using Swoole to Implement Database Connection Pooling in Laravel
php Courses
php Courses
Aug 9, 2024 · Backend Development

Applying the Strategy Design Pattern with the Open/Closed Principle in Laravel

This article explains how to apply the Strategy design pattern together with the Open‑Closed Principle in Laravel, showing step‑by‑step code examples for defining a strategy interface, implementing concrete payment strategies, and creating a context class that dynamically selects the appropriate payment gateway while keeping the system extensible and maintainable.

Design PatternsLaravelOpen/Closed Principle
0 likes · 12 min read
Applying the Strategy Design Pattern with the Open/Closed Principle in Laravel
php Courses
php Courses
Aug 6, 2024 · Backend Development

Leveraging Laravel Macros to Extend Framework Functionality

This article explains how Laravel developers can use Laravel Macros to encapsulate repetitive data‑handling logic, attach custom methods to core classes such as Collections and Eloquent models, improve code reuse, maintainability, and development efficiency, while also covering best practices and potential pitfalls.

LaravelMacroscode-reuse
0 likes · 10 min read
Leveraging Laravel Macros to Extend Framework Functionality
php Courses
php Courses
Jul 4, 2024 · Backend Development

The Decline of Skilled PHP Developers: Causes and Solutions

Amid the rapidly evolving web development landscape, the scarcity of proficient PHP developers stems from fading foundational knowledge, migration to newer languages, and lingering misconceptions, prompting a need for reinforced education, community advocacy, mentorship, and industry collaboration to revitalize PHP expertise and sustain its role in modern web development.

Backend DevelopmentDeveloper ShortageLaravel
0 likes · 6 min read
The Decline of Skilled PHP Developers: Causes and Solutions
php Courses
php Courses
Jun 27, 2024 · Backend Development

Observer Design Pattern in Laravel: Concepts and Implementation

This article explains the Observer design pattern, its role in reducing coupling, and demonstrates how to implement it in Laravel using Eloquent model events, including creating observers, registering them, and practical use cases such as activity logging, email notifications, and slug generation.

Design PatternsEloquentLaravel
0 likes · 12 min read
Observer Design Pattern in Laravel: Concepts and Implementation
Open Source Tech Hub
Open Source Tech Hub
Jun 23, 2024 · Backend Development

How to Set Up a Full PHP Development Environment with Laradock Docker

This guide introduces Laradock, a Docker‑based PHP development environment, outlines its key features, and provides step‑by‑step commands to clone the repository, configure the .env file, and launch containers for services like NGINX, MySQL, and Redis.

Development EnvironmentDockerDocker Compose
0 likes · 4 min read
How to Set Up a Full PHP Development Environment with Laradock Docker
21CTO
21CTO
Jun 22, 2024 · Backend Development

How to Build a Secure Laravel 11 API with Sanctum – Step‑by‑Step Guide

This tutorial walks you through installing Laravel 11, adding Sanctum for API authentication, creating migrations, models, resources, controllers, and routes, and finally testing the API with Postman, providing complete code snippets and configuration details for a functional backend.

APIAuthenticationBackend Development
0 likes · 11 min read
How to Build a Secure Laravel 11 API with Sanctum – Step‑by‑Step Guide
21CTO
21CTO
Jun 21, 2024 · Backend Development

Why JavaScript Can’t Replicate Laravel’s All‑In‑One Power – Should You Switch?

This article examines why JavaScript’s ecosystem lacks a unified, Laravel‑style framework, compares popular full‑stack JavaScript solutions such as Redwood, Blitz, and Adonis with Laravel, and helps developers decide whether to stay with JavaScript or adopt PHP’s Laravel for a one‑stop backend solution.

JavaScriptLaravelframework comparison
0 likes · 16 min read
Why JavaScript Can’t Replicate Laravel’s All‑In‑One Power – Should You Switch?
21CTO
21CTO
Jun 19, 2024 · Backend Development

How I Chose the Best Web Framework for a Startup: From Django to Laravel

In this article, the author, building a sports e‑commerce platform, evaluates four web framework options—Django, Ruby on Rails with Avo, NextJS, and Astro—against criteria like productivity, built‑in authentication, and tooling, ultimately selecting Laravel with Nova for its balance of speed and features.

DjangoLaravelRuby on Rails
0 likes · 10 min read
How I Chose the Best Web Framework for a Startup: From Django to Laravel
php Courses
php Courses
Jun 13, 2024 · Backend Development

Why and How to Use Laravel Livewire: Benefits, Scenarios, and Implementation Guide

Laravel Livewire is a full‑stack Laravel framework that lets developers build modern, responsive user interfaces using only PHP and Blade, eliminating the need for custom JavaScript, and the article explains its advantages, suitable use cases, installation steps, component creation, and advanced features.

BladeLaravelLiveWire
0 likes · 8 min read
Why and How to Use Laravel Livewire: Benefits, Scenarios, and Implementation Guide
php Courses
php Courses
Jun 11, 2024 · Backend Development

Understanding Laravel Sessions: Benefits, Drivers, and Practical Usage

This article explores Laravel's session mechanism, explaining its advantages, the various session drivers (file, database, Redis, Memcached), and provides a practical code tutorial for storing, retrieving, and checking session data, helping developers enhance user experience, security, and application scalability.

LaravelPHPSession Drivers
0 likes · 7 min read
Understanding Laravel Sessions: Benefits, Drivers, and Practical Usage
php Courses
php Courses
May 31, 2024 · Frontend Development

Integrating Vue.js with Vite in a Laravel Project: Step‑by‑Step Tutorial

This comprehensive tutorial walks you through installing prerequisites, creating a new Laravel project, optionally adding Laravel Breeze, configuring Vite, building a Vue component, updating the Blade view, compiling assets, and finally serving the application to see a live Vue component rendered within Laravel.

LaravelViteVue.js
0 likes · 6 min read
Integrating Vue.js with Vite in a Laravel Project: Step‑by‑Step Tutorial
php Courses
php Courses
May 29, 2024 · Backend Development

Laravel Package Development: A Comprehensive Guide

This article explains the importance of code reuse in web development and provides a step‑by‑step tutorial on creating, structuring, registering, testing, and publishing Laravel packages, including benefits, service providers, Artisan commands, and how to share the package on Packagist.

ArtisanComposerLaravel
0 likes · 10 min read
Laravel Package Development: A Comprehensive Guide
php Courses
php Courses
May 24, 2024 · Backend Development

Top 10 Laravel Packages for 2024 to Boost Your Development

This article presents a curated list of the ten most powerful Laravel packages for 2024, explaining how each tool—ranging from authentication and social login to data handling, search, and debugging—can streamline backend development and enhance application performance and user experience.

DevelopmentLaravelPHP
0 likes · 8 min read
Top 10 Laravel Packages for 2024 to Boost Your Development
Laravel Tech Community
Laravel Tech Community
May 23, 2024 · Databases

MySQL Master‑Slave Replication: Theory, Installation, Configuration, and Laravel Read‑Write Separation

This article explains the concept of MySQL master‑slave replication, outlines its advantages and drawbacks, and provides a step‑by‑step guide—including downloading MySQL 8.0, configuring my.cnf on master and slave servers, creating replication users, setting up replication parameters, and using Laravel for read‑write splitting—complete with all necessary shell and SQL commands.

Database ConfigurationLaravelLinux
0 likes · 9 min read
MySQL Master‑Slave Replication: Theory, Installation, Configuration, and Laravel Read‑Write Separation
Laravel Tech Community
Laravel Tech Community
May 22, 2024 · Databases

Laravel Read/Write Database Separation Configuration Guide

This article explains how to set up read/write database separation in Laravel by configuring multiple database connections in the config/database.php file, covering both identical and distinct credentials for read and write servers, and describing the purpose of the sticky option to ensure data consistency during a request.

Database ConfigurationLaravelPHP
0 likes · 4 min read
Laravel Read/Write Database Separation Configuration Guide
php Courses
php Courses
May 16, 2024 · Backend Development

Implementing OAuth2 Single Sign-On (SSO) in Laravel with Passport

This guide walks through integrating OAuth2 Single Sign-On into a Laravel application using Laravel Passport, covering prerequisites, installation steps, configuration of the authentication server and client, testing procedures, and common troubleshooting tips to enhance security and user experience.

LaravelOAuth2PHP
0 likes · 9 min read
Implementing OAuth2 Single Sign-On (SSO) in Laravel with Passport
php Courses
php Courses
May 11, 2024 · Backend Development

Leveraging Laravel Queues for High‑Performance Backend Applications

In today's digital era, Laravel queues enable backend applications to offload time‑consuming tasks, improve performance, enhance scalability, and deliver a smooth, responsive user experience, making them an essential tool for modern web development.

LaravelScalabilityperformance
0 likes · 7 min read
Leveraging Laravel Queues for High‑Performance Backend Applications
php Courses
php Courses
May 8, 2024 · Backend Development

Understanding Composer Autoload and PHP Class Loading in Laravel

This article explains how Laravel’s convenient architecture can hide PHP’s file‑loading requirements, demonstrates the fatal error caused by missing requires, and shows how Composer’s PSR‑4 autoloading automatically resolves class loading through proper configuration and the vendor/autoload.php entry point.

ComposerLaravelPHP
0 likes · 7 min read
Understanding Composer Autoload and PHP Class Loading in Laravel