Latest Laravel/PHP Articles

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


First of all, let me highlight something… If you have an issue doing local development with docker volumes because of file permissions this might actually help...
Justin's TalkI would say this talk stole the show.
The PHP strpbrk is an inbuilt function in PHP. It searches a string for a set of characters and returns the section of the string from which it found any one of...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
To read more about some of the vulnerabilities found in PHP applications that are generally ignored by the developers and the severity of such vulnerabilities m...
Ultimate PHP Basics for Absolute Beginners Part 1. Do you want to learn PHP from Scratch?If Yes, then this is the right course designed for beginners students w...
I wrote Don't Ever use Symfony Listeners 2 months ago. It got many constructive comments, mostly focused on particular standalone sentences without context. To...
It can simply count diff between dates without public holidays and if you need in working range from 9 to 18 for example.
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.
It is similar to the attach() method and it also use to attach related models. sync() method accepts an array of IDs to place on the pivot table.If the models d...
Nowadays, we have a lot of Laravel tutorial about some syntax or package, but I think there’s not enough written with real-life mini-projects, close to real dem...
I chose to use the regular PHP SAPI for the example because it’s the most used interface for PHP. Anyhow I think with some refactoring the code could work in Re...
Sometimes I need to create a Service in my application. Think something like a very complicated repository for Users, and API implementation with underlying dri...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
The variables required for verification are “region” and “userPoolId”. These are used to get the JWK. The JWK is used to create a public key (pem). Also, becaus...
Infraspeak is a startup founded in 2015, focused on developing the best maintenance management software in the market. Built around simplicity and a user-friend...
Hello, I’m going to talk about one thing that I do not have found in the Laravel ecosystem : a package to manage workflows associated to a model.
PHP has a number of sorting functions which can help in sorting single dimension arrays. Some examples include, sort, asort, usort, ksort etc. Each of the funct...