#laravel_tip результаты поиска

🔥 Laravel has some awesome Request helper functions Here are some of the most interesting and lesser-known ones:

mmartin_joo's tweet image. 🔥 Laravel has some awesome Request helper functions

Here are some of the most interesting and lesser-known ones:

I often get hired to fix and contribute to Laravel codebases. Here are 7 things I do every time: 1. I clean up unnecessary files ✅ When new hires arrive, they get a feel for the codebase through the file explorer. The less clutter there is, the better. 2. I rename…

benjamincrozat's tweet image. I often get hired to fix and contribute to Laravel codebases.

Here are 7 things I do every time:

1. I clean up unnecessary files ✅

When new hires arrive, they get a feel for the codebase through the file explorer. The less clutter there is, the better.

2. I rename…

Added 5 more links to my new repo on large Laravel/PHP projects: github.com/LaravelDaily/L… - 3 tweets about projects with millions of monthly requests (with screenshots) - Link to 7 large open-source PHP projects - Link to BuiltWith collection of 600k+ (!) Laravel websites

PovilasKorop's tweet image. Added 5 more links to my new repo on large Laravel/PHP projects:
github.com/LaravelDaily/L… 

- 3 tweets about projects with millions of monthly requests (with screenshots)
- Link to 7 large open-source PHP projects
- Link to BuiltWith collection of 600k+ (!) Laravel websites
PovilasKorop's tweet image. Added 5 more links to my new repo on large Laravel/PHP projects:
github.com/LaravelDaily/L… 

- 3 tweets about projects with millions of monthly requests (with screenshots)
- Link to 7 large open-source PHP projects
- Link to BuiltWith collection of 600k+ (!) Laravel websites

Career tip. Wanna get more senior with Laravel? Master one feature: QUEUES. Almost all serious projects need them. Think about Forge, Cloud, or Nightwatch. - Server provisioning - Deployments - Email alerts - Custom reports - ... ^ Those are all queued jobs. So, you need to…

PovilasKorop's tweet image. Career tip.
Wanna get more senior with Laravel?

Master one feature:
QUEUES.

Almost all serious projects need them.

Think about Forge, Cloud, or Nightwatch.
- Server provisioning
- Deployments
- Email alerts
- Custom reports
- ...

^ Those are all queued jobs.

So, you need to…

We've just launched a new page giving you all the details on why we believe Laravel makes for a radically productive full-stack framework that pairs perfectly with the front-end you already love. ❤️ laravel.com/frontend

taylorotwell's tweet image. We've just launched a new page giving you all the details on why we believe Laravel makes for a radically productive full-stack framework that pairs perfectly with the front-end you already love. ❤️

laravel.com/frontend

Laravel's Number helper makes formatting numbers effortless. Abbreviations, ordinals, sizes and more 💅 Perfect for tables, dashboards or anywhere you want clean, readable output. In this example, I'm formatting numbers in a TextEntry inside a Filament Infolist 👌 Docs link in…

leandrocfe's tweet image. Laravel's Number helper makes formatting numbers effortless. Abbreviations, ordinals, sizes and more 💅

Perfect for tables, dashboards or anywhere you want clean, readable output. In this example, I'm formatting numbers in a TextEntry inside a Filament Infolist 👌

Docs link in…

New podcast episode alert! 🎧 Learn how to rebuild a decade-old app without a map. Dive into MVP tactics and teamwork tips! laravel-news.com/link/15997


This Week in Laravel: Laravel Modules, Livewire 4 Beta, and Where Are ALL Juniors? laraveldaily.com/post/this-week… My tradition of re-posting weekly newsletter issue as a public article.

PovilasKorop's tweet image. This Week in Laravel: Laravel Modules, Livewire 4 Beta, and Where Are ALL Juniors? laraveldaily.com/post/this-week… 

My tradition of re-posting weekly newsletter issue as a public article.

