The PHP team is pleased to announce the second beta release of PHP 8.5.0, Beta 2. This continues the PHP…
PHP
The Laravel team released version 12.26.0 this week, adding a withHeartbeat() method to Lazy collections, along with the latest framework…
Perform RDAP queries in a Laravel app Source: Read MoreÂ
Mercure broadcaster Source: Read MoreÂ
The Laravel Zxcvbn package is a validation rule that estimates password strength using a PHP port of Dropbox’s JS package.…
Simplify Laravel string validation using doesntStartWith() and doesntEndWith() methods. These inverse methods eliminate confusing double negatives, creating more readable validation…
Learn how to use SQLite effectively in Laravel apps. This guide covers WAL mode, busy timeouts, Eloquent casts, and transaction…
The To-Do App using PHP and MySQL a simple yet powerful web-based application designed and developed using PHP and MySQL.…
The Laravel Spy package is a lightweight package to track and log outgoing HTTP requests in your application. It features…
The auth package to make authentication in your laravel applications easy to use. Source: Read MoreÂ
Below are the main data types in MongoDB: String (“text”) Integer (int32, int64) Double (double) Boolean (true/false) Null Arrays Object…
Streamline cross-platform messaging in Laravel applications using the notification framework. Send consistent alerts via email, database, and external services through…
Notable is a Laravel package that adds polymorphic note functionality to any Eloquent model. It allows you to attach notes/comments…
“WEBSITE PHISHING DETECTION SYSTEM” is a web-based application which is aim to address phishing attacks by combining machine learning techniques…
In MongoDB, data is stored in the form of documents (JSON-like objects). These documents are organised within collections, and collections are…
Implement Laravel soft deletes to preserve data integrity while enabling logical deletion. This powerful feature supports compliance requirements, audit trails,…
We are excited to share that Pest 4 is now available! Get started with browser testing in Pest using modern…
Useful Laravel links to read/watch for this week of August 21, 2025. Source: Read MoreÂ
A Laravel package for generating Bootstrap 5 forms based on models. The post Quickly Generate Forms based on your Eloquent…
MongoDB stores data in a Database → Collection → Document structure. Database → Like a container for collections (similar to…