Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


sebastiandedeyne.com

Consume less, create more
The real tragedy of modern technology is that it’s turned us into consumers. Our voracious consumption of media parallels our consumption of fossil fuels, corn...
I rely heavily on taking notes. I don't necessarily take notes to refer to in the future, they're part of my thinking process. Writing things down brings clarit...
The tryWhen function is a utility function that allows you to retry a function until a condition is met. It takes four parameters:
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Co-founders are the first people in the trenches for any start-up, taking the idea and turning it into a sustainable business that can really make other people’...
Last week I was setting up al old Laravel project that required MySQL 5.7. I installed DBengin so I could have the legacy MySQL version up and running alongside...
PHP closures are a way of creating anonymous functions. They are useful when you need to pass a function as an argument to another function. This is a common pa...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Having reusable input components is great. Knowing how to make them is even better! Follow along to see how we can create a generic TextInput component with a f...
I thouroughly enjoyed the walk through Pedro's design process for his personal website. From where he drew inspiration, to live snapshots of the design's iterat...
In the world of web development, building complex applications often comes with the challenge of identifying and resolving performance bottlenecks. This is wher...
Hashing is an important security concept that every web developer should know about. It's what allows us to store passwords securely in our databases.
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
The idea of application monitoring has been around for a while, but it has never been as indispensable as today. Despite its importance it’s still one of the mo...
“Works on my machine” it’s a common refrain before closing out a bug ticket. This hides the fact that something is different between your development and produc...
· 3 min read
The path towards a good-enough software for invoices was quite thorny, I would say. I have been using from self-hosted Craterapp instance for a year and a half....