Latest Laravel/PHP Articles

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


In the spirit of GitHub code navigation support, here’s something that I’ve been working on more or less frequently for about two years now. It all started with...
In the first part of this series, we understood what GraphQL is, it’s advantages and even went ahead to compare it with REST. In the previous article, we did se...
Then all you need to do is to add a few lines to your php.ini file which you can locate with your phpinfo() function. The first line is where your application i...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Anyone who have experience with Php and RabbitMQ notice that the Php isn’t correct answer for working with Message Broker since it’s a single thread language .
One day I was tasked to build an API with Laravel for an external team of developers to work with. Through this project, I learned a little more about paginatio...
SQL BETWEEN is an inbuilt operator in SQL Server. It returns the rows within a given range of a certain column. You can use it with the WHERE Condition in the q...
Since the inception of Laravel 5.0 around 4.5 years ago, the Laravel ecosystem has blossomed into something that leaves users nothing to complain about, to say...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
There are tons of guides out there about setting up Laravel — most of them are either outdated, obsolete or just outright wrong. This guide will assume you are...
If your startup is engaged in the development of a software-based product or service and you are looking for professional tools to take it to the next level, we...
Hi guys today I will share you about Laravel nova, what I’ve learned on my Internship program at DOT Indonesia. Laravel Nova is an Administration Panel built by...
There’s out-of-the box support for sending SMS message notifications with Laravel through Nexmo, however if you’re interested in reducing the amount of third-pa...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
For the date fields in the project we use the timestamps datatype. In Laravel usually we have created_at and updated_at fields as default when a table is create...
Let's go from zero to 100 setting up Laravel Valet, and turn any new folder in your Sites directory into a localhost website [Mac and Linux only].
Hello all ! Today, we’ll see how to display data in Laravel. To do this, we will use the HighCharts JS library. Through this library, it is possible to use bar...
There is some debate among developers about whether Eloquent should be avoided at all costs because it employs too much of Laravel’s “magic” in order to functio...