Jul 7, 2024
cache header
middleware.
public max age
.Artisan::call('command:name');
to_route
helper for redirecting to a specific route.array_column
vs. Collection::pluck
.before
and after
in Laravel collections.isContentUnlocked
instead of repeating conditions.dd
in Eloquentdd
on the same line in Eloquent.
Model::where(...)->dd();
percentage
method in Laravel 10's number class.
only
and except
in routes for public and private methods.
match
with multiple values to replace complex if-else structures.array_find
, array_find_key
, array_any
, and array_all
.preventLazyLoading()
with custom handling in production.