Latest Laravel/PHP Articles

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


hafiqiqmal93.medium.com

Laravel Benchmark with Locust
In this post, I’m comparing Laravel 6, 7 and 8 with PHP 7.2 and PHP 7.4. This benchmark test is tested against my existing live application. Note that,...
For our applications we of course want to prevent access for non-authorized users and visitors. But what if your application doesn’t have any users and...

germainowono.medium.com

Deploy Symfony app in Docker
here are many ways to deploy your symfony app in Docker container, here we are going to use 3 containers : We will use “Docker compose” which helps us to create...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Posted on Feb25th2021 by Matthias Noback If you're one of those people who make a separation between an application and a domain layer in their code base (like...

laravelexpertgroup.medium.com

Laravel Resource Controller Route Name
When you use a resource controller route, it automatically generates names for each individual route that it creates. POST | posts | posts.store GET|HEAD | post...
Welcome to this tutorial, today we are going to create a Laravel application with the new Laravel Sail package. In the previous versions of Laravel you had to i...
The main focus for this upcoming release is stability, but it still includes some new features and improvements. In this video, you can see new inspections in a...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
In this article I’m going to implement a simple service which could work with Laravel eloquent ORM, it would handle relations and also the basic operators which...

blog.mollie.com

Object Encapsulation
Once upon a time, we had just finished lunch and, as usual, I was heading to prepare a cappuccino at the office coffee machine, running away from Pietro (our It...
Posted on Feb24th2021 by Matthias Noback It doesn't focus on PHP programming, but shows how PHP can be used to serve dynamic web pages. You can verify...
This article creates after I got some requests about how to create a QR Code using PHP, I search on google and I got many articles to explain that. Some article...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Join us for an interview with Michael Akopov, another returning guest to the podcast. Copyright © 2002-2021 musketeers.me, LLC. — All amounts in USD
RoyalSloth reviews the three most common patterns to model interconnected state in a user interface. Connect the boxes and lift the state up seem to be the most...
Posted on Feb23rd2021 by Matthias Noback use case driven spoke about his adaptation of Hexagonal architecture. Thomas notes that in practice, developer...