Add Swagger UI to Your Laravel Application https://laravel-news.com/laravel-swagger-ui
Laravel News
Add Swagger UI to Your Laravel Application - Laravel News
The Laravel Swagger UI package makes it easy to make your project's Swagger (OpenAPI v3 JSON or YAML) file accessible in a Swagger UI right in your Laravel application.
Interviewed Matt Stauffer about the new Built with Laravel project he launched: https://www.youtube.com/watch?v=zRDP6bwJerk
YouTube
Built with Laravel with Matt Stauffer
Today we are joined by @MattStauffer to talk about his newest project, BuiltWithLaravel, which is a list of companies and organizations using Laravel in the non-Laravel world. This is the list to use when you want to show someone how widespread Laravel's…
Maska is a Simple Zero-dependency Input Mask Library https://laravel-news.com/maska-input-mask-library
Laravel News
Maska is a Simple Zero-dependency Input Mask Library - Laravel News
Maska is a simple, zero-dependency input mask for JS, Vue, Svelete, and Alpine.js. Learn how you can easily mask and format inputs with a simple API.
Use Laravel's Built-in SetUp Hooks for Application Test Traits https://laravel-news.com/laravel-test-case-trait-setup-hooks
Laravel News
Use Laravel's Built-in SetUp Hooks for Application Test Traits - Laravel News
Using Laravel's foundation TestCase setup logic, you can clean up the setup() and tearDown() code required to use test traits you create for your applications.
A New String Helper, Assert Enums in AssertableJson, and more in Laravel 11.20 https://laravel-news.com/laravel-11-20-0
Laravel News
A New String Helper, Assert Enums in AssertableJson, and more in Laravel 11.20 - Laravel News
The Laravel team released v11.20 this week, including a new collection method, a deduplicate string method, the ability to use Enums with AssertableJson, and more.
Filament Gaze: Show When Multiple Users View the Same Resource https://laravel-news.com/filament-gaze
Laravel News
Filament Gaze: Show When Multiple Users View the Same Resource - Laravel News
Filament Gaze is a plugin for Filament PHP that allows you to display when other users view the same resource. Learn how to quickly lock a resource and take control from another user in Filament.
Create Actions and Workflows with this Laravel Workflows Package https://laravel-news.com/safemood-laravel-workflow-package
Laravel News
Create Actions and Workflows with this Laravel Workflows Package - Laravel News
The Safemood/laravel-workflow package by Khalil Bouzidi simplifies workflows in Laravel. With this package, you can define complex workflows, break them up into actions, and define events.
Building Desktop Applications using Native PHP with Simon Hamp https://laravel-news.com/building-desktop-applications-using-native-php
Laravel News
Building Desktop Applications using Native PHP with Simon Hamp - Laravel News
In this episode of the Laravel Creator Spotlight, we are joined by Simon Hamp, the creator of Native PHP, to talk about the project and its potential.
Block Known Spam IPs from Your Laravel App with the Abuse IP Package https://laravel-news.com/laravel-abuse-ip
Laravel News
Block Known Spam IPs from Your Laravel App with the Abuse IP Package - Laravel News
The Abuse IP package for Laravel adds a layer of protection to your Laravel application from known spam IPs.
Automated API documentation generation for Laravel with static code analysis using Scramble https://laravel-news.com/automated-api-documentation
Laravel News
Automated API documentation generation for Laravel with static code analysis using Scramble - Laravel News
Learn how static code analysis can simplify and automate API documentation generation in Laravel, keeping the documentation accurate, up-to-date, and in sync with the codebase.
The August 2024 Laravel Worldwide Meetup https://laravel-news.com/laravel-worldwide-meetup-august-2024
Laravel News
The August 2024 Laravel Worldwide Meetup - Laravel News
The next Laravel Worldwide Meetup is August 20th, 2024 at 16:00 UTC featuring Yaz Jallad and Drishti Jain. Find out when this even happens in your own timezone!
Git Hooks Made Easy: How Whisky Helps Developers with Len Woodward https://laravel-news.com/whisky
Laravel News
Git Hooks Made Easy: How Whisky Helps Developers with Len Woodward - Laravel News
Learn how Whisky make Git Hooks easy
Learn how to create custom Facades in Laravel https://laravel-news.com/laravel-facades
Laravel News
Learn how to create custom Facades in Laravel - Laravel News
If Facades have ever confused you as someone new to Laravel, come along with me and learn how to identify the service behind ANY Facade you might see in the framework.
Laravel SEO made easy with the Honeystone package https://laravel-news.com/laravel-seo-honeystone
Laravel News
Laravel SEO made easy with the Honeystone package - Laravel News
The Honeystone SEO package for Laravel makes configuring SEO metadata from anywhere within your Laravel application a breeze.
Asset Prefetching Strategies with Vite in Laravel 11.21 https://laravel-news.com/laravel-11-21-0
Laravel News
Asset Prefetching Strategies with Vite in Laravel 11.21 - Laravel News
The Laravel team released v11.21 this week, which includes asset prefetching strategies for Vite, a convenience method to force-destroy a model with soft deletes, testing helper updates, and more.