Latest Laravel/PHP Articles

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


Here is a fact about all api you develop : you should write a good documentation for it. The documentation should be clear and easily testable. When an issue oc...
Generally, when you pull Laravel from composer, given that you have met all the requirements, the framework works out of the box but there could be some situati...
On this new year I have a better way to deal with caching issue of css / js files in a browser. I have faced this many times and its really annoying when the br...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
When we are working with Laravel, we usually don’t think about the practical considerations we should watch out for, when developing an application that will go...
The International Bank Account Number (IBAN) is an internationally agreed system of identifying bank accounts across national borders. The Bank Identifier Code...
So the first thing you need to do is you have to make sure that brew has been installed in your machine. Otherwise you can do now like so I’ll expect the output...
Media processing is time-consuming expensive on your hardware. This includes video, audio, and images. If done on a monolithic architecture, especially on web s...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
In case you want to deploy your Laravel app (or any kind of PHP-based application), ploi.io is a service that helps you with that with a minimum of Sysadmin kno...
This article serves as the first of a series on unit testing in PHPUnit aimed at providing a fundamental understanding of unit tests at a basic level through ex...
One of the most prominent ways to create access to a microservice today is through a RESTful API. REST has great advantages over other protocols like sockets th...
My first experience on CentOS is on my first job after graduation — 2009 and it’s about 2 years plus experience on CentOS at that time. Never really had an idea...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Shorty is an intrepid, self-hostable open-source link shortening web application with a robust API. It allows you to host your own URL Shortener, to brand your...
One way you will communicate with your users is via emails. But under large loads, sending emails can become expensive with your server resources. The steps tha...
The key element is the .pem file that is generated from the .p12 file. To generate .pem, place the .p12 file in a folder in desktop. Terminal will ask the passw...
A step-by-step guide to add your own helpers file to a Laravel project. “How to add a helpers file to a Laravel Project” is published by Wyatt