Latest Laravel/PHP Articles

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


Today, We want to share with you Creating Helper Function in Laravel 6.In this post we will show you Laravel 6 Create Custom Helper Function, hear for Creating...
The public, protected and private access modifiers have been part of PHP since PHP5, allowing programmers to restrict access to class methods and properties acc...
Ternary Operator(?) vs Null coalescing operator(??) in PHPDifference between Ternary operator and Null coalescing operator in PHPTernary operator (?):Return fal...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
When creating an application or API endpoint, one of the most often neglected part is validation on the request. After all, why bother adding limitations if it...
Laravel Treeview | Structure and Display Hierarchical Data ExampleI was working on application where I had to create hierarchical relationship for a Model entit...
With Statamic v3, you can generate static sites which means you can deploy to services such as Netlify, AWS S3, Now, etc. Watch the video below where we:
If you have been using a PHP framework with a Service Container for a while now, you may have noted that you can use Dependency Injection on almost anywhere, ea...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Amazon Web Services (AWS) have a unique security concept called “assume role”. This concept is interesting from many points:

www.amitmerchant.com

Be like a Terminator
A few days ago I was (re-)watching, probably the finest movies from Hollywood, Terminator 2: Judgment Day. It’s one of my favorite movies and I don’t lose a cha...
Dou you open-source? Then you now that instant feedback is crucial to your contributors. The same applies to private companies. There are 2 types of feedback: f...
This tutorial contains two parts. Considering you’ve made it so far as to implement GraphQL, I am assuming you have basic knowledge of what GraphQL is and how t...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
I’m a little late to the party when it comes to the StarWars API. I guess it came out a few years ago, but I was only exposed to it through studying my course m...
I am writing this tutorial to show you how to create a RESTful web-service with PHP 7 & MySQL 8 in a very short time. You can think of this post as a primer. I’...
One of the challenge while testing a Laravel app using unit and manual testing is testing the concurrency of your app. Suppose you have an endpoint which is sup...