#laravel resultados da pesquisa

🎉 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

LaravelJutsu's tweet image. 🎉 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
LaravelJutsu's tweet image. 🎉 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
LaravelJutsu's tweet image. 🎉 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 Tip Did you know... Laravel has a Benchmark class that lets you measure the time of any task:

laravelbackpack's tweet image. #Laravel Tip

Did you know... Laravel has a Benchmark class that lets you measure the time of any task:

#Laravel lazy() vs get() Did you know.... You can stream large datasets from the DB using lazy() — way more memory-efficient than get().

laravelbackpack's tweet image. #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 Do you use compact() when passing data to views....? Is it an elegant shorthand or readability killer? Drop your thoughts in the comments!👇

laravelbackpack's tweet image. #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 and #PHP Tip Did you know… you can import multiple classes from a single namespace like this👇 Way cleaner, right? 😁

laravelbackpack's tweet image. #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? 👇

laravelbackpack's tweet image. #Laravel #PHP

Ever replaced a bunch of isset() checks with optional chaining?

Smart move or risky readability hit? 👇

#Laravel Tip Transfer large files seamlessly using streams:

laravelbackpack's tweet image. #Laravel Tip

Transfer large files seamlessly using streams:

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

ODCSenegal's tweet image. 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
ODCSenegal's tweet image. 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
ODCSenegal's tweet image. 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
ODCSenegal's tweet image. 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 #PHP Do you use ?? or stick with isset() ? Clean shortcut or confusing syntax? What do you think...👇

laravelbackpack's tweet image. #Laravel #PHP

Do you use ?? or stick with isset() ?

Clean shortcut or confusing syntax?  What do you think...👇

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

Akr4mKhan's tweet image. 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 prefer sending mail inline or using a Mailable class? 👇

laravelbackpack's tweet image. #Laravel #PHP

Do you prefer sending mail inline or using a Mailable class? 👇

For all the #Laravel devs out there using Windows 💻 composer install — the most “productive” 5–10 minutes of every Laravel developer’s day 😅

JaiveerChavda's tweet image. 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

OussamaMater's tweet image. 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... You can fetch a single column directly with value() — simpler & faster than first().

laravelbackpack's tweet image. #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

trippyjeffjay's tweet image. 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

#Laravel Tip Did you know about… `whereAny()` method that can search multiple columns using OR logic in a cleaner way!👇

laravelbackpack's tweet image. #Laravel Tip

Did you know about… `whereAny()` method that can search multiple columns using OR logic in a cleaner way!👇

Fast ⚡ Secure 🔒 Scalable 🚀 Laravel — the framework powering tomorrow’s web apps. Build your next scalable app with KrishaWeb. #Laravel #WebDevelopment #PHPFramework #KrishaWeb

KrishaWeb's tweet image. Fast ⚡ Secure 🔒 Scalable 🚀

Laravel — the framework powering tomorrow’s web apps.

Build your next scalable app with KrishaWeb.

#Laravel #WebDevelopment #PHPFramework #KrishaWeb

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

metalogic's tweet image. 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


#Laravel lazy() vs get() Did you know.... You can stream large datasets from the DB using lazy() — way more memory-efficient than get().

laravelbackpack's tweet image. #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

essamamdani's tweet image. 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

olamzyweb's tweet image. 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

BestOfLaravel's tweet image. #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

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…


es una pesadilla programar con laravel, vite y agregar librerias como select2, definitivamente no funciona! el tema no se configura, el idioma menos. Mejor seria ir a la vieja usanza antes de vite. #vite #laravel #php #select2js #dev

apolinuxmax's tweet image. es una pesadilla programar con laravel, vite y agregar librerias como select2, definitivamente no funciona! el tema no se configura, el idioma menos. Mejor seria ir a la vieja usanza antes de vite. #vite #laravel #php #select2js #dev

#Laravel and #PHP Tip Did you know… you can import multiple classes from a single namespace like this👇 Way cleaner, right? 😁

laravelbackpack's tweet image. #Laravel and #PHP Tip

Did you know… you can import multiple classes from a single namespace like this👇

Way cleaner, right? 😁

#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!👇

laravelbackpack's tweet image. #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 #PHP Ever replaced a bunch of isset() checks with optional chaining? Smart move or risky readability hit? 👇

laravelbackpack's tweet image. #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

naamsachin's tweet image. 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
naamsachin's tweet image. 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
naamsachin's tweet image. 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
naamsachin's tweet image. 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...👇

laravelbackpack's tweet image. #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

LaravelJutsu's tweet image. 🎉 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
LaravelJutsu's tweet image. 🎉 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
LaravelJutsu's tweet image. 🎉 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 Tip Transfer large files seamlessly using streams:

laravelbackpack's tweet image. #Laravel Tip

Transfer large files seamlessly using streams:

#Laravel #PHP Do you prefer sending mail inline or using a Mailable class? 👇

laravelbackpack's tweet image. #Laravel #PHP

Do you prefer sending mail inline or using a Mailable class? 👇

For all the #Laravel devs out there using Windows 💻 composer install — the most “productive” 5–10 minutes of every Laravel developer’s day 😅

JaiveerChavda's tweet image. 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 Did you know... You can fetch a single column directly with value() — simpler & faster than first().

laravelbackpack's tweet image. #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

OussamaMater's tweet image. 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... Laravel has a Benchmark class that lets you measure the time of any task:

laravelbackpack's tweet image. #Laravel Tip

Did you know... Laravel has a Benchmark class that lets you measure the time of any task:

#laravel tip. I used this in a Filament action. Soo much cleaner 🔥🔥🔥

sandersjj's tweet image. #laravel tip. I used this in a Filament action. 
Soo much cleaner 🔥🔥🔥

👋 Hello Laravel developers, What are you building today? With LaraCopilot, you just describe your feature And watch the project structure, models, controllers, migrations, and views generate in seconds. #laravel #laraveldevelopers #laravelcommunity

laracopilot's tweet image. 👋 Hello Laravel developers,

What are you building today?

With LaraCopilot, you just describe your feature 

And watch the project structure, models, controllers, migrations, and views generate in seconds.

#laravel #laraveldevelopers #laravelcommunity

#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.

iamgurmandeep's tweet image. #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.

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

trippyjeffjay's tweet image. 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

#Laravel Tip Eager load relationships to avoid N+1 query issues👇

laravelbackpack's tweet image. #Laravel Tip

Eager load relationships to avoid N+1 query issues👇

#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.

iamgurmandeep's tweet image. #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.

Loading...

Something went wrong.


Something went wrong.


United States Trends