#laravel_tip результаты поиска
🔥 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…
                                            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…
                                            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…
                                            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.
                                            في لارافل، يمكن استخدام دالة slug لعمل "نقل حرفي" من اللغة العربية إلى الإنجليزية وهي مفيدة في إضافة بيانات أثناء التطوير.. حيث يكون الاسم الأصل باللغة العربية وهناك نقل حرفي آلي بالإنجليزية. "أحمد" => "ahmd" ربما ليس أدق ما يمكن لكن يفيد.. الشرح بالصورة.. #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. 🔥
                                            #laravel_tips make it short with a tip use modelkeys function #laravel_tip #laravel #php #phplaravel #code #laravelphp
                                            🚨 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 👉…
                                            في لارافل، استخدم 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!
                                            
                                            طريقة يسيرة لعمل Factory يعتمد على جدول آخر.. يأخذ من الموجود وإذا لم يوجد يستخدم Factory للModel #laravel #laravel_tip
                                            في لارافل، يمكن استخدام دالة slug لعمل "نقل حرفي" من اللغة العربية إلى الإنجليزية وهي مفيدة في إضافة بيانات أثناء التطوير.. حيث يكون الاسم الأصل باللغة العربية وهناك نقل حرفي آلي بالإنجليزية. "أحمد" => "ahmd" ربما ليس أدق ما يمكن لكن يفيد.. الشرح بالصورة.. #laravel_tip
                                            طريقة يسيرة لعمل Factory يعتمد على جدول آخر.. يأخذ من الموجود وإذا لم يوجد يستخدم Factory للModel #laravel #laravel_tip
                                            هناك مشكلة عند عمل slug عربي في لارافل باستخدام الدوال الافتراضية.. في الصورة عرض للمشكلة والحل. رابط StackOverFlow الذي فيه الحل stackoverflow.com/a/60265851/735… #laravel_tip
                                            Simple & powerful Laravel translation package. I find it very helpful. github.com/joedixon/larav… #laravel_tip #translation #php
في لارافل، استخدم str()->headline() للتحويل بين أنواع النصوص (cases) بدلًا من str()->title() انظر الصورة للتفاصيل.. #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:
                                            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:
                                            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 😀
                                            Definitely going to try this out! #Laravel #Laravel_tip #Livewire
Learn how to get started with @laravelphp Batches and how to show the batch progression in real-time with @LaravelLivewire 🤓 #php #laravel #livewire philo.dev/laravel-batche…
#laravel_tips make it short with a tip use modelkeys function #laravel_tip #laravel #php #phplaravel #code #laravelphp
                                            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
                                            في لارافل، يمكن استخدام دالة slug لعمل "نقل حرفي" من اللغة العربية إلى الإنجليزية وهي مفيدة في إضافة بيانات أثناء التطوير.. حيث يكون الاسم الأصل باللغة العربية وهناك نقل حرفي آلي بالإنجليزية. "أحمد" => "ahmd" ربما ليس أدق ما يمكن لكن يفيد.. الشرح بالصورة.. #laravel_tip
                                            طريقة يسيرة لعمل Factory يعتمد على جدول آخر.. يأخذ من الموجود وإذا لم يوجد يستخدم Factory للModel #laravel #laravel_tip
                                            في لارافل، استخدم str()->headline() للتحويل بين أنواع النصوص (cases) بدلًا من str()->title() انظر الصورة للتفاصيل.. #laravel_tip
                                            #laravel_tips make it short with a tip use modelkeys function #laravel_tip #laravel #php #phplaravel #code #laravelphp
                                            هناك مشكلة عند عمل 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
                                            
                                            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.
                                            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 😀
                                            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:
                                            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:
                                            Something went wrong.
Something went wrong.
United States Trends
- 1. Cheney 97K posts
 - 2. Election Day 110K posts
 - 3. Logan Wilson 7,026 posts
 - 4. #csm219 1,101 posts
 - 5. Mamdani 541K posts
 - 6. Shota 15.4K posts
 - 7. GO VOTE 87.9K posts
 - 8. New Jersey 187K posts
 - 9. Cuomo 254K posts
 - 10. Iraq 53.8K posts
 - 11. Good Tuesday 38K posts
 - 12. #tuesdayvibe 2,260 posts
 - 13. New Yorkers 79.3K posts
 - 14. Taco Tuesday 11.5K posts
 - 15. Virginia 182K posts
 - 16. Rickey 1,842 posts
 - 17. Rolex 17.5K posts
 - 18. Halliburton 4,480 posts
 - 19. No ID 60.3K posts
 - 20. Jerry 46.8K posts