avatar
Laravel
Переслано от канала
02.10.2025 16:01
???? ?? Eloquent ??? ?????? ??? ??????? ?????? ???? ????? ???? ??????? ?? where ??????? ??????. ????:
User::where('email', $email)
->where('password', $password)
->first();

??? ??? ????? ??? ?????? ?? ?????? ???? ? ??????? ???? ?? ??? Dynamic Where ?
???? ??????? ???? ?? ???? ?? ??????? ???????:
User::whereEmailAndPassword($email, $password)->first();

????? ??? ??????

?????? ???? ?? ?? ??? ???? ??????.

???? ???? whereEmailAndPassword? ???? ?????? ???? ??? ???????? email ? password ??? ?????.

??? ?????? ?????? ?? And ?? Or ??????? ???.

?????:
// ??? ??? ?? ????
User::whereNameAndAge('Ali', 30)->first();

// ??? OR
User::whereEmailOrUsername($value, $value)->first();

?? ??? ?? ??? ????????

????? ?? ????? ???? ????

???????? ???? ? ?????

??? ?? ??????? ?????? (Composite Keys)


????? ??:
??? Dynamic Where ???? ?????? ???? ???? ?? ????????? ??????? ? ????.
#Laravel #Laravel_tip #??????

@GoldenCodeir ??

(?? ???? ? ????? ??? ???? ????)
https://x.com/Akr4mKhan/status/1973387425268507003?t=PqAyceJRXsgErfUOp8_wtQ&s=35
X (formerly Twitter)
Akram ?? (@Akr4mKhan) on X
Option B: #Laravel Tips ? 1?? Dynamic wheres aren't just cute - they’re super handy for quick lookups without repeating ->where()->where() chains. Perfect for things like login, lookups, or finding by composite keys.
? 1
21 903
29.09.2025 16:34
29.09.2025 10:48
???? ?? ?????? ?? ?????? ???? ?????? (Laravel)

???? ???? ???? ?? ?? ??? ?????? ???? ?????? (Laravel) ??? ?????? ? ??????? ?????? ?????? ?????? ????? ??? ???? ?? ???? ??????? ???? ?? ?????? ?? ???.

?? ???? ????? ?? ??????? ????? ????? ??? ?? ?? ???? ?????? ????? ???????.

???? ???? ???? ?? ??????? ????? ???? ? ????? ?????? ????? ? ?????????? ?????? ??????.

?? ????? ????? ????
??? ????? ??
1
avatar
Laravel
Переслано от канала
26.09.2025 17:28
??? ?? ?????????? ???? ?? ?? ??????? Cache Tags ???.
?? Tag ?????? ??? ???? ?? ??? ?? ??? ?? ?? ???? ????????? ???. ??????? ?????? ???? (???????? ?? ?????????) ???? ?????? ????.


?? ??? ?? ??? ???????

??? ?? ???????? ??? ???? (multi-tenant) ????. ?? ??? ??????? ????? ???? ?? ??? ?? ????? ?????.
???? ??? ????? ??? ?????? ????? ?? ?? ??? ??? ?? ??? ???? ?? Tag ???? ???? ????:

// ????? ??????? ?? ?? team-1
Cache::tags(['team-1'])->put('settings', ['lang' => 'fa', 'timezone' => 'Asia/Tehran'], 3600);

// ????? ???? ???? ?? ???? ??
Cache::tags(['team-1'])->put('members', ['Ali', 'Sara'], 3600);

// ??? ???? ??? ?????? team-1
Cache::tags(['team-1'])->flush();

?? ?? ???? ???

??? Cache Tags ??? ??? ????????? Redis ? Memcached ???????? ????.
??? file? database ?? dynamodb ??? ??????.


????? ??:

?? ??????? ?? Tag ?????? ??? ??? ????? ?? ???? ????????? ???? ???? ???? ?? ?????? ??????? ?????.

#Laravel #Laravel_tip #??????

@GoldenCodeir ??

(??????? ? ????? ??? ???? ????)
https://x.com/wendell_adriel/status/1971180406717210806?t=l7I87aVOAwuBep_DjhW18A&s=35
X (formerly Twitter)
Wendell Adriel (@wendell_adriel) on X
Laravel Tip ? Laravel Cache system provides a way to work with tags, providing an efficient way to group different values under the same tag. For example, you can create a cache tag for each team that uses your application and if a setting for that team changes or if you need
16 1.3K
19.09.2025 12:16
???? ??? ????
??????? ?????? ???? Senior Laravel developer
+ 5 ??? ?????
?? ???? ????? ?? ?????
18.09.2025 11:06
? 1
18.09.2025 10:46
???? ?? ?????? ?? ?????? ???? ?????? (Laravel)

