Laravel Under The Hood - A Little Bit of Macros
– blog.oussama-mater.tech - submitted by Oussama Mater
One way to extend Laravel with custom methods is through macros and mixins. Let me show you how!
Read more [blog.oussama-mater.tech]
– blog.oussama-mater.tech - submitted by Oussama Mater
One way to extend Laravel with custom methods is through macros and mixins. Let me show you how!
Read more [blog.oussama-mater.tech]
– armancodes.com - submitted by Arman Ahmadi
PHP relies on frameworks for speed, but GoLang’s simplicity fosters deeper control. PHP builds quickly, while GoLang builds deliberately with minimal dependencies—each language offers unique strengths for developers.
Read more [armancodes.com]
– lukapeharda.com - submitted by Luka Peharda
To do TDD or not to do TDD? That is the question. Personally I never bought into TDD practices. But I always use TDD when I need to develop a feature that will require me to test a lot of different variants and edge cases.
Read more [lukapeharda.com]
– backpackforlaravel.com - submitted by Karan Datwani
Read more [backpackforlaravel.com]
– ashallendesign.co.uk - submitted by Ash Allen
Read about how to use Volt to build Livewire components. We'll compare the functional API and class-based API and then look at how to test your Volt components.
Read more [ashallendesign.co.uk]
– github.com - submitted by Steve McDougall
Easily mask your data in your PHP application in an easy and intelligent way.
Read more [github.com]
– github.com - submitted by Osama Aldemeery
Onion is a lightweight PHP package designed to facilitate layered processing within applications, It provides a clean and efficient way to stack layers of functionality, allowing developers to create flexible and reusable components that can be easily composed and managed. Each layer can perform a specific operation on the data being passed through, making it simple to build complex workflows while maintaining clear separation of concerns.
Read more [github.com]
– srwiez.com - submitted by Eser DENIZ
I have been using Statamic for a while now and I have some thoughts on the future of Statamic.
Read more [srwiez.com]
– larafast.com - submitted by Sergey
Laravel is one of the most popular PHP frameworks, known for its elegant syntax and powerful features. Whether you are just starting out or looking to enhance your skills, building projects is one of the best ways to learn. In this article, we’ll explore 10 Laravel project ideas that range from beginner to advanced levels, helping you take your skills to the next level in 2024.
Read more [larafast.com]
– alsterholm.com - submitted by Andreas Alsterholm
A blog post explaining some benefits (and drawbacks) of using custom Eloquent collections.
Read more [alsterholm.com]
– github.com - submitted by Jasper Koers
Package for Localized Exceptions
Read more [github.com]
– backpackforlaravel.com - submitted by Karan Datwani
Read more [backpackforlaravel.com]
– glimpse.sh - submitted by Larry
Introduces a trait you can use in your Laravel projects to run seeders only once per database—implementing idempotent database seeding to keep things efficient, clean, and reliable across your preview environments.
Read more [glimpse.sh]
– www.mailcoach.app - submitted by Spatie
Read more [www.mailcoach.app]
– flareapp.io - submitted by Spatie
Read more [flareapp.io]
Read more [x.com]
– juststeveking.link - submitted by Steve McDougall
After years of wanting to publish a course, I finally got around to recording the Laravel API Course I wish I had when I was learning. There are 24 high quality videos, along with written tutorials, all for free with no sign up needed. Enjoy the content!
Read more [juststeveking.link]
– youtu.be - submitted by Bert De Swaef
In this episode of the Quick Win Wednesday series, we're talking about pushing things to the background in Laravel. Instead of using Jobs and a Queue, we can now defer things. Available for us since Laravel 11.23.
Read more [youtu.be]
– cpx.dev - submitted by Liam Hammett
Run Composer packages, effortlessly. No need to install tools into your app or as global dependencies.
Read more [cpx.dev]
– ashallendesign.co.uk - submitted by Ash Allen
Learn how to use the Pipeline class in Laravel to break complex workflows into smaller, isolated, focused processes. We'll then look at how to test our Laravel pipelines.
Read more [ashallendesign.co.uk]