thelaravelhub.bsky.social
@thelaravelhub.bsky.social
Pinned
Stay connected with the Laravel Hub squad at @dailydotdev and follow the newest Laravel updates, guides, and tutorials.

https://dly.to/7CIXfIovNlx
Laravel Ban is a handy package that makes blocking Eloquent models very easy.
https://laravel-hub.com/package/laravel-ban
November 27, 2025 at 6:53 PM
PHP’s ?: vs ?? — they look similar but behave very differently.
A quick guide with real examples to help you choose the right one:
https://laravel-hub.com/blog/understanding-the-elvis-operator-vs-the-null-coalescing-operator-in-php-the-clear-simple-difference
November 26, 2025 at 12:09 PM
Laravel Pagination vs Cursor Pagination.
Which one should you actually use? 🤔 Real-world examples, performance tips, and clear guidance for high-traffic apps.
https://laravel-hub.com/blog/laravel-offset-pagination-vs-cursor-pagination-when-to-use-what-with-real-world-examples
November 25, 2025 at 8:41 PM
Bag brings immutable, strongly typed value objects to modern PHP — with casting, validation, and smooth Laravel support.
https://laravel-hub.com/blog/bag-immutable-value-objects-for-modern-php
November 24, 2025 at 12:00 PM
Laravel Tip 💡:
You can customize how your app responds when route model binding can’t find a record.
Instead of throwing a 404, you can gracefully redirect users wherever you want.
A small feature, but super handy for SEO-safe redirects and cleaner UX.

Here’s a quick example:
November 24, 2025 at 2:13 AM
Krayin CRM is a clean, open-source CRM built on Laravel + Vue — modular, customizable, and perfect for SMEs and developers.
Read the quick overview:
https://laravel-hub.com/blog/krayin-crm-a-free-open-source-laravel-crm-for-modern-teams
November 23, 2025 at 3:35 PM
UnoPim is a powerful open-source PIM built on Laravel — centralized product data, enrichment, AI content, multi-channel, and built to scale.
Quick overview here:
https://laravel-hub.com/blog/unopim-open-source-product-information-management-for-laravel
November 22, 2025 at 12:18 PM
SQL Quiz ⚡️

Spot the issue in this query 👇
November 21, 2025 at 10:47 AM
🚀 PHP 8.5 is officially out, a clean, practical upgrade for everyday coding.

- Pipe operator
- Final property promotion
- Smarter locale features
- --ini=diff for cleaner config debugging

Full breakdown: https://laravel-hub.com/blog/whats-new-in-php-85
November 20, 2025 at 8:03 PM
Discover Aureus ERP — a modern, open-source ERP built on Laravel + Filament.
Modular, customizable, and ready for real business workflows.

https://laravel-hub.com/blog/aureus-erp-a-modern-open-source-erp-built-on-laravel-filament
November 20, 2025 at 3:23 PM
Laravel Tip 💡:

This handy little method dynamically checks for the next available slug, making sure every slug in your Laravel app stays perfectly unique.
Simple loop, zero collisions.
November 20, 2025 at 7:00 AM
Laravel tip:

If your jobs run too early inside a DB transaction, use ->afterCommit() to make them fire only when the data is actually saved.
No more ghost emails or missing records.

https://laravel-hub.com/blog/laravel-tip-dispatch-jobs-after-your-db-transaction-commits
November 19, 2025 at 12:00 PM
Laravel tip 💡:

Need to inspect or manipulate IP addresses?

Since Laravel relies on Symfony’s HttpFoundation under the hood, you get powerful IP utilities out of the box.

Great for logging, filtering, or security checks.
November 19, 2025 at 7:00 AM
Stay connected with the Laravel Hub squad at @dailydotdev and follow the newest Laravel updates, guides, and tutorials.

https://dly.to/7CIXfIovNlx
November 18, 2025 at 9:31 PM
Laravel MultiPersona, a lightweight package that lets users switch roles, accounts, or tenant contexts effortlessly.
Perfect for multi-tenant SaaS, role-based access, and apps where users.

https://laravel-hub.com/blog/laravel-multi-persona
November 18, 2025 at 12:01 PM
Laravel tip 💡:

The new RouteParameter attribute in Laravel 11.28 gives you clean, type-hinted access to route parameters.
No more manual lookups or $this->route() calls. It makes authorization and validation much more expressive.
November 18, 2025 at 7:00 AM
Laravel tip 💡:

After validating a request, you don’t need to manually clean up the input.

The safe() helper gives you a filtered, trustworthy dataset so you can pick exactly what your feature needs—no extra clutter.
November 17, 2025 at 7:00 AM
Passwordless auth in Laravel just got ridiculously simple.
I wrote a quick breakdown of Laravel Magic Login — how it works, why it’s secure, and when to use it.

Read it here:
https://laravel-hub.com/blog/laravel-magic-login-passwordless-auth-made-dead-simple
November 16, 2025 at 5:55 PM
Laravel tip 💡:
Accessors can reshape data on the fly, but sometimes you need the actual stored value.

getRawOriginal() gives you the pure database value with zero formatting — perfect for comparisons, audits, or debugging.
November 16, 2025 at 4:22 PM
Junior Laravel code works.
Senior Laravel code flows.

See how small refactors make a big difference in readability and performance:
https://laravel-hub.com/blog/writing-laravel-like-a-senior-refactoring-common-junior-mistakes
November 13, 2025 at 9:03 AM
Organize your Laravel app with ease using Laravel Taxonomy
It's a powerful package for managing categories, tags, and hierarchical data with nested-set performance.

https://laravel-hub.com/blog/laravel-taxonomy-flexible-hierarchies-categories-tags-for-your-laravel-app
November 11, 2025 at 11:47 AM
Need to store sensitive user data like emails or phone numbers securely?
Use maize-tech/laravel-encryptable, it automatically encrypts and decrypts model attributes while keeping queries and validation smooth.

https://laravel-hub.com/package/laravel-encryptable
November 9, 2025 at 4:00 PM
#Laravel tip of the day 💡

Stop using `dd()` and guessing your code’s performance.
Use Laravel’s built-in benchmark helper to measure execution time (in milliseconds) and make smarter, data-driven decisions.
November 9, 2025 at 12:08 PM
Learn how to use Route Model Binding like a PRO with slugs, enums, soft deletes, scoped bindings, and custom resolvers, all with real-world examples.

Read the full guide:
https://laravel-hub.com/blog/mastering-route-model-binding-in-laravel-from-basic-to-advanced
November 8, 2025 at 11:43 PM
Laravel Credits gives you a full ledger-based credit system with transfers, history, metadata, and more.

Read the article:
https://laravel-hub.com/blog/laravel-credits-build-credit-based-systems-effortlessly-in-laravel
November 3, 2025 at 3:29 PM