Laravel v12.25.0 is out with a Copy as Markdown button on the error page, allowing you to conveniently share error…
PHP
Visit the official download page for MongoDB Community Server. Choose: Version: Latest stable Platform: Windows Package: MSI Run the .msi…
Transform your Laravel applications with real-time broadcasting capabilities. Create dynamic user experiences through instant updates, presence channels, and collaborative features…
MongoDB is a NoSQL (non-relational) database. It stores data in a type of JSON format called BSON (Binary JSON). Unlike…
Sentry has rolled out a new Logs feature, allowing you to capture and aggregate application logs alongside your errors. The…
Optimize Laravel Context management with remember() and rememberHidden() functions. These closure-based methods eliminate verbose conditional patterns while providing efficient request-scoped…
Swiss-army artisan CLI for Laravel — Scan, inspect, debug, and explore every aspect of your Laravel application from the command…
“Air Quality Prediction System” is a web-based application that integrates machine learning with the Django framework. This project is designed…
Ensure robust data integrity in Laravel applications using database transactions. These powerful tools guarantee atomic operations, automatically rolling back changes…
Learn how to build a multi-step form in Laravel using Livewire and MongoDB. This step-by-step tutorial covers environment setup, database…
The Laravel team released a new Form component for Inertia as a drop-in replacement for the HTML form tag. This…
Excerpt: Discover how Lateral Boost is transforming AI-assisted coding for Laravel developers. In this hands-on walkthrough, I explore the setup,…
The Calorie Burn Tracker is a web-based application designed to help users monitor, record, and analyze their daily calorie expenditure…
Master Laravel’s Sleep helper for precise execution timing control in your applications. This powerful utility enables elegant pacing of operations,…
The Laravel ShareLink package helps you create, manage, and secure temporary share links for files, routes, and models. Learn how…
Useful Laravel links to read/watch for this week of August 14, 2025. Source: Read MoreÂ
The PHP team is pleased to announce the first beta release of PHP 8.5.0, Beta 1. This continues the PHP…
Simple Age Calculator using PHP. In this script, the user will enter their date of birth. The PHP function will…
Boost, the Laravel AI coding starter kit is now released The post Laravel Boost is released appeared first on Laravel…
Implement Laravel global scopes to automatically apply query constraints across your entire application. These powerful features ensure data consistency and…