avatar
Laravel (persian)
@LARAVELLINK
06.12.2025 19:57
???? ?????? ??
???? ??? ?? ????? ?? ???? ???? ????? ???? "?????????? ???????" ??????? ?? ??? ????? ???????? ????? ? ???????? ????? ?????? ????? ????. ??? ???? ?????? ????? ????? ???? ???????! ??

????? ?? ????? MySQL Mastery. ??? ???? ???????? ?? ???? Deadlock??? ???????????? ? ????? ?? ???????? ???. ???? ????? ???? ??? ??????? ??? (?? ????? ? ?? ???????).

????? ????? ??? ?????? ????? ?? ??????? ??????? ??? ?????? ?????? ???? (PR ?? Issue).

?? https://github.com/RasoulBassami/mysql-mastery
GitHub
GitHub - RasoulBassami/mysql-mastery: ? From Junior to Senior: The complete MySQL mastery course for PHP developers (Laravel & WordPress). Covers Deep Architecture, Indexing Strategies, Query Optimization & Scalability. ?? ?? ??
? From Junior to Senior: The complete MySQL mastery course for PHP developers (Laravel & WordPress). Covers Deep Architecture, Indexing Strategies, Query Optimization & Scalability....
avatar
Laravel (persian)
@LARAVELLINK
06.12.2025 16:38
Looking for a Laravel Developer with a minimum of 4 years of experience.

Requirements:

Fluent English

Fully remote position

Secure working environment

No Git / No code sharing

Reliable internet connection and a computer or laptop


You will join a team of 21 dedicated developers and work closely with a full-time CTO who provides continuous oversight and support.
avatar
Laravel (persian)
Переслано от канала
02.12.2025 00:28
?? ???? v1.0.2 ???? LARIS ????? ??.

?? ????? ???? ????? ?? ?????? ?? ?? Laris ????? ?????? ? ???????? ???????? ?? ???? ????????????? Laravel ????? ?????? ?? ?????? ?????? ??? ?? ????? ? ????? ? ????? ????.

??????? ???? :

# Basic performance analysis
laris laris:performance

# Detailed analysis with all metrics
laris laris:performance --detailed

# Focus on database performance
laris laris:performance --database

# Memory usage analysis
laris laris:performance --memory

# Route performance analysis
laris laris:performance --routes

# Export results to JSON
laris laris:performance --export=json


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

https://github.com/LaraPire/laris/releases/tag/v1.0.2

??? ??? :

https://github.com/LaraPire/laris
#??????

@TheRaymondDev
GitHub
Release v1.0.2 · LaraPire/laris
Changes: This PR introduces a comprehensive performance monitoring feature to Laris, providing Laravel developers with powerful tools to analyze and optimize their application's performance. ? ...
9 962
avatar
Laravel (persian)
@LARAVELLINK
01.12.2025 10:21
???? ?? ?? ??? ??????? ?? ???? ???? ?????? ?? bot ?????? ????? ???? ?? ??? ??????? ?? ?? ???? ???? ? ???? ?? bot ?????? ??? ????? ??? ??? ??? ?? ?????? ???? ????
1
avatar
Laravel (persian)
@LARAVELLINK
15.11.2025 13:33
How I can install php version 7.2 in phpstorm?
I wanted to setup laravel 5.6 that is needs php 7.2 to execute laravel
but unfortunately all php package I downloaded doesn't have php cli!
avatar
Laravel (persian)
Переслано от канала
15.11.2025 11:41
???? ?? ???? ????? ?? ?????? ?? "," ?? ";" ??? ???. ?? ??????? ?? split() ? ?? Regex ???? ??????? ?? ?? ?? ?????? ??? ????.

????:

let text = "apple,banana;orange,grape;melon";
let parts = text.split(/[,;]/);

console.log(parts);
// ["apple", "banana", "orange", "grape", "melon"]


????? ???? ???? ???? ", " ?? ";" ???? ??????? ????? ??? ??????

#Javascript #???????????
#???????????

@GoldenCodeir ??
(??????? ? ????? ??? ???? ????)
https://x.com/Shefali__J/status/1988564436559249609?t=3KBELet8DL6rU_-xqTFCDA&s=35
X (formerly Twitter)
Shefali (@Shefali__J) on X
JavaScript Tip? You can split a string at both commas and semicolons and create an array of individual elements.
? 1
13 1.5K
avatar
Laravel (persian)
Переслано от канала
13.11.2025 07:25
avatar
Laravel (persian)
Переслано от канала
13.11.2025 07:25
?? ??? ?????? ??
symfony/http-foundation
?????? ??? ???

symfony/http-foundation

CVE-2025-64500: Incorrect parsing of PATH_INFO can lead to limited authorization | bypass

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-64500

