devdojo/auth
The auth package to make authentication in your laravel applications easy to use. Source: Read MoreÂ
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
Laravel v12.25.0 is out with a Copy as Markdown button on the error page, allowing you to conveniently share error
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