???? ???? ???? ?? ?? ??? ?????? ???? ?????? (Laravel) ??? ?????? ? ??????? ?????? ?????? ?????? ????? ???? ?? ?????? ?? ???. ??????? ???? ??????? ?? ??? ?? ???? ?????? ????? ?? ??? ?? ???. ?? ???? ????? ?? ??????? ????? ????? ??? ?? ?? ???? ?????? ????? ???????.

??????? ?? ????? ? ?????? ??????? ? ???????? ???? ???? ???? (@hosseinphoenix_pv)? ??????????? ???? ????? ??? ????? ????? ?????????. ????? ?? ???? ?????? ?? ????? ????????? ?????? ??? ?? ?? ??? ???? ????? ????. ???? ????? ????? ?????? ???????? ????.

???? ???? ???? ?? ??????? ????? ???? ? ????? ?????? ????? ? ?????????? ?????? ??????.

?? ????? ????? ????
???? ?????
??? ????
2
16.09.2025 21:04
???? ???? ??
?? ????????? ???? ???????????? ?????? ? ?????? ??.
??? ???? ??????? ?? ???? ????? ?? ?????? ?? ??? ??????????? ??????? ????? ? ?????? ?? ??????? ???.

???? ???? ????? ????????? ????? ?? ????? ?? ??????? ??? ???????? ????? ????? ????? ????
10.09.2025 21:14
Laravel ????? ???????? ?????? ????? ???? ?? ???? ?? ?????? ?????? ???? ???? ?????? ????? ??... ??? ???? ???? ??? ??? ??? ??? ???? ????? ??? ? ??? ?????? ???? ?? ????? ??? ????? ????? ?? async ????? ??? ?? multi threading ???? 1- ???? php ???? async ???? ? multi threading ?? ????? ??? .net core ?????? ???? ?? ???? ?? ? ??? ????? ???? ?? php ? ?????? ?? ???????? ??? ?? ? ??? ? ?????? ???? concurrency ?? ???? ????? ??? spatie ???? ?????? ???? ??? ??? ??????? ???????? ?? ????! 2- ??? ?? .net core ???? ?????? ???? ???? ?? ?????? ???? ?? ?? ????? ?????? ??? ??? ???? ???? ???? ?? ????? ???? ????? ???? ????? ?? microservice ?????? ?? ?? ?????? cqrs ??????? ??? ?? ?? ?????? grpc ??? ??????? ??? ?? ???? ??? ???? real time ?????? ????? ???? ???? ??? ? ???? ?? php ? ?????? ???? ??? ???? ???? ??? ???? php ? ?????? ???? ??? ??? ????? ???? ?? ????? ?? ????? ??????? ?? ?????? ??? ?? ?????? ??? ?? .net core ???? ? ??? ?????? ?????? ????? ??? 3- ?? ???? ?? scale ????? ???? ???? strict type ???? ?? ????? ? ??????? ?????? ???? ??? ??? ????? ???? ???? ???? ?? ??? ? ?????? ?????? ????? ?? .net core ?? ?????? ?????? ??? ?? ???? ???? strict type ??? ??? ??? php ??????? ????? ????? ?? ?? ???? ??? ???? php ?? ?? ???? ??????? ???? 4- ?????? ????? php ???? ??? ????? ???? ? ??????? startup time ?????? ???? ? ??? ????? ?? ??? ???? ? ???? ??? ??? ???????? ????? ?????? ?? ??? ????? .net core ?? php ? ?????? ????? :))) 5- ?????? ??? ??? ???? ????? ? ??????? ????? ???? ????? ???? ???? ???? ?? ???? ??????? ?? ?????? ?????? ????? ??????? ???? ??? ?? ???? ???? ??????? ??? ?????? ?? ?? ???? ????? ?? ??? ??? ????? DDD ?????? ????? ?? ??? ??? ???? ?? ???? ?? ???? ?? .net core ??????? ???? ??? ????? ????? ?? scale ????? ???? ??? ?????? erp ?????? ??? ?????? microservice ?????? ??? ?????? ???? ??? ???? ? ???? ?? ?? ??????? ????? ??? ?? cqrs ??????? ??? ??? ?????? ?? ???? ??? ???????? ???????? ??? ????? ? ???????? ????? ??? ?????? ????? ? ?????? ????!! ??? ????? ???? ???? ? ???? ????? ? ????? ???? ?? ???? mvp ?????? ?????? ?????? ?????? ???? ???? ???? ?? ????? ?????? ???? ?? ?? ???? ?????? ?? php ???? ??? ????? ?????? ???? ?????? ?????? ???? ?????? ????
????? ???? ???? ? ??? ??????