Building a Multi-Step Form With Laravel, Livewire, and MongoDB https://laravel-news.com/building-a-multi-step-form-with-laravel-livewire-and-mongodb
Laravel News
Building a Multi-Step Form With Laravel, Livewire, and MongoDB - Laravel News
Learn how to build a multi-step form in Laravel using Livewire and MongoDB. This step-by-step tutorial covers environment setup, database configuration, form validation, and real-time data saving with MongoDB’s flexible schema.
❤1👍1😢1
Supercharge Your Laravel Projects: Real AI Coding with Laravel Boost! https://laravel-news.com/supercharge-your-laravel-projects-real-ai-coding-with-laravel-boost
Laravel News
Supercharge Your Laravel Projects: Real AI Coding with Laravel Boost! - Laravel News
Excerpt: Discover how Lateral Boost is transforming AI-assisted coding for Laravel developers. In this hands-on walkthrough, I explore the setup, features, and real-world benefits of this new open-source tool—showing how it brings smarter, context-aware code…
❤5💩3👌1
Efficient Context Management with Laravel's Remember Functions https://laravel-news.com/context-remember
Laravel News
Efficient Context Management with Laravel's Remember Functions - Laravel News
Optimize Laravel Context management with remember() and rememberHidden() functions. These closure-based methods eliminate verbose conditional patterns while providing efficient request-scoped memoization for expensive computations and sensitive data handling.
❤1
Sentry Adds Logs Support for Laravel Apps https://laravel-news.com/sentry-adds-logs-support-for-laravel-apps
Laravel News
Sentry Adds Logs Support for Laravel Apps - Laravel News
Sentry has rolled out a new Logs feature, allowing you to capture and aggregate application logs alongside your errors.
👍6
Creating Dynamic Real-Time Features with Laravel Broadcasting https://laravel-news.com/dynamic-real-time-broadcasting
Laravel News
Creating Dynamic Real-Time Features with Laravel Broadcasting - Laravel News
Transform your Laravel applications with real-time broadcasting capabilities. Create dynamic user experiences through instant updates, presence channels, and collaborative features that eliminate the need for manual page refreshes.
❤2👍1
Laravel Devtoolbox: Your Swiss Army Knife Artisan CLI https://laravel-news.com/laravel-devtoolbox
Laravel News
Laravel Devtoolbox: Your Swiss Army Knife Artisan CLI - Laravel News
Swiss-army artisan CLI for Laravel — Scan, inspect, debug, and explore every aspect of your Laravel application from the command line.
❤5👍5
Copy Errors as Markdown to Share With AI in Laravel 12.25 https://laravel-news.com/laravel-12-25-0
Laravel News
Copy Errors as Markdown to Share With AI in Laravel 12.25 - Laravel News
Laravel v12.25.0 is out with a Copy as Markdown button on the error page, allowing you to conveniently share error details with AI agents and LLMs.
❤3💯1
Preserving Data Integrity with Laravel Soft Deletes for Recovery and Compliance https://laravel-news.com/soft-deletes
Laravel News
Preserving Data Integrity with Laravel Soft Deletes for Recovery and Compliance - Laravel News
Implement Laravel soft deletes to preserve data integrity while enabling logical deletion. This powerful feature supports compliance requirements, audit trails, and data recovery scenarios without permanent data loss.
❤2
Quickly Generate Forms based on your Eloquent Models with Laravel Formello https://laravel-news.com/laravel-formello
Laravel News
Quickly Generate Forms based on your Eloquent Models with Laravel Formello - Laravel News
A Laravel package for generating Bootstrap 5 forms based on models.
❤1
Building Cross-Platform Alerts with Laravel's Notification Framework https://laravel-news.com/cross-platform-notifications
Laravel News
Building Cross-Platform Alerts with Laravel's Notification Framework - Laravel News
Streamline cross-platform messaging in Laravel applications using the notification framework. Send consistent alerts via email, database, and external services through a unified API that adapts to user preferences.
❤3😱1
Add Notes Functionality to Eloquent Models With the Notable Package https://laravel-news.com/add-notes-functionality-to-eloquent-models
Laravel News
Add Notes Functionality to Eloquent Models With the Notable Package - Laravel News
Notable is a Laravel package that adds polymorphic note functionality to any Eloquent model. It allows you to attach notes/comments to models with creator tracking, timestamps, and powerful query scopes.
🔥3
Log Outgoing HTTP Requests with the Laravel Spy Package https://laravel-news.com/laravel-spy
Laravel News
Log Outgoing HTTP Requests with the Laravel Spy Package - Laravel News
The Laravel Spy package is a lightweight package to track and log outgoing HTTP requests in your application. It features a zero-config way to log all requests made with the Laravel HTTP client, useful for debugging and monitoring external API calls made…
❤2
Laravel's Enhanced String Validation with Inverse Methods https://laravel-news.com/str-startswith-endswith
Laravel News
Laravel's Enhanced String Validation with Inverse Methods - Laravel News
Simplify Laravel string validation using doesntStartWith() and doesntEndWith() methods. These inverse methods eliminate confusing double negatives, creating more readable validation logic for content filtering and input sanitization.
❤1
Password Strength Estimator Validation in Laravel https://laravel-news.com/password-strength-estimator-validation-in-laravel
Laravel News
Password Strength Estimator Validation in Laravel - Laravel News
The Laravel Zxcvbn package is a validation rule that estimates password strength using a PHP port of Dropbox's JS package. It considers using user inputs as well to determine a score for password guessability.