-
ترفند های برنامه نویسی
تفاوت hasMany با belongsToMany
One to many(hasMany): A user has many(can have many) article. So, Many article belongs to one user. Many to many(BelongsToMany): A…
بیشتر بخوانید » -
ترفند های برنامه نویسی
کاربرد except() در @foreach
In statement “except($category -> id)”, using method “except()”,you can ignore a variable and separate it from the loop. For example,…
بیشتر بخوانید » -
ترفند های برنامه نویسی
استفاده از روابط WhereHas و orWhereHas در Eloquent
(whereHas – orWhereHas) are 2 Options for Access Eloquent Relationships. Retrieve posts with at least comment containing words like keyword……
بیشتر بخوانید » -
پادکست برنامه نویسی
چطوری برای یادگیری برنامه نویسی تمرکز کنیم؟
وقتی که شروع می کنیم به یادگیری برنامه نویسی، بعد از داشتن یک پلن خوب، نیاز به تمرکز داریم و…
بیشتر بخوانید » -
ترفند های برنامه نویسی
تابع fullUrl() در لاراول
With “request()->fullUrl()” in #laravel you can get to the link where you sent the request. And if needed, you can save it…
بیشتر بخوانید » -
ترفند های برنامه نویسی
استفاده از $loop->depth در لاراول
In Laravel’s recursion function, you can access the depth by using the variable $loop -> depth , and then put…
بیشتر بخوانید » -
ترفند های برنامه نویسی
استفاده از شرط های شخصی سازی شده در blade لاراول
You may consider adding a custom blade directive. Add something like this to AppServiceProvider boot() function For instance, you might…
بیشتر بخوانید » -
ترفند های برنامه نویسی
استفاده از Str::limit در لاراول
.The provided string is truncated by the Str::limit method to the predetermined length وقتی می خواهیم برای یک رشته (string)…
بیشتر بخوانید » -
ترفند های برنامه نویسی
استفاده از تابع Str::mask() در لاراول
There is a “Str::mask()” function that uses a repeated character, such “*,” to mask a section of the text همون…
بیشتر بخوانید » -
پادکست برنامه نویسی
چطوری برای رسیدن به اهدافمون برنامه ریزی کنیم؟
توی این پادکست خیلی کامل و خلاصه یکی از متد های برنامه ریزی برای رسیدن به موفقیت رو بهتون توضیح…
بیشتر بخوانید »