Latest Laravel/PHP Articles

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


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’...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
In this Post, We will describe Laravel find and findOrFail method.you can need to eloquent find a record in the database table for using find as well as findOrF...
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...
Published: Jun 28, 2020 by C.S. Rhymes I was using Laravel to retrieve and display data from a Moodle installation and started using the HTTP Client in Laravel...