في لارافل، يمكن استخدام دالة slug لعمل "نقل حرفي" من اللغة العربية إلى الإنجليزية وهي مفيدة في إضافة بيانات أثناء التطوير.. حيث يكون الاسم الأصل باللغة العربية وهناك نقل حرفي آلي بالإنجليزية. "أحمد" => "ahmd" ربما ليس أدق ما يمكن لكن يفيد.. الشرح بالصورة.. #laravel_tip

watheq_show's tweet image. في لارافل، يمكن استخدام دالة slug لعمل "نقل حرفي" من اللغة العربية إلى الإنجليزية وهي مفيدة في إضافة بيانات أثناء التطوير.. حيث يكون الاسم الأصل باللغة العربية وهناك نقل حرفي آلي بالإنجليزية.
"أحمد" => "ahmd"
ربما ليس أدق ما يمكن لكن يفيد.. 

الشرح بالصورة..

#laravel_tip

لعمل تحقق بحسب المودل في لارافل #laravel_tip

watheq_show's tweet image. لعمل تحقق بحسب المودل  في لارافل

#laravel_tip

A few small treats in this week's Laravel release. First, a new "use" Blade directive for quickly importing a PHP class into a Blade template without using raw PHP tags. 🔥

taylorotwell's tweet image. A few small treats in this week's Laravel release.

First, a new "use" Blade directive for quickly importing a PHP class into a Blade template without using raw PHP tags. 🔥

لإرجاع خطأ من نوع validation ولكن دون validation في Form #laravel_tip

watheq_show's tweet image. لإرجاع خطأ من نوع validation ولكن دون validation في Form

#laravel_tip

ملاحظات في نسخ الكائنات في PHP وLaravel #laravel_tip #php_tip

watheq_show's tweet image. ملاحظات في نسخ الكائنات في PHP وLaravel

#laravel_tip #php_tip

🚨 SALE ALERT: Learn Database Indexes is 50% off. Get the illustrated guide to faster queries! 🚀 laravel-news.com/goodindexes


Un client pensait que son TTFB lent venait du serveur 😅 En réalité : ❌ Plugin “Converter for Media” → Cache-Control: Private ❌ Résidus SG Optimizer dans le .htaccess ✅ Serveur LWS : parfait Moralité : un .htaccess propre = un site rapide ⚡ Essayez LWS Optimize 👉…

NicolasLws's tweet image. Un client pensait que son TTFB lent venait du serveur 😅
En réalité :
❌ Plugin “Converter for Media” → Cache-Control: Private
❌ Résidus SG Optimizer dans le .htaccess
✅ Serveur LWS : parfait
Moralité : un .htaccess propre = un site rapide ⚡
Essayez LWS Optimize 👉…

في لارافل، استخدم str()->headline() للتحويل بين أنواع النصوص (cases) بدلًا من str()->title() انظر الصورة للتفاصيل.. #laravel_tip

watheq_show's tweet image. في لارافل، استخدم 
str()->headline()
 للتحويل بين أنواع النصوص (cases) بدلًا من 
str()->title()
انظر الصورة للتفاصيل..

#laravel_tip

Discover essential CI/CD pipelines for every Laravel project! 🚀 Dive into code quality checks and smart deployments. laravel-news.com/link/15987


Does Laravel/PHP scale? I've published the repo "Large Laravel/PHP Projects": github.com/LaravelDaily/L… I'll collect posts from people showcasing this tech-stack at scale. This is my first idea how we can make Laravel/PHP more popular. Contribute with PRs or replies below!

PovilasKorop's tweet image. Does Laravel/PHP scale?

I've published the repo "Large Laravel/PHP Projects":
github.com/LaravelDaily/L… 

I'll collect posts from people showcasing this tech-stack at scale.

This is my first idea how we can make Laravel/PHP more popular.

Contribute with PRs or replies below!
PovilasKorop's tweet image. Does Laravel/PHP scale?

