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

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

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

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

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

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 😅

#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

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

laravelbackpack's tweet image. #Laravel Tip

Transfer large files seamlessly using streams:

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

Rajkot Laravel devs, mark your calendars! 🗓️ The next Laravel Rajkot Meetup is happening on Sunday, Nov 23rd at 10 AM. Come learn, network, and dive deep into all things Laravel with local tech community. Register: allevents.in/rajkot/laravel… #Laravel #PHP #Rajkot #LaravelRajkot

LaravelRajkot's tweet image. Rajkot Laravel devs, mark your calendars! 🗓️

The next Laravel Rajkot Meetup is happening on Sunday, Nov 23rd at 10 AM. 

Come learn, network, and dive deep into all things Laravel with local tech community.

Register: allevents.in/rajkot/laravel…

#Laravel #PHP #Rajkot #LaravelRajkot

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

#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 #初心者


🚀 Acabo de desplegar un sitio en WordPress que carga en menos de 1 segundo! La clave? Un plugin personalizado en Laravel que optimiza cada recurso al máximo. La unión perfecta entre #WordPress y #Laravel no es un mito, es pura eficiencia 💥 #webdev #PHP #tecnología


World Trade Organization is hiring a Senior Laravel Developer 📍 Remote 💰 Starting At Chf 200 Per Day, Negotiable 🏢 Full-Time #itjobsfromhome #laravel #fullstack #sql #alpinejs #tallstack itjobsfromhome.com/jobs/senior-la…


Started hosting my HelpDesk app across VMs using Hyper-V Frontend (Vue + Vite) is now accessible from client VMs Next step — getting the Laravel backend fully connected! Learning a lot about networking, ports & configs along the way 😅 #Laravel #VueJS #HelpDesk #DevJourney

Caeser_Panda's tweet image. Started hosting my HelpDesk app across VMs using Hyper-V 

Frontend (Vue + Vite) is now accessible from client VMs 
Next step — getting the Laravel backend fully connected!
Learning a lot about networking, ports & configs along the way 😅

#Laravel #VueJS  #HelpDesk #DevJourney
Caeser_Panda's tweet image. Started hosting my HelpDesk app across VMs using Hyper-V 

Frontend (Vue + Vite) is now accessible from client VMs 
Next step — getting the Laravel backend fully connected!
Learning a lot about networking, ports & configs along the way 😅

#Laravel #VueJS  #HelpDesk #DevJourney
Caeser_Panda's tweet image. Started hosting my HelpDesk app across VMs using Hyper-V 

Frontend (Vue + Vite) is now accessible from client VMs 
Next step — getting the Laravel backend fully connected!
Learning a lot about networking, ports & configs along the way 😅

#Laravel #VueJS  #HelpDesk #DevJourney

Stop Using Switch Statements for Algorithms The Strategy Pattern is perfect for this Perfect for: ✅ Add behaviors without edits ✅ Isolated testing ✅ No giant switches ✅ SOLID in practice One algorithm, one class 🎯 #laravel

renatohysa's tweet image. Stop Using Switch Statements for Algorithms

The Strategy Pattern is perfect for this

Perfect for:
✅ Add behaviors without edits
✅ Isolated testing
✅ No giant switches
✅ SOLID in practice

One algorithm, one class 🎯

#laravel
renatohysa's tweet image. Stop Using Switch Statements for Algorithms

The Strategy Pattern is perfect for this

Perfect for:
✅ Add behaviors without edits
✅ Isolated testing
✅ No giant switches
✅ SOLID in practice

One algorithm, one class 🎯

#laravel
renatohysa's tweet image. Stop Using Switch Statements for Algorithms

The Strategy Pattern is perfect for this

Perfect for:
✅ Add behaviors without edits
✅ Isolated testing
✅ No giant switches
✅ SOLID in practice

One algorithm, one class 🎯

#laravel
renatohysa's tweet image. Stop Using Switch Statements for Algorithms

The Strategy Pattern is perfect for this

Perfect for:
✅ Add behaviors without edits
✅ Isolated testing
✅ No giant switches
✅ SOLID in practice

One algorithm, one class 🎯

#laravel

飲食店予約アプリ ・「詳細+編集」→ 「編集+公開ページリンク(アイコン)」 に変更 ・公開ページアイコンに hoverでツールチップ 追加 ・リンクはクリックで別タブ表示 ・サイドバーの hover / active を復活 今日はお出かけして疲れた… #今日の積み上げ #個人開発 #Laravel

