Converting Laravel Models to JSON for API Responses https://laravel-news.com/toJson
Laravel News
Converting Laravel Models to JSON for API Responses - Laravel News
Discover how Laravel's toJson() method simplifies model-to-JSON conversion. Learn to customize your API responses while leveraging both explicit conversion and Laravel's automatic serialization features.
Ghostty Is a Fast, Feature-Rich, Cross-Platform Terminal https://laravel-news.com/ghostty-terminal
Laravel News
Ghostty Is a Fast, Feature-Rich, Cross-Platform Terminal - Laravel News
Ghostty is a fast, feature-rich, cross-platform terminal emulator that uses platform-native UI and GPU acceleration.
Laravel News 2024 Recap https://laravel-news.com/laravel-news-2024-recap
Laravel News
Laravel News 2024 Recap - Laravel News
I've hand-picked some of the biggest stories at Laravel News in 2024. This year was massive, with our new Laravel Creator Spotlight series and huge announcements from Laravel like Laravel Cloud, Inertia.js 2.0, and more!
Accessing Raw Model Data with Laravel's attributesToArray Method https://laravel-news.com/attributestoarray
Laravel News
Accessing Raw Model Data with Laravel's attributesToArray Method - Laravel News
Learn how Laravel's attributesToArray method provides access to raw model data, perfect for audit logging, caching, and scenarios where you need database attributes without relationships or computed properties.
Microsoft Teams Notifications Package https://laravel-news.com/microsoft-teams-notifications
Laravel News
Microsoft Teams Notifications Package - Laravel News
The Teams Notification package for Laravel lets you send notifications to Microsoft Teams and send custom logs using the package's logging channel.
Optimizing Factory Data Creation with Laravel's recycle Method https://laravel-news.com/recycle
Laravel News
Optimizing Factory Data Creation with Laravel's recycle Method - Laravel News
Explore Laravel's factory recycle method for efficient test data creation. Learn to optimize your factories by reusing model instances across multiple relationships, perfect for testing complex data structures.
Laravel Microsoft Graph https://laravel-news.com/laravel-microsoft-graph
Laravel News
Laravel Microsoft Graph - Laravel News
The Laravel Microsoft Graph package provides seamless integration with Microsoft Graph API, making it easier for developers to interact with some of Microsoft's cloud services.
Using AI to Manage Translations in Laravel https://laravel-news.com/using-ai-to-manage-translations-in-laravel
Laravel News
Using AI to Manage Translations in Laravel - Laravel News
The Laravel community offers a growing number of packages that use AI models like OpenAI's GPT and Anthropic's Claude to simplify and enhance application localization, making it faster and more efficient to create multilingual applications.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.