Formatting Monetary Values in JavaScript
– ashallendesign.co.uk - submitted by Ash Allen
Learn how to format monetary values in JavaScript using the "toLocaleString" method and "Intl.NumberFormat" object.
Read more [ashallendesign.co.uk]
– ashallendesign.co.uk - submitted by Ash Allen
Learn how to format monetary values in JavaScript using the "toLocaleString" method and "Intl.NumberFormat" object.
Read more [ashallendesign.co.uk]
– ashallendesign.co.uk - submitted by Ash Allen
Read about how to use the new `Illuminate\Database\Eloquent\Casts\AsUri` cast (added in Laravel 12.17) to cast Laravel model properties to instances of `Illuminate\Support\Uri`.
Read more [ashallendesign.co.uk]
– youtu.be - submitted by Bert De Swaef
In this episode, we're reviewing, installing, and testing spatie/laravel-one-time-passwords. A Package by our dear friends from SPATIE, that allows you to send One Time Passwords. The Package also comes with a built-in Livewire Component for us to use all the magic. Or you could use the bits and pieces to craft your own flow.
Read more [youtu.be]
– youtu.be - submitted by Bert De Swaef
In this episode of the Quick Win Wednesday series, we're taking a look at the cases function on Enums.
Read more [youtu.be]
– www.youtube.com - submitted by Bert De Swaef
In this episode we're reviewing, installing and testing burtds/laravel-vatnumber-checker. A Laravel package that interacts with the VIES API, created by Bert De Swaef. (Yes, that's me...)
Read more [www.youtube.com]
– dev.to - submitted by Patrick
Tools for the modern developer.
Read more [dev.to]
– backpackforlaravel.com - submitted by Karan Datwani
Read more [backpackforlaravel.com]
– blog.genijaho.dev - submitted by Geni Jaho
Stubs are fake implementations of interfaces or classes that simulate the behavior of real services.
Read more [blog.genijaho.dev]
– www.moisis.dev - submitted by Moisis Hadjiagathangelou
Enable GitHub Actions to connect to your AWS EC2 instance via SSH
Read more [www.moisis.dev]
– www.moisis.dev - submitted by Moisis Hadjiagathangelou
After more than 9 years working with Laravel—leading a dev team and architecting solutions—I still sometimes feel like I’m not doing enough.
Read more [www.moisis.dev]
– gist.github.com - submitted by Gustavo Karkow
In this article, we'll explore using Laravel's Context facade to elegantly scope Eloquent relations at runtime. This technique lets you define relationships that are scoped based on contextual information, leading to cleaner, more maintainable code.
Read more [gist.github.com]
– www.youtube.com - submitted by STEPHEN JUDE
Read more [www.youtube.com]
– www.moisis.dev - submitted by Moisis Hadjiagathangelou
How to run multiple PHP versions on a single EC2 instance using Docker. A practical guide for managing legacy and modern PHP applications while keeping costs down.
Read more [www.moisis.dev]
– dev.to - submitted by Patrick
Our latest addition to the newsletter - a monthly, curated list of developer-focused tools.
Read more [dev.to]
– muhammedsari.me - submitted by Muhammed Sari
Everyone knows the classic decorator pattern—but have you met its duck-typed cousin? Discover how to extend Laravel behavior without interfaces, the clever way.
Read more [muhammedsari.me]
– bert.gent - submitted by Bert De Swaef
If you’ve been working with Laravel for a little while, you’ve probably come across observers and event listeners. But what is the difference?
Read more [bert.gent]
– liamhammett.com - submitted by Liam Hammett
Find out how we can champion PHP as a community and help bring it to the attention of more developers
Read more [liamhammett.com]
– liamduckett.com - submitted by Liam
A short post about my preferences around type safety and static analysis.
Read more [liamduckett.com]
– acairns.co.uk - submitted by Andrew Cairns
A detailed description on how to implement an effective strategy for modernising a legacy system.
Read more [acairns.co.uk]
– www.csrhymes.com - submitted by Chris Rhymes
If you have to use AWS for hosting, and for whatever reason, you can’t make use of Forge or Vapor, then one potential elastic, scalable solution is AWS Beanstalk. AWS Beanstalk essentially provides you with a number of EC2 (Elastic Cloud Computing) servers that sit behind a load balancer. If demand increases then more instances can be created. If demand drops then the number of instances drops down to save you costs.
Read more [www.csrhymes.com]