Latest Laravel/PHP Articles

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


https://dev.to/reubenwalker64 #why-you-should-use-codedriven-instead-of-infrastructuredriven-monitoring-tools-with-symfony Why you should use code-driven instea...
Did a bunch of digging around today, without much luck, as most articles still require you to use scss/sass, are referencing older versions of Laravel. This art...
Hey, I recently had the pleasure of speaking with Alex, a highly experienced Italian PHP developer who helps companies develop and maintain their PHP applicatio...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
More often than not, you would end up in a scenario where you created a new branch off from the base branch, you implemented the feature and once that is done,...

www.phparch.com

Parallelize Your Code
https://www.phparch.com/article/how-to-hack-your-home-with-a-raspberry-pi-part-2-installing-the-lamp-stack-on-your-pi/ By https://www.phparch.com/community/ken-...
The one feature of Laravel I truly admire is the https://laravel.com/docs/8.x/collections. Essentially, collections provide a fluent, convenient wrapper for wor...

adithya.dev

About me
I started programming when I was 15 (or a bit earlier), helping out here and there with online Pokémon games. I picked up whatever I could at that point from se...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
I use https://laravel.com/docs/8.x/scout (sometimes PHP) with Elasticsearch making use of this great package https://github.com/babenkoivan/scout-elasticsearch-...
https://blog.jetbrains.com/phpstorm/category/releases/ We’ve just released a new minor update for PhpStorm 2021.3. You can update to this version from inside th...
Sometimes, you might stumble upon a situation where you have some keywords and you want to replace those with certain keywords in the string. Well, I just disco...
Last year I had a video call with Tomas Votruba, creator of Rector, who kindly took the time to explain a lot of things about this project. I said to her: we sh...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
The short answer is mostly no; we shouldn’t. Opening a link in a new window is acceptable in some cases, but otherwise, we neglect the user’s choice. If we want...
The one simple trick to do a better job as a programmer is to git commit as if your commit could be accidentally deployed (and it wouldn't break the production...
Up until now, when you’re working with Laravel’s paginator and if you wanted to check whether the user is on the first page of the pagination in a Blade file, y...
https://medium.com/@rian_17805?source=post_page-----3cf827933eae-----------------------------------Nearly all applications have releases. Many of the applicatio...