Latest Laravel/PHP Articles

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


In this article I want to show you the best practices of configuring your Laravel application. Laravel uses dotenv to set up the configuration of your applicati...
Conway's Game of Life really is a weird game: You cannot actually play it, you just provide it with an initial state. That's it. You don't have an opponent, you...
Until today, I kept an eye on any errors on this website by sending them to myself by email. Although this works, I thought it was time to look for a better way...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.

barryvanveen.nl

Use an SSL certificate
Using an SSL certificate is quickly becoming a best practice, if it isn't already. What do you need to know before choosing a certificate and what do you need t...
When you want to format certain Eloquent models before setting/retrieving in Laravel, you would certainly reach for the accessors and mutators. So, let’s say we...

christoph-rumpel.com

My Coding Year 2021
Another year has come to an end, and it is time for my traditional coding year blog post. I want to take some minutes to think back about the last 12 months and...

www.amitmerchant.com

My Recap of 2021
The year 2021 is about to end in a few days and it’s the best time we can look back and reflect upon the things we’ve done, achieved, or some important mileston...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Webhooks are a common integration mechanism between systems. At my organization we call them Outgoing Webhooks when we are a Webhook Provider and we're sending...
Forwarding refs in Vue 3 using the composition API and 1// Parent component The fix here is to have the child component expose count via defineExpose: 1// Child...
One of the most important features of ES6 is https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment of arrays and...
"But what good is an awesome app if you can't share it with the world"? Today, https://laravel.com is installed over one hundred thousand times daily, and https...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Let’s imagine a scenario where you have a MySQL table called users and there’s a column called secret which holds a secret token for the associated users. How w...
Working with Laravel’s https://laravel.com/docs/8.x/http-client, there might be the scenario where the outgoing HTTP requests that you’re making might return re...

www.csrhymes.com

What should I test?
Published: Dec 18, 2021 by C.S. Rhymes I recently started working an existing application which was very different to what I had been working on previously.
The other day I needed to sort a dataset in MySQL and ensure one value was always at the end. However, one of them is “Other”, and I want that one to appear at...