Sep 26, 2025

Laravel where LIKE queries, before & after Laravel 11/12

Learn how to use Laravel where like queries before and after Laravel 11 & 12, with case-insensitive, multi-column, and whereAny/All/None examples.

Sep 26, 2025

This Week in Laravel: Laravel MCP, Activity Log, and Filament Tips

Useful Laravel links to read/watch for this week of September 25, 2025.

Sep 26, 2025

Build Terminal UIs in PHP With ANSI Kit

AnsiKit is a zero-dependency ANSI escape helper for building terminal UIs in PHP. It features a chainable API for styles, color, and cursor control, along with useful components and utilities. The post Build Terminal UIs in PHP With ANSI Kit appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.

Sep 25, 2025

Fix "SQLSTATE[HY000] [1049] Unknown database" in Laravel

Fix Laravel’s SQLSTATE[HY000] [1049] Unknown database error by correcting .env, creating the DB, clearing config cache, and running migrations.

Sep 25, 2025

Add Laravel Scheduler Command to Crontab on Ubuntu

Learn how to set up Laravel scheduler with crontab in Ubuntu. Follow this step-by-step guide to configure and run your Laravel tasks automatically every mi

Sep 25, 2025

A Laravel Package to Integrate with Google Gemini

The Gemini package for Laravel, developed by Hossein Hezami, is a package designed to integrate with the Google Gemini API. The post A Laravel Package to Integrate with Google Gemini appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.

Sep 25, 2025

Welcoming Joe Watkins as a PHP Foundation Developer

The PHP Foundation — Supporting, Advancing, and Developing the PHP Language

Sep 24, 2025

PHP 9.0: Release Date and Features You Must Know

Discover PHP 9.0 features and release date. Learn about new performance improvements, strict typing, and breaking changes developers must prepare for.

Sep 24, 2025

How to Read and Get URL Parameters in PHP

Learn how to get, read, and extract URL parameters in PHP using $_GET, parse_url(), and parse_str() with simple examples and best practices.

Sep 24, 2025

Laravel Starter Kit by Nuno Maduro

Nuno Maduro's Laravel Starter Kit is a strict Laravel skeleton for those who demand meticulous precision in their projects. This starter kit includes tools to enforce strictness in type coverage, formatting, max static analysis, and more. The post Laravel Starter Kit by Nuno Maduro appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.

Sep 23, 2025

Introduction to MongoDB & Laravel-MongoDB Setup

Learn how to integrate MongoDB with Laravel by building a full developer blog. This step-by-step tutorial covers MongoDB fundamentals, setup, polymorphic models, CRUD operations, search, and content categorization. The post Introduction to MongoDB & Laravel-MongoDB Setup appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.

Sep 22, 2025

Powerful Debugging for PHP & Laravel with LaraDumps

A modern, feature-rich debugging tool that makes PHP development a breeze. Available for Windows, Linux, and macOS. The post Powerful Debugging for PHP & Laravel with LaraDumps appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.