Latest Laravel/PHP Articles

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


Note: Article might be little bit dated depending on your perspective. But I think it still might be useful. I also updated it to be more relavant. From time to...
This post is exactly about what the title said: deploying a Laravel application to Heroku with GitLab CI/CD. As I needed to do it I unfortunately didn’t manage...
Sometimes, you might want to convert some of the request parameters to boolean. For instance, take a checkbox field. Unless and until, it hasn’t been checked it...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
In this article i will demonstrate step by step how to dockerize your micro-services project withLumem and Laravel alongside with nginx as a web server and mysq...
Most developers dislike working on legacy projects for a number of reasons. The most obvious one is the fact that their productivity drops drastically in compar...
Instead of “microtime(true);” they wrote this gem.
We can create a form request and require these in the rules function. Let’s set the authorize fuction to true and think about the rules function.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
While you can read this article directly, it’s better to read Write better Laravel tests first article where I show some tricks that can make your Laravel API t...
Just in case you didn’t know, the Authentication stack of the framework comes with a lot of Events.
In my previous post I wrote about applying enum patterns in PHP, without native enum support. In that post, I gave the example of a "date range boundaries" enum...
All I hear online nowadays is PHP is dead. It's dirty. Get onto Python or JavaScript - we're the future! Yes, PHP has had a few bad years, and is known historic...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Laravel Telescope is an elegant debug assistant for the Laravel framework. Telescope provides insight into the requests coming into your application, exceptions...
Google provide powerful programmatic method to get report from Google analytics in your custom dashboard. You can see real time activity by integrating Google A...
Uploading files can be really pained in the neck, especially if we don’t really want to overcontrol the user. Using chunking and uploading them one by one can b...
16 Tips for Secure CodeTurn off register_globals! — This ancient php feature will let people create any variable they like in the global scope. Think about what...