I've published the repo "Large Laravel/PHP Projects":
github.com/LaravelDaily/L… 

I'll collect posts from people showcasing this tech-stack at scale.

This is my first idea how we can make Laravel/PHP more popular.

Contribute with PRs or replies below!

طريقة يسيرة لعمل Factory يعتمد على جدول آخر.. يأخذ من الموجود وإذا لم يوجد يستخدم Factory للModel #laravel #laravel_tip

watheq_show's tweet image. طريقة يسيرة لعمل Factory يعتمد على جدول آخر.. يأخذ من الموجود وإذا لم يوجد يستخدم Factory للModel

#laravel
#laravel_tip

ملاحظات في نسخ الكائنات في PHP وLaravel #laravel_tip #php_tip

watheq_show's tweet image. ملاحظات في نسخ الكائنات في PHP وLaravel

#laravel_tip #php_tip

في لارافل، يمكن استخدام دالة slug لعمل "نقل حرفي" من اللغة العربية إلى الإنجليزية وهي مفيدة في إضافة بيانات أثناء التطوير.. حيث يكون الاسم الأصل باللغة العربية وهناك نقل حرفي آلي بالإنجليزية. "أحمد" => "ahmd" ربما ليس أدق ما يمكن لكن يفيد.. الشرح بالصورة.. #laravel_tip

watheq_show's tweet image. في لارافل، يمكن استخدام دالة slug لعمل "نقل حرفي" من اللغة العربية إلى الإنجليزية وهي مفيدة في إضافة بيانات أثناء التطوير.. حيث يكون الاسم الأصل باللغة العربية وهناك نقل حرفي آلي بالإنجليزية.
"أحمد" => "ahmd"
ربما ليس أدق ما يمكن لكن يفيد.. 

الشرح بالصورة..

#laravel_tip

طريقة يسيرة لعمل Factory يعتمد على جدول آخر.. يأخذ من الموجود وإذا لم يوجد يستخدم Factory للModel #laravel #laravel_tip

watheq_show's tweet image. طريقة يسيرة لعمل Factory يعتمد على جدول آخر.. يأخذ من الموجود وإذا لم يوجد يستخدم Factory للModel

#laravel
#laravel_tip

هناك مشكلة عند عمل slug عربي في لارافل باستخدام الدوال الافتراضية.. في الصورة عرض للمشكلة والحل. رابط StackOverFlow الذي فيه الحل stackoverflow.com/a/60265851/735… #laravel_tip

watheq_show's tweet image. هناك مشكلة عند عمل slug عربي في لارافل باستخدام الدوال الافتراضية.. في الصورة عرض للمشكلة والحل.

رابط StackOverFlow  الذي فيه الحل
stackoverflow.com/a/60265851/735… 

#laravel_tip

في لارافل، استخدم str()->headline() للتحويل بين أنواع النصوص (cases) بدلًا من str()->title() انظر الصورة للتفاصيل.. #laravel_tip

watheq_show's tweet image. في لارافل، استخدم 
str()->headline()
 للتحويل بين أنواع النصوص (cases) بدلًا من 
str()->title()
انظر الصورة للتفاصيل..

#laravel_tip

لعمل تحقق بحسب المودل في لارافل #laravel_tip

watheq_show's tweet image. لعمل تحقق بحسب المودل  في لارافل

#laravel_tip

لإرجاع خطأ من نوع validation ولكن دون validation في Form #laravel_tip

watheq_show's tweet image. لإرجاع خطأ من نوع validation ولكن دون validation في Form

#laravel_tip

Quick #Laravel_tip: You can call a trait that contains a boot method, in a model with a boot method, by setting a "functional name" for the boot() method of the trait into your model's boot() logic:

SteveTrader256's tweet image. Quick #Laravel_tip:

You can call a trait that contains a boot method, in a model with a boot method, by setting a "functional name" for the boot() method of the trait into your model's boot() logic:

Quick #Laravel_tip: You can call a trait that contains a boot method, in a model with a boot method, by setting a "functional name" for the boot() method of the trait to be used in your model's boot() logic:

SteveTrader256's tweet image. Quick #Laravel_tip:

You can call a trait that contains a boot method, in a model with a boot method, by setting a "functional name" for the boot() method of the trait to be used in your model's boot() logic:

Quick #Laravel_tip: Besides defining `Route::controller()` for your routes, @laravelphp lets you use a variable in your `Route::` closure:

SteveTrader256's tweet image. Quick #Laravel_tip:

Besides defining `Route::controller()` for your routes, @laravelphp lets you use a variable in your `Route::` closure:

Quick #Laravel_tip: Laravel generates `where()` methods for each `$fillable[]` in your model, which just makes your code short and precise:

SteveTrader256's tweet image. Quick #Laravel_tip:

Laravel generates `where()` methods for each `$fillable[]` in your model, which just makes your code short and precise:

#laravel_tip #Laravel #Tips You can add conditions to your `withSum` query by passing a callback and a raw sql syntax. @DailyLaravel @PovilasKorop 😀

myckhelz's tweet image. #laravel_tip

#Laravel #Tips 

You can add conditions to your `withSum` query by passing a callback and a raw sql syntax.

@DailyLaravel @PovilasKorop 😀

Laravel tip : did you know u can add (->dd()) at the end of Eloquent sentence ? Instance of doing dd($result) you can put ->dd() as method directly at the end of your Eloquent sentence or any collection #Laravel #laravel_tip #Website

islamslam1's tweet image. Laravel tip : did you know u can add (->dd()) at the end of Eloquent sentence ? 
Instance of doing dd($result) you can put ->dd() as method directly at the end of your Eloquent sentence or any collection
#Laravel #laravel_tip
#Website

Нет результатов для «#laravel_tip»

لعمل تحقق بحسب المودل في لارافل #laravel_tip

watheq_show's tweet image. لعمل تحقق بحسب المودل  في لارافل

#laravel_tip

في لارافل، يمكن استخدام دالة slug لعمل "نقل حرفي" من اللغة العربية إلى الإنجليزية وهي مفيدة في إضافة بيانات أثناء التطوير.. حيث يكون الاسم الأصل باللغة العربية وهناك نقل حرفي آلي بالإنجليزية. "أحمد" => "ahmd" ربما ليس أدق ما يمكن لكن يفيد.. الشرح بالصورة.. #laravel_tip

watheq_show's tweet image. في لارافل، يمكن استخدام دالة slug لعمل "نقل حرفي" من اللغة العربية إلى الإنجليزية وهي مفيدة في إضافة بيانات أثناء التطوير.. حيث يكون الاسم الأصل باللغة العربية وهناك نقل حرفي آلي بالإنجليزية.
"أحمد" => "ahmd"
ربما ليس أدق ما يمكن لكن يفيد.. 

الشرح بالصورة..

#laravel_tip

ملاحظات في نسخ الكائنات في PHP وLaravel #laravel_tip #php_tip

watheq_show's tweet image. ملاحظات في نسخ الكائنات في PHP وLaravel

#laravel_tip #php_tip

لإرجاع خطأ من نوع validation ولكن دون validation في Form #laravel_tip

watheq_show's tweet image. لإرجاع خطأ من نوع validation ولكن دون validation في Form

#laravel_tip

طريقة يسيرة لعمل Factory يعتمد على جدول آخر.. يأخذ من الموجود وإذا لم يوجد يستخدم Factory للModel #laravel #laravel_tip

watheq_show's tweet image. طريقة يسيرة لعمل Factory يعتمد على جدول آخر.. يأخذ من الموجود وإذا لم يوجد يستخدم Factory للModel

#laravel
#laravel_tip

في لارافل، استخدم str()->headline() للتحويل بين أنواع النصوص (cases) بدلًا من str()->title() انظر الصورة للتفاصيل.. #laravel_tip

