#laravel 검색 결과

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 If you want to automatically delete old entries, you can use the Prunable Trait. No need to write custom commands:

laravelbackpack's tweet image. #Laravel Tip

If you want to automatically delete old entries, you can use the Prunable Trait. No need to write custom commands:

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

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

🎉 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 💡: 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

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

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

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

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

💻 Been working on my e-commerce admin dashboard for a while — excited to share progress! The Brands Module is shaping up nicely. #Laravel #WebDev #Coding

Emigee01's tweet image. 💻 Been working on my e-commerce admin dashboard for a while — excited to share progress! The Brands Module is shaping up nicely.
#Laravel #WebDev #Coding
Emigee01's tweet image. 💻 Been working on my e-commerce admin dashboard for a while — excited to share progress! The Brands Module is shaping up nicely.
#Laravel #WebDev #Coding
Emigee01's tweet image. 💻 Been working on my e-commerce admin dashboard for a while — excited to share progress! The Brands Module is shaping up nicely.
#Laravel #WebDev #Coding

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

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 Transfer large files seamlessly using streams:

laravelbackpack's tweet image. #Laravel Tip

Transfer large files seamlessly using streams:

#DailyResource Article by Dan Harrin How to build a CSV export system with Laravel Read now at bestoflaravel.com/go/3485 #php #laravel #webdev #javascript #tech #resources #developers

BestOfLaravel's tweet image. #DailyResource

Article by Dan Harrin
How to build a CSV export system with Laravel

Read now at
bestoflaravel.com/go/3485

#php #laravel #webdev #javascript #tech #resources #developers

CodeKudu ayuda a equipos Laravel a corregir automáticamente problemas de análisis estático en el código. ¡Empieza gratis! #Laravel #CodeKudu #DevTools - erdisma.short.gy/C40IAS

elRinconDeIsma's tweet image. CodeKudu ayuda a equipos Laravel a corregir automáticamente problemas de análisis estático en el código. ¡Empieza gratis! #Laravel #CodeKudu #DevTools - erdisma.short.gy/C40IAS

Make a #blogging website using #Laravel Making a blogging website is fun and exciting. Using Laravel, it becomes much more easier than you think. We will share how you can manage your perfect blogging website today. Table Of ContentsStep 1: install srxwebdesign.com/?p=1466


Laravel Devs - what are we all using? Aside from Cursor - I'm in VSCode and think I need to cull some subscriptions! #Laravel #AI #Coding


🚀 New Job Alert! Join Mailresponse as an Operations Lead/Dev Team Lead in Lakewood, CO. 💼 Help businesses maximize their direct mail impact with data-driven insights and tech. Work closely with clients and developers. 🌐 Apply here: larajobs.com/job/3752 #laravel


PayPulse where you can manage the Direct Sale, Invoice/Receipt & Product. Development begins soon! youtube.com/shorts/NejlXQ5… #nativephp #laravel

_vivek_mistry_'s tweet card. PayPuls - Smart Sales. Instant Bills

youtube.com

YouTube

PayPuls - Smart Sales. Instant Bills


For those running large-scale apps in Laravel — what’s the biggest project you’ve built, and how does it handle scaling & high load? I often see enterprises use Java or C#, so I’m curious about real-world Laravel performance stories. #Laravel #PHP #Backend #WebDev #Scalability


Laravel queue failover isn’t optional—it’s survival. Redis crashes, SQS throttles, jobs vanish. Here’s how real SaaS teams stayed resilient 👇 #Laravel #SaaS #DevOps #QueueFailover #SadiqueWrites medium.com/p/laravel-queu…


Looking for a new challenge? 💼 Pimono Software Design L.L.C is hiring a Senior Full Stack Laravel Developer! Join their amazing team and work on cool projects. Apply here: larajobs.com/job/3745 #laravel


Build smarter, faster & scalable web apps with Laravel — the PHP framework trusted by modern businesses. Let’s code innovation together! myratechnolabs.com/laravel-develo… #Laravel #WebDevelopment #PHP #AppDevelopment #Developers #TechInnovation

myratechnolabs's tweet image. Build smarter, faster & scalable web apps with Laravel — the PHP framework trusted by modern businesses.

Let’s code innovation together! myratechnolabs.com/laravel-develo…

#Laravel #WebDevelopment #PHP #AppDevelopment #Developers #TechInnovation

🔴 Descargar Archivos en #Laravel 🔴 Veremos como podemos descargar archivos en Laravel de la carpeta public y de disco.


Larastan 3.8.0 is released ✨ This release adds support for auto-detecting the phpMyAdmin SQL parser package, unsigned database column detection, and performance improvements. Make sure to read the release notes and give it a try! #php #phpstan #laravel


