Latest Laravel/PHP Articles

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


Arrow Functions aka Short Closures is a new feature available in PHP 7.4. The new version of PHP comes with various new features, out of which arrow functions a...
The Laravel Installer provides a simple and easy to use command to spin up new Laravel projects. These instructions will help you install the Laravel Installer...
I’ve been listening to Laravel Snippet podcast by Taylor Otwell, and heard some news about upcoming Laravel 7, which I think is pretty important for blog reader...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Why File Upload Forms are a Major Security Threat? Allowing file uploads by end-users, especially if done without a full understanding of the risks associated w...
Some weeks ago I created a package to make a ready-to-use Preload generator with a list of files. This list is not created randomly; it follows a very basic pre...
What is local file inclusion? Local File Inclusion (LFI) allows an attacker to include files on a server through the web browser.
Today we Multi Blade Saw Factory come to summarize The Use And Characteristics Of Log Truncating Machine. 1. Multi Blade Saw Machine has always been the traditi...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
In the previous post entitled A Simple Laravel ACL Example we wrote a simple custom access control list (ACL) and learned that the steps we went through also ap...
Ngrok HomesteadLaravel Homestead is the best development environment for Laravel Developer especially my self, and sometimes i want to share my project to frien...
I’d like to show you a bug you may have in your own applications somewhere. Grab any Laravel app you have lying around and open a console. We’ll do this mainly...
Let’s build a data dashboard together. We will take it slow, starting with a few simple views, then incorporate charts, css and vuex to tie the front end portio...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Unstructured supplementary service data sometimes referred to as “short codes” or “ussd code”, is a communications protocol used by GSM cellular telephones to c...
We start out by connecting to the ftp port to see what version is running and if they allow anon login. It does in fact let us login with no credentials and we...
One of the advantages of Eloquent ORM is how it plays nice with traits. When you use an Eloquent Model, you can execute logic when you start using the model its...
Have you ever experienced make advanced search page in programming? if your answer is yes maybe you know this feature has many conditions to make a query databa...