#laravel 搜索结果
#Laravel Tip Did you know... Laravel has a Benchmark class that lets you measure the time of any task:
#Laravel and #PHP Tip Did you know… you can import multiple classes from a single namespace like this👇 Way cleaner, right? 😁
#Laravel lazy() vs get() Did you know.... You can stream large datasets from the DB using lazy() — way more memory-efficient than get().
#Laravel #PHP Ever replaced a bunch of isset() checks with optional chaining? Smart move or risky readability hit? 👇
#Laravel #PHP Do you use ?? or stick with isset() ? Clean shortcut or confusing syntax? What do you think...👇
🎉 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
For all the #Laravel devs out there using Windows 💻 composer install — the most “productive” 5–10 minutes of every Laravel developer’s day 😅
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
Option B: #Laravel Tips 💡 1️⃣ Need a throwaway disk for tests or temp exports without touching config? Use Laravel’s on-demand disks to spin up a filesystem at runtime. It keeps tests isolated and avoids polluting filesystems.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!👇
Retour en images sur le premier événement de la communauté @laravelsenegal ! Ce 1er novembre 2025, nous avons accueilli passionnés, développeurs et curieux à Orange Digital Center pour une journée d’échanges, de partage et de découvertes autour de Laravel. #laravel
#Laravel Tip Did you know... You can fetch a single column directly with value() — simpler & faster than first().
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
This is a really simple invoice app to help freelancers manage their invoices (I built it for myself). You can build something amazing on top of it, or help me improve it and make it more professional. Who knows? This might become my first great open-source project! #Laravel
#Laravel Tip Did you know about… `whereAny()` method that can search multiple columns using OR logic in a cleaner way!👇
本日ご紹介する記事はこちら! 【プログラミング独学】Laravel習得までに取り組んだ勉強内容・本【初心者】 #Laravel #勉強内容 kekenta-it-blog.com//alone-laravel… 25-11-09
Descubrí un truco en #WordPress que multiplica x2 la velocidad de carga de tu sitio 😲. Implementarlo lleva menos de 5 mins y los resultados son instantáneos. ¿Quieres saber cómo? Dale RT y comparte la magia ✨🚀 #Laravel #PHP #WebDevelopment #Innovación
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…
I was a #laravel enthusiast for a while, now I feel it is time to move #nextjs and #supabase. Similar capabilities, much faster shipping times, easier to find devs and for some reason LLMs seem to be doing a better job here , so also better to vibe code .
Just shipped the games catalog page for desktop and mobile. heresmyshelf.com #Laravel #TailwindCSS #BuildInPublic
🛠️ Debug Laravel issues faster in 2025! Check out my latest guide for common pitfalls, quick fixes, & snappy code snippets. Keep your apps bug-free and performant! #Laravel #PHP #webdev #Debugging #2025 medium.com/p/why-your-lar…
Just built my first AI coworker with @TelexIM — “Say It Nicer 🤖✨” A Laravel-powered agent that rewrites blunt text into a kinder tone. Building smarter, more polite systems — one API at a time. #HNG #Telex #Laravel #AI
New job alert! 🚀 Calling all Full-Stack Developers! BitterBrains is seeking a talented coder skilled in Vue.js and Laravel to join their remote team. Be part of innovative projects like Vue School and Nuxt Nation. Apply now: larajobs.com/job/3761 #laravel
A PR for #Laravel github.com/laravel/framew… Tell me your thoughts :-)
#Laravel lazy() vs get() Did you know.... You can stream large datasets from the DB using lazy() — way more memory-efficient than get().
JWT authentication for Laravel. Secure your API with JSON Web Tokens. #Laravel #JWT #APIAuthentication
See you in Verona 🇮🇹 on November 20. Laravelday! We’ll dig into Laravel’s source to see how it works under the hood and borrow tricks for our projects. Let’s hack the source. #LaravelDay #Laravel @grusp @LaravelDayIt @Laravel
Hey X 👋 I’m Olamide, a Web Developer (PHP/Laravel) learning DevOps to build and deploy smarter. I built @billently, an invoice generator that helps artisans, freelancers & small business owners bill with ease Sharing my builds, lessons & wins 🚀 #WebDev #Laravel #TechTwitter
Laravel 12 + JWT = secure APIs for 2025 ✅ Stateless auth ✅ Token refresh ✅ Route protection ✅ Real code examples If you're building apps, microservices—this is for you #Laravel #JWT #WebSecurity #API #SadiqueWrites #DeveloperExperience #Laravel12 medium.com/p/step-by-step…
#DailyResource Article by Sean Kegel Elevate Your Laravel Eloquent Queries with Tappable Scopes Read now at bestoflaravel.com/go/3490 #php #laravel #webdev #javascript #tech #resources #developers
#Laravel and #PHP Tip Did you know… you can import multiple classes from a single namespace like this👇 Way cleaner, right? 😁
#Laravel #PHP Ever replaced a bunch of isset() checks with optional chaining? Smart move or risky readability hit? 👇
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 Do you use ?? or stick with isset() ? Clean shortcut or confusing syntax? What do you think...👇
For all the #Laravel devs out there using Windows 💻 composer install — the most “productive” 5–10 minutes of every Laravel developer’s day 😅
#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 Did you know... You can fetch a single column directly with value() — simpler & faster than first().
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
🎉 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
i swear this documentation is causing me headeche #laravel #php #javascript #programming #webdeveloper
#Laravel Tip 🚀 In Laravel 12, you can automatically cast Eloquent attributes to HTML strings using `AsHtmlString::class`.
#Laravel Tip 🚀 In Laravel 12, you can use the `toResource()` helper directly on your Eloquent models. Just fetch your data, and instantly convert it into a clean, structured API resource.
#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.
#Laravel lazy() vs get() Did you know.... You can stream large datasets from the DB using lazy() — way more memory-efficient than get().
#Laravel Tip Did you know about… `whereAny()` method that can search multiple columns using OR logic in a cleaner way!👇
#Laravel Tip 🚀 The `Str::mask` method hides part of a string by replacing it with a repeated character, making it useful for covering things like emails or phone numbers.
Something went wrong.
Something went wrong.
United States Trends
- 1. Raindotgg 1,730 posts
- 2. Sam Houston 1,282 posts
- 3. Lubin 5,362 posts
- 4. Louisville 14.4K posts
- 5. Oregon State 4,762 posts
- 6. #GoAvsGo 1,498 posts
- 7. Batum N/A
- 8. UCLA 7,793 posts
- 9. Nuss 5,758 posts
- 10. Miller Moss 1,205 posts
- 11. Emmett Johnson 2,348 posts
- 12. #Huskers 1,079 posts
- 13. #FlyTogether 1,901 posts
- 14. #MASHLE 1,328 posts
- 15. Oilers 4,782 posts
- 16. #TalusLabs N/A
- 17. Bama 13.8K posts
- 18. Lateef 2,304 posts
- 19. Brohm 1,148 posts
- 20. Nikki Glaser N/A