https://symfony.com/blog/cve-2025-64500-incorrect-parsing-of-path-info-can-lead-to-limited-authorization-bypass

https://www.tenable.com/cve/CVE-2025-64500?utm_source=chatgpt.com


composer show symfony/http-foundation

composer update symfony/http-foundation


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


#???
#laravel
#laravel_security
#security

??????? ????? ??
????
@developermanifest
2 235
avatar
Laravel (persian)
Переслано от канала
12.11.2025 22:23
?? Laravel ???? 12.16 ?? ??? ?? rule ???? ?? ??? in_array_keys ????? ??? :

$request->validate([
'data' => 'required|array|in_array_keys:name,email',
]);

???? ??????? data ???? ????? ??? ?? ??????? name ?? email ?? ????? ????? ???? ???? ?? ?? ?????.

?????? ??????? ???? rule :

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

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

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


?? ??? rule ??? ???? ?????? ?? ????? ?????. ???? ????? ??? ?? ????? ????? ?? ?????? ???? ?? ??? string ?? email ??????? ????.

? ???? ????:
$request->validate([
'user' => 'required|array|in_array_keys:name,email,password',
]);


???? ????? ??? ??????? ?? ??????? name? email ?? password ???? ?????? ????? Laravel ?? ???? ?????? ??? ?????????? ? ????? ?? ????? ?? ???? ????.
??? ??? ??? ??? ?? ?????? ????? ????? ?????? ????? ???? ????? ???.

#Laravel #Laravel_tip #??????

@GoldenCodeir ??
(??????? ? ????? ??? ???? ????)
https://x.com/mmartin_joo/status/1988233512273543234?t=2ABEYuKulqMioiYyYh6Umg&s=19
X (formerly Twitter)
Martin Joo (@mmartin_joo) on X
? New validation in Laravel 12.21 There's a new `in_array_keys` validation that ensures specific keys exist in your arrays. No more manual array_key_exists checks.
11 1.4K
avatar
Laravel (persian)
@LARAVELLINK
03.11.2025 21:49
avatar
Laravel (persian)
@LARAVELLINK
02.11.2025 18:51
?? ????????? ?? ?????? ?????? ?? ???? ??? ?? ???? ?? ?????? ????? ????:

?????? ???? ??: https://mktb.me/5uqe
?? ?? ????? : HBD
? ???? ??????? ?? 16 ????


???? ??? ?????? ???? ?? ?????????? ???:
???? ?????? ????????? ?????? ????
????? ? ???????????? ??????? ??? ? ??? ????? ???? ?…
avatar
Laravel (persian)
Переслано от канала
16.10.2025 22:38
??? open closed ?? ???? SOLID ?? ?????

??? ??? ???? ??:

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

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

?? ????? open closed

???? ??? ? ??????:
?? ?????? ?? ????? ????? ???????? ?????? ???? ?????? ???? ???? ????.

?????? ????????????:
?????? ?????????? ???? ???? ??????? ????? ???? ??????????? .

??????? ???? ??:
????????????? ??????? ?????? ???? ?????? ?? ????? ???????? ??? ????? ??? ????.

????? ?????:
????? ???? ?????? ?????? ??????? ??????? ?????????? ?????.

?? ????? ??:

??? open closed ??? ?? ???????? ???? ????? ?????????? ?? ?? ??????? ????? ????????? ?? ??????? ? ?? ??????? ????. ??? ??????? ????????? ????????????? ?? ??? ???? ?????? ??? ????? ???? ? ??? ????? ????? ????? ???? ??????? ????? ???? ??? ??? ?? ??? ??????.

#SOLID #OpenClosedPrinciple

(????????)
https://www.linkedin.com/posts/ali-mohammadi-5b7375389_solid-openclosedprinciple-share-7384671951681691649-2OGj?utm_source=share&utm_medium=member_android&rcm=ACoAAF-g0BsBHAA03jv74SJdJwUrgHFqATrvXb8
9 1.3K
avatar
Laravel (persian)
Переслано от канала
11.10.2025 22:56
??? S ?? ???? SOLID ???? Single Responsibility Principle (??? ?? ????????)

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

??? ??? ??????? ??? SOLID?????
???? ?? ???? ??? ??????? ????? ????:

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

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

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

?????:
?? ????? ??? ???? ?? ??????? ???? ?????? ? ???? ?????? ????.
??????? ??????? ????? ? ???? ???? ?? ????? ????? ??? ??? ????? ????? ???? ???? ????? ???? ????? ???? ?????.
#SOLID

@GoldenCodeir ??
(????????)
https://www.linkedin.com/posts/ali-mohammadi-5b7375389_solid-activity-7382848511261773824-diAJ?utm_source=share&utm_medium=member_android&rcm=ACoAAF-g0BsBHAA03jv74SJdJwUrgHFqATrvXb8
10 1.2K