Latest Laravel/PHP Articles

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


I took the course PHPUnit for Beginners by Laravel Daily. It is suitable for total testing beginners and walks you through a simple CRUD application. Here are m...
Here is the user story for this post: As a website owner I only want to allow access to my website for visitors who enter the correct PIN. When you enter the pa...
It is suitable for total testing beginners. Here are my takeaways in the format of question and answer. They are sorted by occurence in the course but you can u...
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.
Firstly what’s the use case for this, there was a client project, where they had a huge list of configurations in a JSON file and I had to use them in the code....
One of the new features in Laravel 7 is the creation of custom eloquent casts. These provide the majority of use cases for allowing you to change the value of t...
There are bunch of ways you receive Laravel errors in front-end and inside your ajax request, you need to parse and display the errors nicely. Inside blade, it’...
In this series, we are going to talk about Linux performance measurement, how to measure it right. Other parts in this series include: Now when we spea...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
The CLI( Command Line Interface) is one of the best places to execute a long long-running task and Laravel has provided us with the Artisan Console that allows...
A big part of my work involves writing effective report. The special thing about the reports I write is that they're awfully dynamic. A disputes table...
Martin Betz Martin Betz • April 27, 2020 I also list content that is not released yet (🚧). The list is sorted alphabetically: If you know more resource...
Tired of the privacy invasion of the Chrome webbrowser? It supports all the same Chrome extensions, with none of the telemetry. Here are the steps need...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
A blog on PHP, JavaScript and more Amit Merchant · June 28, 2020 · ⋆ Miscellaneous As I mentioned at my uses page, I use Ubuntu 18.04 LTS as my primary OS and t...
Tired of the privacy invasion of the Chrome webbrowser? Worried about the risk of seeing ads everywhere? It supports all the same Chrome extensions, wi...
A blog on PHP, JavaScript and more Amit Merchant · June 29, 2020 · ⋆ CSS The Chrome browser is one of the widely used web browsers by developers. Once...
When binding services into the container, usually we use the register() method, which is the dedicated method for this. However, there is another quick way to b...