watheq_show's tweet image. في لارافل، استخدم 
str()->headline()
 للتحويل بين أنواع النصوص (cases) بدلًا من 
str()->title()
انظر الصورة للتفاصيل..

#laravel_tip

هناك مشكلة عند عمل slug عربي في لارافل باستخدام الدوال الافتراضية.. في الصورة عرض للمشكلة والحل. رابط StackOverFlow الذي فيه الحل stackoverflow.com/a/60265851/735… #laravel_tip

watheq_show's tweet image. هناك مشكلة عند عمل slug عربي في لارافل باستخدام الدوال الافتراضية.. في الصورة عرض للمشكلة والحل.

رابط StackOverFlow  الذي فيه الحل
stackoverflow.com/a/60265851/735… 

#laravel_tip

#laravel_tip: extend FormRequest class and override authorize and rules functions. With array you can append its key with .* to say that you need the validation on the elements not on the array itself! #php #laravel #code #optimization #openSource

ZFayod's tweet image. #laravel_tip:
extend FormRequest class and override authorize and rules functions.

 With array you can append its key with .* to say that you need the validation on the elements not on the array itself!
#php #laravel  #code #optimization #openSource
ZFayod's tweet image. #laravel_tip:
extend FormRequest class and override authorize and rules functions.

 With array you can append its key with .* to say that you need the validation on the elements not on the array itself!
#php #laravel  #code #optimization #openSource

Laravel tip : did you know u can add (->dd()) at the end of Eloquent sentence ? Instance of doing dd($result) you can put ->dd() as method directly at the end of your Eloquent sentence or any collection #Laravel #laravel_tip #Website

islamslam1's tweet image. Laravel tip : did you know u can add (->dd()) at the end of Eloquent sentence ? 
Instance of doing dd($result) you can put ->dd() as method directly at the end of your Eloquent sentence or any collection
#Laravel #laravel_tip
#Website

#laravel_tip Use @each directive to render a view for an array or a collection, It's a combination between loops and includes.

SamiMuReda's tweet image. #laravel_tip
Use @each directive to render a view for an array or a collection, It's a combination between loops and includes.

Quick #Laravel_tip: Laravel generates `where()` methods for each `$fillable[]` in your model, which just makes your code short and precise:

SteveTrader256's tweet image. Quick #Laravel_tip:

Laravel generates `where()` methods for each `$fillable[]` in your model, which just makes your code short and precise:

#laravel_tip #Laravel #Tips You can add conditions to your `withSum` query by passing a callback and a raw sql syntax. @DailyLaravel @PovilasKorop 😀

myckhelz's tweet image. #laravel_tip

#Laravel #Tips 

You can add conditions to your `withSum` query by passing a callback and a raw sql syntax.

@DailyLaravel @PovilasKorop 😀

Quick #Laravel_tip: You can call a trait that contains a boot method, in a model with a boot method, by setting a "functional name" for the boot() method of the trait into your model's boot() logic:

SteveTrader256's tweet image. Quick #Laravel_tip:

You can call a trait that contains a boot method, in a model with a boot method, by setting a "functional name" for the boot() method of the trait into your model's boot() logic:

Quick #Laravel_tip: Besides defining `Route::controller()` for your routes, @laravelphp lets you use a variable in your `Route::` closure:

SteveTrader256's tweet image. Quick #Laravel_tip:

Besides defining `Route::controller()` for your routes, @laravelphp lets you use a variable in your `Route::` closure:

Quick #Laravel_tip: You can call a trait that contains a boot method, in a model with a boot method, by setting a "functional name" for the boot() method of the trait to be used in your model's boot() logic:

SteveTrader256's tweet image. Quick #Laravel_tip:

You can call a trait that contains a boot method, in a model with a boot method, by setting a "functional name" for the boot() method of the trait to be used in your model's boot() logic:

Loading...

Something went wrong.


Something went wrong.


United States Trends