Tag Archives: laravel
Implement the Open Closed Principle in Laravel for Sign Up
In this tutorial, I will show you how to implement the Open-Closed Principle in Laravel for Sign up a user. Here my intention is to apply OCP on Sign up so that you can relate it to your real-life scenario. Scenario Imagine you have a project where you want to allow your user to sing […]