Latest Laravel/PHP Articles

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


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...
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.
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...
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’...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
I often learn from my mistakes. And I prefer to learn by doing things. Today, I tried to group the rows of the result by a value of one of the columns. Then it...
Today, We want to share with you Laravel 6 Eloquent Has With and WhereHas.In this post we will show you laravel nested relationships, hear for laravel wherehas...
Since Laravel 5.5, there is an easy way to use React in your Laravel Application. By default, a fresh Laravel application comes with Vue JavaScript framework. T...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
If we dig deeper into the core code of Laravel, we can see various types that are not that common, for example, iterable and callable. Now let’s take a look at...
After writing about how preloading works, it's time to measure its impact in practice. Before diving into results, we need to make sure we're all on the same pa...
Today I will try to investigate and illuminate (pun intended) me and a few curious people how much overhead does Laravel framework cause on the website performa...
GitHub recently announced a new release of GitHub Actions which allows you to automate workflows in response to events that occur in your repos. One key new fea...