Health Monitoring Android App using SQLite
The Health Monitoring Android App using SQLite is designed with this purpose in mind. The application provides users with a […]
The Health Monitoring Android App using SQLite is designed with this purpose in mind. The application provides users with a […]
The Laracon AU 2025 schedule is now live, with the full list of talk titles published today! The post Laracon
Transform messy Laravel controllers with 15+ lines of calculations into clean, three-line coordinators using custom collection methods. This practical tutorial
Handle ownership relationships between Eloquent models in a flexible way with Laravel Ownable. The post Handle ownership relationships between Eloquent
Laravel’s ThrottlesExceptions middleware now includes the failWhen() method, providing enhanced job failure control. Unlike deleteWhen(), this method marks jobs as
“Fake News Detection System Project using Python ML” is a web-based application aimed at combating the growing challenge of online
Automate Laravel applications efficiently using the Task Scheduler. Replace traditional cron jobs with expressive scheduling methods that support complex timing,
LaraPath is a secure, fluent path builder for PHP, featuring sanitization strategies and Laravel integration for version 11+. The post
Enhance Laravel Livewire performance using computed properties with caching. The #[Computed] attribute prevents expensive re-calculations by intelligently caching method results,
The SmartCache package for Laravel by Ismael Azaran is a caching optimization package designed to enhance how your application handles
Useful Laravel links to read/watch for this week of August 28, 2025. Source: Read MoreÂ
The PHP team is pleased to announce the second beta release of PHP 8.5.0, Beta 2. This continues the 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