Latest Laravel/PHP Articles

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


Laravel is basically a framework used to build web applications using PHP at the backend. It is one of the most popular PHP-based web frameworks considered nowa...
This article was originally written by Darius D on the Honeybadger Developer Blog. We would like to start this article with a real-life example. Imagine an ice...
I found this wonderful article https://laravel-news.
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Rohan Deshmukh on the value of avoiding SaaS products and self-host instead. Stay up to date with all things Laravel, PHP, and JavaScript.
FormKit is a form-building framework for Vue developers that makes authoring high-quality production-ready forms 10x faster. It is easy to learn and ships with...
Najm Njeim introduced an amazing Laravel package called World that provides a list of the countries, states, cities, timezones, currencies, and languages. It ca...
There are two ways to include Select2 plugin in your laravel project, one is via including the CDN and another is via NPM i.e. node package manager. I find hand...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
If you are looking to get the total number of records that are created / updated today in the mysql database, then the following Eloquent query will come handy.
Laravel’s Storage facade makes it easier to get list of files within a directory. However if you are looking to get a list of files within the public directory,...
If you have the URL of PDF which is situated on some other domain. You can allow it to be downloaded via your laravel application with following code Get the fi...
Simple post to demonstrate how you can divide your container, page or a div into two columns / parts using TailwindCSS. Make your div into grid and use grid-col...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
At times in your laravel validation, you may want input field to be validated only if the user filled in the field and you may want to skip the validation if th...
Often in your laravel application you are loading and fetching the results on the database which doesn’t necessarily needs to be fetched on every page reload. Q...
When you have an ajax response which in the array format, and you have to loop through the result and display them in the tabular format. Here is the simple cod...
When using laravel filesystem to upload files it automatically assigns a filename to the file. If you want to use the original filename or specify any other fil...