Latest Laravel/PHP Articles

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


Yey! We are ready to build it! 1. Go to the BotFather and get your Bot token and shhh… it`s a secret token.
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.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
It can simply count diff between dates without public holidays and if you need in working range from 9 to 18 for example.
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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.