N_kAWA0817's tweet image. 飲食店予約アプリ

・「詳細+編集」→ 「編集+公開ページリンク(アイコン)」 に変更
・公開ページアイコンに hoverでツールチップ 追加
・リンクはクリックで別タブ表示

・サイドバーの hover / active を復活

今日はお出かけして疲れた…

#今日の積み上げ #個人開発 #Laravel

Built a desktop app with @nativephp that downloads orders, prints order tickets, and fetches attachments. All is done with in 3 days. (Printing design took time ) Dream come true: building apps with PHP/Laravel. Thanks #NativePhp, #Laravel

asifmushtaqse's tweet image. Built a desktop app with @nativephp that downloads orders, prints order tickets, and fetches attachments. All is done with in 3 days. (Printing design took time )

Dream come true: building apps with PHP/Laravel.
Thanks #NativePhp, #Laravel
asifmushtaqse's tweet image. Built a desktop app with @nativephp that downloads orders, prints order tickets, and fetches attachments. All is done with in 3 days. (Printing design took time )

Dream come true: building apps with PHP/Laravel.
Thanks #NativePhp, #Laravel

#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

Free trials sound simple, but they come with challenges like abuse, usage limits, and finding the right balance. I’ll soon share how I built the trial system, handled misuse, and the lessons learned. Stay tuned. 🚀 #Laravel #Developers #CustomerExperience


Ever heard the saying “Let them taste the cake before buying it”? 🍰 That’s what I just did with my passive income app: added a trial system so new users can try it before spending a kobo. Sometimes a small taste builds more trust than any ad. 👀 #Laravel #SaaS #Entrepreneurship

dequietsammy's tweet image. Ever heard the saying “Let them taste the cake before buying it”? 🍰

That’s what I just did with my passive income app: added a trial system so new users can try it before spending a kobo.
Sometimes a small taste builds more trust than any ad. 👀
#Laravel #SaaS #Entrepreneurship

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

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

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 😅

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

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 #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 #PHP #個人開発

N_kAWA0817's tweet image. 飲食店予約アプリ
店舗責任者向けの「通知一覧ページ」実装

・通知カテゴリ:予約 / レビュー / システム
・ステータス:未読・既読
・一括操作:既読・アーカイブ・削除
・未読数はベルアイコンにリアルタイム反映

明日は店舗詳細情報の修正画面を実装します。

#Laravel #PHP #個人開発

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

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

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?! 🧵👇🏻

#Laravel Tip 🚀 In Laravel 12, you can automatically cast Eloquent attributes to HTML strings using `AsHtmlString::class`.

iamgurmandeep's tweet image. #Laravel Tip 🚀

In Laravel 12, you can automatically cast Eloquent attributes to HTML strings using `AsHtmlString::class`.

Rajkot Laravel devs, mark your calendars! 🗓️ The next Laravel Rajkot Meetup is happening on Sunday, Nov 23rd at 10 AM. Come learn, network, and dive deep into all things Laravel with local tech community. Register: allevents.in/rajkot/laravel… #Laravel #PHP #Rajkot #LaravelRajkot

LaravelRajkot's tweet image. Rajkot Laravel devs, mark your calendars! 🗓️

The next Laravel Rajkot Meetup is happening on Sunday, Nov 23rd at 10 AM. 

Come learn, network, and dive deep into all things Laravel with local tech community.

Register: allevents.in/rajkot/laravel…

#Laravel #PHP #Rajkot #LaravelRajkot

#Laravel Tip Load data faster when the targeted value is an integer. Use 𝘄𝗵𝗲𝗿𝗲𝗜𝗻𝘁𝗲𝗴𝗲𝗿𝗜𝗻𝗥𝗮𝘄() instead of the 𝘄𝗵𝗲𝗿𝗲𝗜𝗻() method to load data faster when the targeted value is an integer.

laravelbackpack's tweet image. #Laravel Tip
Load data faster when the targeted value is an integer. Use 𝘄𝗵𝗲𝗿𝗲𝗜𝗻𝘁𝗲𝗴𝗲𝗿𝗜𝗻𝗥𝗮𝘄() instead of the 𝘄𝗵𝗲𝗿𝗲𝗜𝗻() method to load data faster when the targeted value is an integer.

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

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

Loading...

Something went wrong.


Something went wrong.


United States Trends