Early View Data Preparation with Laravel View Creators https://laravel-news.com/laravel-view-creators
Laravel News
Early View Data Preparation with Laravel View Creators - Laravel News
Discover Laravel's View Creators for optimizing view data loading. Learn how to prepare view data earlier in the rendering process, perfect for setting up essential interface elements and improving performance.
β€10
Managing Proxy Trust in Laravel Applications https://laravel-news.com/managing-proxy-trust-in-laravel-applications
Laravel News
Managing Proxy Trust in Laravel Applications - Laravel News
Learn how to configure Laravel's TrustProxies middleware for applications behind load balancers. Ensure proper HTTPS detection and client IP handling while maintaining security in various deployment environments.
π8
Customizing Model Date Formats in Laravel https://laravel-news.com/date-formats
Laravel News
Customizing Model Date Formats in Laravel - Laravel News
Explore Laravel's date serialization features for consistent date formatting in your models. Learn to customize date presentation globally or per attribute while maintaining clean, readable code.
β€2π©2
Add Enterprise SSO/SAML to your product today https://laravel-news.com/add-enterprise-ssosaml-to-your-product-today
Laravel News
Add Enterprise SSO/SAML to your product today - Laravel News
PropelAuth allows you to easily add Enterprise SSO/SAML to any Laravel application so your customers can log in with Okta, Entra, ADFS and more.
β€3π1π©1
New Eloquent Relation Existence Methods in Laravel 11.37 https://laravel-news.com/laravel-11-37-0
Laravel News
New Eloquent Relation Existence Methods in Laravel 11.37 - Laravel News
The Laravel team released v11.37, which includes new Eloquent relation existence methods, a case-insensitive option for Str::is(), the Dumpable trait added to the Uri class, and more.
π₯5π3β€2
Optimizing Large Data Delivery with Laravel Streaming Responses https://laravel-news.com/streaming-responses
Laravel News
Optimizing Large Data Delivery with Laravel Streaming Responses - Laravel News
Discover Laravel's streaming responses for efficient handling of large datasets. Learn to deliver data incrementally, reducing memory usage while improving user experience with immediate feedback.
β€6π5
Dummy - Generate PHP class instances populated with dummy data using Faker https://laravel-news.com/dummy
Laravel News
Dummy - Generate PHP class instances populated with dummy data using Faker - Laravel News
Dummy is a package that can be used to generate PHP class instances populated with dummy data using Faker.
β€1
Immutable Value Objects in PHP and Laravel With the Bags Package https://laravel-news.com/immutable-value-objects-in-php-and-laravel
Laravel News
Immutable Value Objects in PHP and Laravel With the Bags Package - Laravel News
Bag is a PHP and Laravel package for Immutable Value Objects, inspired by Spatie's laravel-data package. It can help you create immutable objects to encapsulate your data in a type-safe way with data casts and built-in validation.
π5
String Manipulation Made Easy with Laravel's AsStringable Cast https://laravel-news.com/asstringable
Laravel News
String Manipulation Made Easy with Laravel's AsStringable Cast - Laravel News
Explore Laravel's AsStringable cast for elegant string manipulation. Transform model attributes into Stringable objects and leverage Laravel's powerful string methods for cleaner, more maintainable code.
π₯9
Recurr is a PHP library for working with recurrence rules for calendar dates https://laravel-news.com/recurr
Laravel News
Recurr is a PHP library for working with recurrence rules for calendar dates - Laravel News
Recurr is a PHP library for working with recurrence rules (RRULE); meant to help with recurring calendar events.
β€9π2
Manage Metadata on Laravel Eloquent Models with JSON Support https://laravel-news.com/manage-metadata-on-laravel-eloquent-models-with-json-support
Laravel News
Manage Metadata on Laravel Eloquent Models with JSON Support - Laravel News
The Laravel Model Metadata package is designed to manage metadata in your Eloquent models. It supports multiple data types in JSON, allowing you to easily attach, manage, and query your metadata.
π5β€1
Global View Data Management in Laravel https://laravel-news.com/global-view-data-management-in-laravel
Laravel News
Global View Data Management in Laravel - Laravel News
Learn how to use Laravel's View::share method to make data globally available across your views. Perfect for managing application-wide settings and user preferences while maintaining clean, organized code.
π₯6π3
GGH is a Lightweight CLI to Recall Your SSH Sessions https://laravel-news.com/ggh-is-a-lightweight-cli-to-recall-your-ssh-sessions
Laravel News
GGH is a Lightweight CLI to Recall Your SSH Sessions - Laravel News
GGH is a small CLI tool that recalls your SSH sessions and searches your SSH configuration file.
π2
Dynamic API Response Control in Laravel Resources https://laravel-news.com/dynamic-api-response-control-in-laravel-resources
Laravel News
Dynamic API Response Control in Laravel Resources - Laravel News
Discover Laravel's conditional attributes in API Resources for dynamic response control. Learn to include or exclude data based on conditions, creating efficient and context-aware API responses.
π₯11π1
Redirecting to Controller Actions in Laravel https://laravel-news.com/redirecting-to-controller-actions
Laravel News
Redirecting to Controller Actions in Laravel - Laravel News
Learn how to use Laravel's action() method for type-safe controller redirects. Discover how to handle redirects with parameters while maintaining clean, maintainable code in your applications.
π₯7π4
The definitive Guide to Webhooks in Laravel https://laravel-news.com/webhooks-in-laravel
Laravel News
The definitive Guide to Webhooks in Laravel - Laravel News
Master webhooks in Laravel with this definitive guide. Learn setup, security, event handling, and more to build powerful real-time integrations.
π10β€5π―1
PeckPHP - A CLI tool designed to identify wording or spelling mistakes in your codebase https://laravel-news.com/peckphp
Laravel News
PeckPHP - A CLI tool designed to identify wording or spelling mistakes in your codebase - Laravel News
Peck is a powerful CLI tool designed to identify wording or spelling mistakes in your codebase. It can inspect folder names, file names, method names, comments, and more and it will fit naturally into your workflow, just like tools such as Pint or Pest.
π7π₯5β€1
A Laravel Package to Use the Deepseek API With V3 AI Models https://laravel-news.com/deepseek-laravel
Laravel News
A Laravel Package to Use the Deepseek API With V3 AI Models - Laravel News
The DeepSeek Laravel package makes using the DeepSeek v3 AI models in your projects easy with PHP and Laravel.
β€11
Generating Sequential Laravel Collections https://laravel-news.com/generating-sequential-collections
Laravel News
Generating Sequential Laravel Collections - Laravel News
Explore Laravel's times method for generating sequential collections and learn to create numbered sequences and calculated datasets, perfect for time slots, pagination, and other ordered data structures.
β€7