لا توجد نتائج لـ "#laraveltip"

💡 Laravel Tip Use when() in your Eloquent queries to conditionally apply clauses — clean & readable! This keeps your code elegant and avoids messy if conditions around your queries. #laraveltip #laravel #php

amit_m13's tweet image. 💡 Laravel Tip

Use when() in your Eloquent queries to conditionally apply clauses — clean & readable!

This keeps your code elegant and avoids messy if conditions around your queries.

#laraveltip #laravel #php

#LaravelTip Str::repeat() creative use cases - I love it

Here are some creative use cases for Laravel’s string repeat helper. What have you used it for in the past?



Did you know you don’t need to use both @if and @foreach to show a list in Laravel? Just use @forelse — it shows the items and handles the empty message too. So much cleaner! #laravel #laraveltip #php

amjpdev's tweet image. Did you know you don’t need to use both @if and @foreach to show a list in Laravel? Just use @forelse — it shows the items and handles the empty message too. So much cleaner!

#laravel #laraveltip #php

#LaravelTip: Want to automatically clean up old records from your database? Use the Prunable trait! No need for custom Artisan commands — Laravel handles it for you. Example: Let’s say you want to delete users who haven’t logged in for over a year:

TheAlienEmerson's tweet image. #LaravelTip: Want to automatically clean up old records from your database? Use the Prunable trait!
No need for custom Artisan commands — Laravel handles it for you. 

Example:

Let’s say you want to delete users who haven’t logged in for over a year:

#LaravelTip: If you want to reuse the same test with different data, consider utilizing data sets 👇

nagiworks's tweet image. #LaravelTip: If you want to reuse the same test with different data, consider utilizing data sets 👇

#LaravelTip: Ever encountered those rare but pesky unstable tests in your tests? Pest's handy "repeat" feature is perfect for catching those rate failures, even when they only happen once in a blue moon on your CI/CD. 🚀

nagiworks's tweet image. #LaravelTip: Ever encountered those rare but pesky unstable tests in your tests? Pest's handy "repeat" feature is perfect for catching those rate failures, even when they only happen once in a blue moon on your CI/CD. 🚀

#LaravelTip: Unlock the power of Laravel Factories with the overlooked recycle() method. - Boost test speed by 10x. - Dive deep into complex scenarios. - Save time on data setup before testing.

nagiworks's tweet image. #LaravelTip: Unlock the power of Laravel Factories with the overlooked recycle() method.

- Boost test speed by 10x.
- Dive deep into complex scenarios.
- Save time on data setup before testing.

#LaravelTip: Level up your testing game with PHP Faker in Laravel! Create nullable data with just the right touch of randomness, control it from 0% to 100%!

nagiworks's tweet image. #LaravelTip: Level up your testing game with PHP Faker in Laravel! Create nullable data with just the right touch of randomness, control it from 0% to 100%!

#LaravelTip: Laravel 11 finally introduces a method to test "failed," "released," and "deleted" queue jobs! This is so awesome—I had to take difficult routes to achieve this before!

nagiworks's tweet image. #LaravelTip: Laravel 11 finally introduces a method to test "failed," "released," and "deleted" queue jobs!

This is so awesome—I had to take difficult routes to achieve this before!

#LaravelTip: Laravel's "preventStrayRequests()" method stops actual requests during testing, useful for both third-party and local APIs. Tests may pass locally but fail in CI, where only the service under test is active, causing issues with unavailable APIs.

nagiworks's tweet image. #LaravelTip: Laravel's "preventStrayRequests()" method stops actual requests during testing, useful for both third-party and local APIs. Tests may pass locally but fail in CI, where only the service under test is active, causing issues with unavailable APIs.

#LaravelTip: Boost security and follow best practices by returning a 404 instead of a 403 during validation. 👇

nagiworks's tweet image. #LaravelTip: Boost security and follow best practices by returning a 404 instead of a 403 during validation. 👇

#LaravelTip: Magical helper yet provides a lot of value ... When you want to "Cache" a result of something during the request cycle and use it in multiple places.

nagiworks's tweet image. #LaravelTip: Magical helper yet provides a lot of value ...
When you want to "Cache" a result of something during the request cycle and use it in multiple places.

#LaravelTip: Laravel v11.27.1 introduced a new service provider method called "optimizes". You can now define commands to run with the "optimize" and "optimize:clear" commands, such as "queue:restart" or other custom commands 🚀

nagiworks's tweet image. #LaravelTip: Laravel v11.27.1 introduced a new service provider method called "optimizes".

You can now define commands to run with the "optimize" and "optimize:clear" commands, such as "queue:restart" or other custom commands 🚀

#laraveltip: You might want to apply global headers to all outgoing requests. For example, a global user agent can help identify your app's requests in other services or third-party APIs. Laravel already supports request and response middleware to achieve this 🚀

nagiworks's tweet image. #laraveltip: You might want to apply global headers to all outgoing requests. For example, a global user agent can help identify your app's requests in other services or third-party APIs. Laravel already supports request and response middleware to achieve this 🚀

#laravelTip: Keep your URLs/Services clean and easy to maintain!

nagiworks's tweet image. #laravelTip: Keep your URLs/Services clean and easy to maintain!

#LaravelTip: Finally, Retry Concurrent Requests Stuck with failed concurrent requests in Laravel 10 and earlier? Not anymore! Laravel 11's got your back. 🚀

nagiworks's tweet image. #LaravelTip: Finally, Retry Concurrent Requests

Stuck with failed concurrent requests in Laravel 10 and earlier? Not anymore! Laravel 11's got your back. 🚀

#LaravelTip: Eloquent API resources usually come wrapped in a "data" object—but what if you want to strip away that layer? Laravel's "withoutWrapping" method lets you do just that. 🚀

nagiworks's tweet image. #LaravelTip: Eloquent API resources usually come wrapped in a "data" object—but what if you want to strip away that layer? Laravel's "withoutWrapping" method lets you do just that. 🚀

#LaravelTip: Powered by Guzzle, the Laravel HTTP Client offers detailed request insights—track total time, download speed, and more! 🚀

nagiworks's tweet image. #LaravelTip: Powered by Guzzle, the Laravel HTTP Client offers detailed request insights—track total time, download speed, and more! 🚀

#LaravelTip: Auto-serialization of Eloquent models in jobs can lead to a ModelNotFoundException if they're deleted before processing. Avoid the hassle by setting deleteWhenMissingModels to true and seamlessly discard those jobs! 🚀

nagiworks's tweet image. #LaravelTip: Auto-serialization of Eloquent models in jobs can lead to a ModelNotFoundException if they're deleted before processing. Avoid the hassle by setting deleteWhenMissingModels to true and seamlessly discard those jobs! 🚀

لا توجد نتائج لـ "#laraveltip"
لا توجد نتائج لـ "#laraveltip"
Loading...

Something went wrong.


Something went wrong.


United States Trends