🚨 We’re Hiring: PHP/Laravel Developer! 📌 Position: PHP/Laravel Developer 💼 Experience: 1+ Year 📍 Location: Bhavnagar (Onsite) 📧 Apply now: [email protected] #Hiring #Laravel #PHPDeveloper #CareerOpportunity #LaravelJobs #TechHiring #DeveloperJobs #TechCareers #Hyvikk

HyvikkS's tweet image. 🚨 We’re Hiring: PHP/Laravel Developer! 

📌 Position: PHP/Laravel Developer
💼 Experience: 1+ Year
📍 Location: Bhavnagar (Onsite)

📧 Apply now: careers@hyvikk.com

#Hiring #Laravel #PHPDeveloper #CareerOpportunity #LaravelJobs #TechHiring #DeveloperJobs #TechCareers #Hyvikk

Say hello to ProfileHub! A powerful Laravel package for dynamic user profile management—custom fields, role-based access, admin UI & more. Built for scale, security, and developer joy. 🔗 profilehub.site #Laravel #PHP #OpenSource #DevTools #ProfileHub #LaunchDay


All 3 packages have surpassed 90% passing code coverage and are now also available on Packagist.org 🎉 I hope these tools help fellow #devs build better systems with #Laravel 💡 Check them out, contribute, and let’s keep pushing open-source forward together. #PHP


Bonjour 👋 Chaque printemps, la communauté #PHP se retrouve partout en France pour une journée de conférences et de partage organisé par l'@afup lors des AFUP Days ! 👉 laravel-france.com/posts/afup-day… Les appels à orateurs sont ouverts et la billetterie également ! #laravel

laravel_france's tweet image. Bonjour 👋

Chaque printemps, la communauté #PHP se retrouve partout en France pour une journée de conférences et de partage organisé par l'@afup lors des AFUP Days !

👉 laravel-france.com/posts/afup-day…

Les appels à orateurs sont ouverts et la billetterie également !

#laravel

#DailyResource Article by Ramiz Kongulov Configuring and Utilizing Multiple Databases in Laravel Read now at bestoflaravel.com/go/3486 #php #laravel #webdev #javascript #tech #resources #developers

BestOfLaravel's tweet image. #DailyResource

Article by Ramiz Kongulov
Configuring and Utilizing Multiple Databases in Laravel

Read now at
bestoflaravel.com/go/3486

#php #laravel #webdev #javascript #tech #resources #developers

LaravelのRequestとは?フォーム受信・URLパラメータ・バリデーションを初心者向けに図解+コードでやさしく解説しました。 今すぐチェック👉 gachi.engineer/6zfb #Laravel #初心者


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

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 arrow functions everywhere? 👇 Cleaner or harder to read? 👇

laravelbackpack's tweet image. #Laravel #PHP

Do you use arrow functions everywhere? 👇

Cleaner or harder to read? 👇

#Laravel Tip Transfer large files seamlessly using streams:

laravelbackpack's tweet image. #Laravel Tip

Transfer large files seamlessly using streams:

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

joydev_1's tweet image. 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 Tip If you want to automatically delete old entries, you can use the Prunable Trait. No need to write custom commands:

laravelbackpack's tweet image. #Laravel Tip

If you want to automatically delete old entries, you can use the Prunable Trait. No need to write custom commands:

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

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().

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

💻 Been working on my e-commerce admin dashboard for a while — excited to share progress! The Brands Module is shaping up nicely. #Laravel #WebDev #Coding

Emigee01's tweet image. 💻 Been working on my e-commerce admin dashboard for a while — excited to share progress! The Brands Module is shaping up nicely.
#Laravel #WebDev #Coding
Emigee01's tweet image. 💻 Been working on my e-commerce admin dashboard for a while — excited to share progress! The Brands Module is shaping up nicely.
#Laravel #WebDev #Coding
Emigee01's tweet image. 💻 Been working on my e-commerce admin dashboard for a while — excited to share progress! The Brands Module is shaping up nicely.
#Laravel #WebDev #Coding

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

Using Queue::fake() in Laravel tests to check jobs were dispatched without actually running them 🧐 From my Testing Laravel course - Oct 31 🎯 #Laravel #PestPHP

garyclarketech's tweet image. Using Queue::fake() in Laravel tests to check jobs were dispatched without actually running them 🧐

From my Testing Laravel course - Oct 31 🎯

#Laravel #PestPHP

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

Multi-language #laravel apps sound great… until they turn into a sloppy mess. Fast-forward 3 months after this convo… - The app is a half-translated soup. - Customers are confused. - The brand looks sloppy. - Everyone’s frustrated. But... what if there was a better way?! 🧵👇🏻

tabacitu's tweet image. Multi-language #laravel apps sound great… until they turn into a sloppy mess.

Fast-forward 3 months after this convo…
- The app is a half-translated soup.
- Customers are confused.
- The brand looks sloppy.
- Everyone’s frustrated.

But... what if there was a better way?! 🧵👇🏻

Loading...

Something went wrong.


Something went wrong.


United States Trends