Latest Laravel/PHP Articles

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


Laravel provides a built in support to send notifications across multiple channels, like email, database, Slack, SMS… etc. In this tutorial, I will explain how...
By default you can login with E-mail on laravel if you are using the default laravel auth system, and i have been seeing a lot of people asking me how they can...
When I discussed about the Manager, Andrew Brown commented about how to register the Manager on the Service Provider. It wasn’t just a simple singleton, but rat...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
How to Upload pictures or Files on laravelHello Everyone, This is my first Medium Post and i hope it can help someone,i am assuming you want to upload a profile...
What is socket programming? Socket programming is a way of connecting two nodes on a network to communicate with each other. One socket(node) listens on a parti...
Laravel’s Blade::if() method already comes with the following directives in order to check various conditions in blade template files. So, for instance, if you...
Recently months there was huge jump in using ECS, almost 4 000 downloads daily now! With this downloads growth, there is also growing demand for using it on old...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Wanna use Laravel Homestead VM without installing PHP and Composer?IljaJan 15 · 3 min readTL;DR: If you want to skip the introduction click hereStory timeSo her...
The decorator design pattern allow to add behaviour to an object without changing it, by implementing the behaviour in a new object that “wraps” the original on...
PHP makes it easier for programmers to build large, complex and modern web applications. The PHP developers also have option to choose from several popular PHP...
A long time ago, I wrote about how to share the PHP-FPM Unix socket with nginx in docker. It was pointed out that you do lose load balancing with this approach,...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
With the official release of PHP 7.4, it brings some improvement and some good new features which the community has been asking for.
In this tutorial, I am going to tell you the types of cache a Laravel project generates and how to clear these types of cache by using the PHP command-line inte...
Sending a very large amount of emails, synchronizing applications or databases can be time consuming and costly for application to handle, which sooner or later...
This is a tutorial on how to setting a server for Laravel deployment. In this tutorial, there are some conditions : Actually that’s all, and for deployment you...