#laravel kết quả tìm kiếm
#Laravel and #PHP Tip Did you know… you can import multiple classes from a single namespace like this👇 Way cleaner, right? 😁
#Laravel Tip Did you know... You can fetch a single column directly with value() — simpler & faster than first().
#Laravel #PHP Do you use compact() when passing data to views....? Is it an elegant shorthand or readability killer? Drop your thoughts in the comments!👇
Laravel Tip 💡: Wrap a Pipeline in a DB Transaction Elegantly If you are using Laravel pipelines and wrapping the whole thing in a DB transaction, since Laravel v12.22 you can simplify your code by just calling "withinTransaction()" on the pipeline 🚀 #laravel
#Laravel Tip Did you know about… `whereAny()` method that can search multiple columns using OR logic in a cleaner way!👇
For all the #Laravel devs out there using Windows 💻 composer install — the most “productive” 5–10 minutes of every Laravel developer’s day 😅
#Laravel lazy() vs get() Did you know.... You can stream large datasets from the DB using lazy() — way more memory-efficient than get().
One thing I’ve learned as a developer: Don’t use the “popular” tool, use the right one. My latest construction site didn’t need Laravel — plain PHP did the job faster and cleaner. Growth is realizing efficiency > hype. #WebDev #PHP #Laravel
#Laravel #PHP Do you use ?? or stick with isset() ? Clean shortcut or confusing syntax? What do you think...👇
#Laravel #PHP Do you use compact() when passing data to views....? Is it an elegant shorthand or readability killer? Drop your thoughts in the comments!👇
Spent 22 hours debugging a Laravel “class not found” error. Checked everything, routes, namespaces, composer dump, you name it. The problem? My file was named admin.php instead of Admin.php. 22 hours. For one letter. Dev Misery😭💻 #Laravel #DevLife
Had an amazing time working with the @Laradevs team the biggest directory of Laravel developers! Even though I joined after launch, I learned so much about software development and teamwork. Truly a skill-boosting experience! #Laravel #Developers
#Laravel Tip If you want to automatically delete old entries, you can use the Prunable Trait. No need to write custom commands:
#Laravel #PHP Ever replaced a bunch of isset() checks with optional chaining? Smart move or risky readability hit? 👇
When your Laravel project starts looking like spaghetti 🍝 Meet Hiker, the toolkit that makes your code clean, scalable & beautiful. Built by Whitecube, available now in early access. 🔗 hiker.dev | 💻 demo.hiker.dev #Laravel #HikerDev #Whitecube #WebDev
Explorando las profundidades de #PHP7 y sus mejoras de rendimiento 🚀 me recuerda que siempre podemos optimizar lo existente. Como devs, nuestra magia está en reinventar, no solo en crear. #WordPress #Laravel ✨ ¡Nunca dejes de aprender y mejorar! #codinglife #devtips
Isolocity is hiring a Full stack web developer 📍 Remote/ Canada Only 💰 Cad 100,000 - 120,000 🏢 Full-Time #itjobsfromhome #react #laravel #mysql #fullstack itjobsfromhome.com/jobs/full-stac…
Looking for a new opportunity? 🚀 Isolocity is hiring a Full Stack Web Developer! Join their team and work on exciting projects. Apply now: larajobs.com/job/3757 #laravel
New job alert! 🚀 Shelterluv is hiring a Full Stack Engineer. Join their team and make a difference in the world of animal shelters! Apply now: larajobs.com/job/3756 #laravel
Laravel just unlocked AI superpowers 💥 NeuronAI, Mistral, Gemini—now plug straight into your controller. Generate, summarize, embed, caption—1 line of code. #php #Laravel #AIforDevs #NeuronAI #MistralAI #GeminiAI #SadiqueWrites medium.com/p/from-artisan…
🧩 Got a project stuck halfway? We specialize in taking over complex systems and finishing them right. #Laravel #NextJS #DevOps aldotek.com
Exciting opportunity for developers! 🚀 Kidlist, LLC is looking for a Full-Stack Laravel Web Developer. Ready to join a dynamic team and build amazing projects? Apply now! 👉 larajobs.com/job/3755 #laravel
飲食店予約アプリ 公開ページ確認導線のUX改善 ・店舗詳細ページをゲスト閲覧OKに変更 ・redirect優先度整理(redirect > intended > 店舗一覧) ・予約フォーム値を保持 → ログイン後に復元 ・オーナーで閲覧時は一般公開ビューであることを示すバナーを追加 #今日の積み上げ #個人開発 #Laravel
Wanna see me and @MikePageDev talk with @BurtDS about all things fun in #PHP - and more specifically - about making a realtime game in #Laravel? PHP Alive and kicking - 8pm UK time tonight on all good @phparch channels.
Integra datos de búsqueda en tiempo real de Google, Amazon y más en tu app Laravel con SerpAPI. Crea agentes IA que recuperen respuestas frescas y vigilen tendencias. #Laravel #SerpAPI #RealTimeSearch - erdisma.short.gy/28eOW1
DEVS: Cache Smart Invalidation - #Laravel In Practice EP10 / Your cache is fast, but it's lying. #Laravel's flexible cache creates three keys per entry - and if you only clear one, stale metadata lingers. In this video, I show you how to build complete... ppub.link/bk5vy
DEVS: TikAPI SDK is PHP and #Laravel Package for the TikAPI / The TikAPI SDK is a PHP and #Laravel package for the unofficial TikTok API. This SDK provides a clean, scalable, and framework-agnostic wrapper for the TikAPI—making it easy to fetch... ppub.link/s03lm
Great opportunity for PHP Developers! 🌟 OnTheGoSystems is hiring and we want you. Want to work with an amazing team? Check out the job details now. Apply here: larajobs.com/job/3754 #laravel
Looking for your next big opportunity? 🌟 Join Mailresponse as an Operations Lead in Lakewood, CO! Lead teams, code, and communicate with clients all in one role. Salary $120–140K + profit sharing. Apply here: larajobs.com/job/3752 #laravel
Useful tool if you're struggling with database migrations. You can generate ready-to-use PHP Laravel migrations if you have a database structure, with ER diagram feature to easily design your database visually. #PHP #Laravel #database #SQL
Read “Service or Controller? 7 Rules that helps me to decide when to use service in Laravel“ by Coder Manjeet on Medium: codermanjeet.medium.com/service-or-con… #Laravel #PHP #programmer #Coding #codearchitecture #webdeveloper
#Laravel and #PHP Tip Did you know… you can import multiple classes from a single namespace like this👇 Way cleaner, right? 😁
Huge shoutout to @filamentphp 🎉 Frontend that vibes ✨ + backend that hustles 💪 = pure developer happiness 💜 At this point, Laravel without Filament feels like chai without sugar 🚀 #Laravel #FilamentPHP
#Laravel #PHP Ever replaced a bunch of isset() checks with optional chaining? Smart move or risky readability hit? 👇
#Laravel Tip Did you know about… `whereAny()` method that can search multiple columns using OR logic in a cleaner way!👇
Laravel Tip 💡: Wrap a Pipeline in a DB Transaction Elegantly If you are using Laravel pipelines and wrapping the whole thing in a DB transaction, since Laravel v12.22 you can simplify your code by just calling "withinTransaction()" on the pipeline 🚀 #laravel
#Laravel #PHP Do you use ?? or stick with isset() ? Clean shortcut or confusing syntax? What do you think...👇
#Laravel Tip Did you know... You can fetch a single column directly with value() — simpler & faster than first().
For all the #Laravel devs out there using Windows 💻 composer install — the most “productive” 5–10 minutes of every Laravel developer’s day 😅
🎮 Built a real-time multiplayer game with @laravelphp , @LaravelLivewire & Reverb! Yes, Laravel can handle real-time gameplay 🚀 Here’s how I did it: 🔗 youtu.be/tm-9ala3Fjw #Laravel #Livewire #Reverb #PHP
🎉 Zap for Laravel just got smarter! ✨ NEW: Buffer Time - add cleanup gaps between appointments 📅 NEW: Bookable Slots - auto-respect availability schedules All PR by @olivermbs 😍 Perfect for clinics, salons & consultations! 📖 Docs: zap-for-laravel.com #Laravel #PHP
#Laravel #PHP Do you use compact() when passing data to views....? Is it an elegant shorthand or readability killer? Drop your thoughts in the comments!👇
📣 登壇者募集しています! PHP、Laravel、最新のWeb開発に情熱のある方、大歓迎! 次回のイベントで、あなたの知識や経験をシェアしてみませんか? 応募しよう! 👉 forms.gle/UWqaUMsx4kvpu7… #php #laravel #phpxtky #phpxtokyo #cfp
When your Laravel project starts looking like spaghetti 🍝 Meet Hiker, the toolkit that makes your code clean, scalable & beautiful. Built by Whitecube, available now in early access. 🔗 hiker.dev | 💻 demo.hiker.dev #Laravel #HikerDev #Whitecube #WebDev
Using Queue::fake() in Laravel tests to check jobs were dispatched without actually running them 🧐 From my Testing Laravel course - Oct 31 🎯 #Laravel #PestPHP
Had an amazing time working with the @Laradevs team the biggest directory of Laravel developers! Even though I joined after launch, I learned so much about software development and teamwork. Truly a skill-boosting experience! #Laravel #Developers
#Laravel Tip If you want to automatically delete old entries, you can use the Prunable Trait. No need to write custom commands:
#Laravel Tip 🚀 In Laravel, the `Arr::hasAll` method allows you to check if all the specified keys are present in an array. It supports nested keys using dot notation and returns true only if every key exists.
Something went wrong.
Something went wrong.
United States Trends
- 1. Louisville 42.8K posts
- 2. Jets 128K posts
- 3. Courtois 66.7K posts
- 4. Sauce 86.8K posts
- 5. Liverpool 294K posts
- 6. Madrid 423K posts
- 7. MD-11 11.3K posts
- 8. Honolulu 3,412 posts
- 9. Colts 62.1K posts
- 10. Breece Hall 12.6K posts
- 11. Cheney 271K posts
- 12. Jared Isaacman 4,162 posts
- 13. UPS Flight 2976 6,232 posts
- 14. Quinnen Williams 29.5K posts
- 15. Beane 6,221 posts
- 16. Conor Bradley 30.9K posts
- 17. #いい推しの日 822K posts
- 18. McDonnell Douglas 4,128 posts
- 19. Azzi 5,039 posts
- 20. Penning 4,227 posts