Advertisement · 728 × 90
#
Hashtag
#LaravelTips
Advertisement · 728 × 90
Video

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

3 0 0 0
Video

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

2 0 0 0

💡 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

0 0 0 0
Preview
Usare Chart.js in Laravel 11 Come usare Chart.js in Laravel 11 per creare grafici dinamici e responsive. Guida semplice con esempi, vantaggi e best practice per dashboard.

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

4 0 0 0
Post image

💡 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

2 0 0 0
Post image

💡 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

1 0 0 0
Writing Effective Cursor Rules for Laravel/PHP Projects - LaravelJutsu Learn how to create effective Cursor Rules for Laravel/PHP projects that improve code quality, enforce architectural patterns, and enhance developer productivity.

🚀 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

1 0 0 0
Post image

🚨 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

0 0 0 0
Post image

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

2 0 0 0
Post image Post image

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

0 0 0 0
Post image

🔍 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

0 0 0 0
Post image Post image

🔧 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

0 0 0 0
Post image

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

1 0 0 0
Preview
Laravel: Scalable, Efficient, and Secure Web Application Development Today’s Article Delves into Laravel, a Leading PHP Framework for Web Application Development. What is Laravel? Laravel is a feature-rich, open-source PHP framework designed to simplify web…

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

1 0 0 0
Post image

🔧 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

0 0 0 0
Video

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

7 1 0 0
Preview
Laravel: Scalable, Efficient, and Secure Web Application Development Today’s Article Delves into Laravel, a Leading PHP Framework for Web Application Development. What is Laravel? Laravel is a feature-rich, open-source PHP framework designed to simplify web…

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

0 0 0 0
Post image

🔥 Use factory states in Laravel to quickly generate model instances with specific attribute values. Perfect for testing and seeders!
#Laravel #PHP #WebDevelopment #LaravelTips

0 0 0 0
Preview
Entendiendo el config de Laravel parte 1: app.php Una pequeña serie explicando los distintos archivos de tu proyecto en config/ esta vez app.php

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

0 0 0 0
Post image

🔥 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

0 0 0 0
Video

Master Nested Arrays in Laravel! ⚡

Discover replaceRecursive with @harrisrafto.eu and:

🎯 Update nested arrays safely

🚀 Handle user preferences

✨ Keep unmodified values intact

#laravel #laraveltips

3 1 0 0
Auto-replace setting example where if you type "blade", it automatically autocorrects to "blade", used when working with Laravel Blade files.

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

2 0 1 0
Video

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

10 3 0 0
Post image

New video on @laravelnews.com ! Learn how to use AsArrayObject and AsCollection and improve your JSON data handling!

#laravel #laraveltips

1 0 1 0

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

3 0 0 0
Preview
Enhance Laravel Apps with ZapKit Features Discover how ZapKit can enhance your Laravel applications. Learn about its features like user management, AI-powered automation and payment gateways

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

3 1 0 0
Preview
Laravel Queued Events for Performance Optimization Learn how to boost your Laravel application's performance using queued events. Discover strategies for efficient event handling and scalability.

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

2 0 0 0
Preview
Decoupled Applications with Laravel Events Discover how to build decoupled applications using Laravel's powerful event system. Learn to enhance scalability and maintainability with practical tips and examples.

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

1 0 0 0