Latest Laravel/PHP Articles

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


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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
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...
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.
https://medium.com/@rian_17805?source=post_page-----3cf827933eae-----------------------------------Nearly all applications have releases. Many of the applicatio...

www.amitmerchant.com

Cherry picking commits in Git
I have been using Git since the start of my career (Which spans 10 years now). I have heard about this Git’s feature called cherry-pick every now and then but I...
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. Back in December, I made this...
Dark mode (or night mode) has been an inherently important feature that has been with all the latest operating systems. And with the rise of the dark mode incre...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Hi, I’m Valerio, founder and CTO at Inspector. As the Inspector’s cache system runs on https://redis.io/, we recently decided to move from a single Redis server...
Recently I saw a post on LinkedIn about a recruiter that is primarily working on the PHP Market asking for input on what are important factors to know about PHP...
One of the most common scenarios with modern software development is the use of https://en.wikipedia.org/wiki/CI/CD. Now, if for some reason the deployment does...
{{ $post->getSummary()}} There are no posts!