Automate your Laravel tasks like a pro! ⚙️
With a few simple steps, you can set up cron jobs that handle routine work on autopilot, no manual effort needed.
💡 Learn how to create, schedule and run crons in Laravel effortlessly.
#laravel #webdevelopment #php #laraveltips #developers #webdev #coding
How we cut #Laravel development time by 40%!
From generating models in seconds to resetting databases with a single command, Laravel’s Artisan CLI is a true game-changer for developers. These quick commands can save hours of repetitive work ⏱️💻
#laraveltips #webdevelopment #laraveldevelopers
💡 If you're using the Cache facade in Laravel to store data, don’t forget to define how and when it should be cleared 🧹
Avoid surprises and stale data with strategies like observers, events, or well-defined TTLs.
#LaravelTips #PHP
📊 Usare Chart.js in Laravel 11
Scopri come integrare grafici dinamici nei tuoi progetti Laravel 11 con Chart.js. Guida passo passo + codice di esempio.
🇮🇹 #Laravel #ChartJS #PHP #WebDev #LaravelTips
enrico-dev.com/2025/07/09/u...
💡 Did you know you can add multiple columns after another one in a single call with Laravel?
It's clean, elegant, and keeps your DB tidy.
Thanks Povilas Korop for the tip!
#Laravel #PHP #LaravelTips
💡 Want to filter an array by keys in PHP?
👀 You can use array_filter(..., ARRAY_FILTER_USE_KEY)
⚡️ But with Laravel, Arr::only() makes it much cleaner and more readable.
#LaravelTips #PHP #CleanCode
🚀 New on the blog: Writing Effective Laravel Cursor Rules!
Master cursor pagination with precision — boost performance and keep your queries clean.
🔗 Read now: www.laraveljutsu.net/blog/writing...
#Laravel #PHP #WebDev #LaravelTips
🚨 Laravel tip: Want to send notifications to a different email based on the type?
With routeNotificationForMail(), you can redirect specific notifications to custom addresses.
👨👩👧👦 Parents get the truancy alerts, not the student 😉
#LaravelTips #PHP
🧀 #NewInLaravel 12.14.0
You can now use useCurrent() for date and year columns in your migrations, just like you already do with timestamp.
No more hacking default values with raw SQL or now().
#LaravelTips
🧀 #NewInLaravel 12.14.0
Laravel's Context object just got new powers:
except() and exceptHidden() to clean up context data before logging or sharing it.
This gives precise control over what’s kept in the context, great for privacy, debugging, and clear logs.
#LaravelTips
🔍 The pruning() method in Laravel runs right before a Prunable model gets deleted.
Perfect for cleaning up files or related data ahead of delete().
In this case, it deletes the file linked to an old Invoice.
#Laravel #PHP #LaravelTips
🔧 Did you know Laravel has a trait called Prunable?
It lets you easily delete old models with a single method. Perfect for keeping your DB clean!
Schedule a command and... bye clutter! #LaravelTips #PHP
⚙️ Starting with Laravel 11, if for some reason you need to change the middleware order, you can do it in bootstrap/app.php.
#Laravel #PHP #LaravelTips
Build powerful web apps with clean code, rapid development, and built-in security.
Laravel is the go-to PHP framework for modern developers.
For more details:
blog.crowncloud.net/post/laravel...
#Laravel #WebDevelopment #PHP #DevTools #ScalableApps #SecureCoding #LaravelTips #BackendDev
🔧 passedValidation() is the perfect spot in a Laravel Form Request to tweak data after validation but before hitting the controller. Great for merging or modifying attributes! #LaravelTips #PHP
Optimize Your Laravel Factories! ⚡
Go over the recycle method with @harrisrafto.eu to:
🎯 Reuse models across factories
🚀 Perfect for complex test data
✨ Improve testing performance
Give us a ❤️ if this helped, and follow for more Laravel tips!
#laravel #laraveltips
Build powerful web apps with clean code, rapid development, and built-in security.
Laravel is the go-to PHP framework for modern developers.
For more details:
blog.crowncloud.net/post/laravel...
#Laravel #WebDevelopment #PHP #DevTools #ScalableApps #SecureCoding #LaravelTips #BackendDev
🔥 Use factory states in Laravel to quickly generate model instances with specific attribute values. Perfect for testing and seeders!
#Laravel #PHP #WebDevelopment #LaravelTips
Siempre hay algo nuevo que aprender, inclusive de las cosas básicas y primarias hay algo que pasamos por alto, te invito a profundizar en el config/app.php de tu proyecto de Laravel
#laravel #laraveltips #codetricks #coding
🔥 Avoid truncating errors in local Laravel environment! Add this to AppServiceProvider and see full error messages while developing.
#Laravel #DevelopmentTips #ErrorHandling #AppServiceProvider #PHP #WebDevelopment #LaravelTips #Programming
Master Nested Arrays in Laravel! ⚡
Discover replaceRecursive with @harrisrafto.eu and:
🎯 Update nested arrays safely
🚀 Handle user preferences
✨ Keep unmodified values intact
#laravel #laraveltips
Auto-replace setting example where if you type "blade", it automatically autocorrects to "blade", used when working with Laravel Blade files.
This might be one of my most handy autocorrect snippets for #laravel when working with blade files. #laraveltips
Master Collection Filtering in Laravel! ⚡
Discover with @harrisrafto.eu the takeWhile method:
🎯 Filter items until a condition fails
🚀 Perfect for sequential data processing
✨ Great for status tracking and validation flows
#laravel #laraveltips
New video on @laravelnews.com ! Learn how to use AsArrayObject and AsCollection and improve your JSON data handling!
#laravel #laraveltips
Laravel devs, what’s the most underrated feature you’ve discovered recently? 🌟 Share it—it might save someone’s day!
#Laravel #PHP #WebDevelopment #LaravelTips #DevCommunity
Elevate your Laravel applications with ZapKit’s features, including user management, payment gateways, subscription handling, AI-powered task automation, and a built-in blogging platform. Checkout 🔗
#Laravel #PHP #WebDevelopment #ZapKit #AIAutomation #UserManagement #PaymentIntegration #LaravelTips
Enhance your Laravel application’s performance by implementing queued events. Learn how to offload time-consuming tasks to queues, improving response times and scalability.
Link below 👇
#Laravel #PHP #WebDevelopment #QueuedEvents #PerformanceOptimization #Scalability #LaravelTips #Zapkit
Learn how to build decoupled, scalable applications using Laravel’s event system. Discover best practices for implementing events and listeners to enhance flexibility and maintainability.
Link below 👇
#Laravel #PHP #WebDevelopment #EventDrivenProgramming #DecoupledArchitecture #LaravelTips #Zapkit