Latest Laravel/PHP Articles

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


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...
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].
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
In this article I assume you have installed docker and docker-compose successfully regardless your environment is. Otherwise, you can visit docker documentation...
This post has been published first on DevGrill. This is a 3 part series that shows how to build a real-world chat application with one on one chat feature like...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
MySQL has hard limit of 4096 columns per table. MySQL has no limit on the number of tables.
Well, we code using languages, so I reckon it’s fair enough to apply the proverb in IT world as well. I dare to say there is still no 100% reliable translation...
This article was originally written in Ara blog. Universal Rendering consists in rendering pages on the server and making them interactive on the browser using...
Lumen, as we already know is a micro-framework by Laravel well suited for developing micro-services and APIs.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Hi All, it’s been a few months since my last Laravel related post. So I decided to write something small to get back into the schedule. I plan to publish someth...
So, I’ve been using Laravel with docker-compose for development for a while, and now I’m going to make a simple yet functional project skeleton based on a class...
SQL AVG is an inbuilt function in SQL Server. It returns the average of a particular field/column in the rows matching criteria. Also, it can return the average...
PHP is the coding language WordPress is built on. Its version is set at the server-level by your hosting company. Whilst you may be familiar with the importance...