Generate Tailwind Utility Stylesheets on Demand with Curlwind https://laravel-news.com/curlwind
Laravel News
Generate Tailwind Utility Stylesheets on Demand with Curlwind - Laravel News
Curlwind is a no-build Tailwind to get the CSS utility classes you want. It allows you to generate Tailwind stylesheets on demand and those generated stylesheets are cached indefinitely so your site stays fast.
๐3๐คทโโ2
Handling Bulk Imports in Filament https://laravel-news.com/handling-bulk-imports-in-filament
Laravel News
Handling Bulk Imports in Filament - Laravel News
Learn how to handle bulk imports in Filament
๐10
Write Tabular Assertions with Pest and PHPUnit https://laravel-news.com/tabular-assertions
Laravel News
Write Tabular Assertions with Pest and PHPUnit - Laravel News
Write readable, tabular test data for Pest and PHPUnit tests that allow you to describe data in a Markdown table-like format and compare it to the actual data.
๐ฅ11
Meet Aspen: Speedier & Smarter API Testing, Outshining Postman and Insomnia https://laravel-news.com/aspen
Laravel News
Meet Aspen: Speedier & Smarter API Testing, Outshining Postman and Insomnia - Laravel News
Treblle launched Aspen, a lightweight Mac app that is an alternative to Postman or Insomnia.
๐ฅ7๐3๐2
Laravel 10.42 - Global Defaults for the HTTP Client, a Max Validation Rule for Passwords, and More https://laravel-news.com/laravel-10-42-0
Laravel News
Laravel 10.42 - Global Defaults for the HTTP Client, a Max Validation Rule for Passwords, and more - Laravel News
Laravel v10.42 includes new global default options for the HTTP client, a max validation rule for the password rule object, a string unwrap helper, and more.
๐15โค3๐ฅ3
Download Over 1,500 Google Fonts in Your Laravel Project https://laravel-news.com/laravel-webfonts
Laravel News
Download Over 1,500 Google Fonts in Your Laravel Project - Laravel News
Laravel Webfonts is a package allowing you to download, install, and preload over 1,500 Google fonts locally in your Laravel project.
๐9๐คท7๐คฎ6โค1๐1
Create Dynamic Discounts with Custom Conditions on Laravel With the Discountify Package https://laravel-news.com/discountify
Laravel News
Create Dynamic Discounts with Custom Conditions on Laravel With the Discountify Package - Laravel News
Discountify is a Laravel package designed for managing dynamic discounts with custom conditions.
๐6
Eager Load Limit is Coming to Laravel 11 https://laravel-news.com/eager-load-limit
Laravel News
Eager Load Limit is Coming to Laravel 11 - Laravel News
Laravel 11 will include native support for Jonas Staudenmeir's popular eager-load-limit package. Learn now you can limit the number of eager loaded results with Eloquent.
โค19๐4๐2๐1
Dive into the Streamlined Directory Structure in Laravel 11 https://laravel-news.com/laravel-11-directory-structure
Laravel News
Dive into the Streamlined Directory Structure in Laravel 11 - Laravel News
Let's compare the big changes between the directory structure in Laravel 10 and Laravel 11.
๐15๐ฟ6
Laravel 11 Introduces the Dumpable Trait https://laravel-news.com/laravel-11-dumpable-trait
Laravel News
Laravel 11 Introduces the Dumpable Trait - Laravel News
Laravel 11 introduces the Dumpable trait to internally clean up code around dump() and dd(). You can also easily add these to your application and packages!
๐10๐10๐ฅด3โค2๐ฅ2๐1๐ฑ1
Model Casts are moving to methods in Laravel 11 https://laravel-news.com/model-casts
Laravel News
Model Casts are moving to methods in Laravel 11 - Laravel News
Laravel 11 moves the Model Casts from a property to a method
๐15๐4โค2
The once() Memoization Helper is Coming to Laravel 11 https://laravel-news.com/once-helper
Laravel News
The once() Memoization Helper is Coming to Laravel 11 - Laravel News
The once() memoization is coming to Laravel 11 next week. Learn about this unique helper and how it can make sure you get the same result no matter how many times you call an object method.
๐15โค3
Make your app faster with PHP 8.3 https://laravel-news.com/make-your-app-faster-with-php-83
Laravel News
Make your app faster with PHP 8.3 - Laravel News
By upgrading to 8.3, you can achieve a significant increase in speed. In this article, we dive into how PHP 8.3 can be a game changer. It can speed up your application's performance.
โค44
Debug Methods Built Into Laravelโs TestResponse https://laravel-news.com/debugging-laravel-test-response
Laravel News
Debug Methods Built Into Laravelโs TestResponse - Laravel News
Check out the cool debugging tools in Laravel's HTTP TestResponse class. They make debugging in the middle of assertion chains a breeze!
๐6
New Laravel 11 Apps Include a Health Check Endpoint https://laravel-news.com/laravel-11-health-endpoint
Laravel News
New Laravel 11 Apps Include a Health Check Endpoint - Laravel News
As part of the release of Laravel 11, new applications include a health `/up` endpoint.
๐17โค5
Herd 1.4.0 is now out with a pro version and Windows in the works https://laravel-news.com/herd-pro
Laravel News
Herd 1.4.0 is now out with a pro version and Windows in the works - Laravel News
Herd 1.4.0 is now released, and this update adds new features, improves existing ones, and comes with an optional Herd Pro.
๐11โค8๐4๐ฅด2
Ask AI Questions About Your Codebase from the CLI With Laragenie https://laravel-news.com/laragenie
Laravel News
Ask AI Questions About Your Codebase from the CLI With Laragenie - Laravel News
Laragenie: An AI chatbot for Laravel with an Artisan CLI integration. Index and ask questions about your codebase to learn about your models, controllers, and more.
๐คทโโ11๐5โค2๐1
Streamed JSON Responses Added to Laravel 10.43 https://laravel-news.com/laravel-10-43-0
Laravel News
Streamed JSON Responses Added to Laravel 10.43 - Laravel News
The Laravel team released v10.43 with support for streamed JSON responses, passing a class name to register a global eloquent scope, a new insertOrIgnoreUsing() Eloquent method, and more.
๐ฅ6โค4