Print Component with Laravel Blade and AlpineJS
– devdojo.com - submitted by Mithicher Baro
A simple reusable laravel blade component to print a section of the page when a button was pressed.
Read more [devdojo.com]
– devdojo.com - submitted by Mithicher Baro
A simple reusable laravel blade component to print a section of the page when a button was pressed.
Read more [devdojo.com]
– youtu.be - submitted by Jonne Roelofs
In this video we we will take a look at some of the problems you may run into when working with child components. Some of the problems you may encounter are unwanted re-ordering of your child components, child components becoming unresponsive and child components not refreshing their data.
Read more [youtu.be]
– itsrav.dev - submitted by Sourav R
Output Buffering is not so popular these days, but it is powerful. with simple vintage OB technique I made a real-time payment process UI
Read more [itsrav.dev]
– adevait.com - submitted by Filip Josifovski
Learn more about JWT authentication in Laravel, how to create new custom guards, issue and verify JWT tokens manually, and much more from this detailed tutorial.
Read more [adevait.com]
– aaronfrancis.com - submitted by Aaron Francis
A slight modification to traditional offset/limit pagination that can drastically boost performance.
Read more [aaronfrancis.com]
– github.com - submitted by Sam Carré
A Laravel/PHP package that allows you to write your API integrations in a beautiful, standardised syntax.
Read more [github.com]
– geisi.dev - submitted by Tim Geisendörfer
When using Laravel packages which are relying on Laravel's HTTP Client you sometimes want to change the behaviour how the package is interacting with external Services. One of the ways to do that is using the powerful dependency injection feature brought by the Laravel service container.
Read more [geisi.dev]
– github.com - submitted by Ashish Dhamala
A simple package to send mail notification to the user when password changes.
Read more [github.com]
– arunas.dev - submitted by Arunas
... if you're a full-time software developer. Let me explain the why, when, and what you should build.
Read more [arunas.dev]
– gummibeer.dev - submitted by Tom Witkowski
The last years were super disturbing and this is the end of a long episode of my life. It's about addiction, self-love and reflection.
Read more [gummibeer.dev]
– aaronfrancis.com - submitted by Aaron Francis
How to use Inertia's SSR features in a serverless environment like Laravel Vapor.
Read more [aaronfrancis.com]
– www.balanced.software - submitted by Robin Dirksen
Most software engineering won't be dealing with accounting regularly. The accounting department handles the books at the end of the year. It's not something software engineers are involved in on a day-to-day basis unless accounting needs some numbers from you.
Read more [www.balanced.software]
– geisi.dev - submitted by Tim Geisendörfer
When using Laravel Jetstream Teams the default Jetstream roles may be to unflexible for some needs. When you need more features regarding your team role management you can combine Laravel Jetstream with the popular Spatie Permission package.
Read more [geisi.dev]
– dcblog.dev - submitted by David Carr
Learn how to build modular applications with Laravel
Read more [dcblog.dev]
– barryvanveen.nl - submitted by Barry van Veen
Another year has gone by. Time to look back and make new plans for 2022.
Read more [barryvanveen.nl]
– vanrossum.dev - submitted by Jeffrey van Rossum
My year in review post of 2021. Would love to be added to the list of reviews on year recap post.
Read more [vanrossum.dev]
– sinnbeck.dev - submitted by René Sinnbeck
Did you know that facades work as singletons? Let's take a look at why
Read more [sinnbeck.dev]
– tighten.co - submitted by Jamison Valenta
We are going to walk through creating a system to bring uniformity to our apps with a single set of keyboard shortcuts. We'll start by learning how to install and configure the required apps, then, later on, I'll introduce the system of keyboard shortcut organization I use every day.
Read more [tighten.co]
– youtu.be - submitted by Ashish Dhamala
Here we will be looking at one of the hidden Laravel traits that is used inside Laravel's core code many times. We will use it to make dedicated Api Classes and see it practically. We will also refactor duplicate code and make our Classes clean using OOP.
Read more [youtu.be]
– www.csrhymes.com - submitted by Chris Rhymes
You might often hear that you should write tests, but what should you test? Where do you start with tests?
Read more [www.csrhymes.com]