Skip to content

Mohcin Bounouara

Thoughts about software engineering and life

09 Oct 2024

Fixing Laravel Route Conflicts, that led to 404 Errors for Existing Routes

Problem: Recently, while developing a feature to update resources in my Laravel app, I faced an unexpected issue: the create functionality, which had been working previously, suddenly stopped functioning. When I tried accessing the jobs/create route, it led to a 404 page, even though my unit tests confirmed that the route existed and the functionality Continue reading “Fixing Laravel Route Conflicts, that led to 404 Errors for Existing Routes”

02 Oct 2024
02 Sep 2024
18 Aug 2024
02 Aug 2024
29 Jul 2024
12 Jul 2024
09 Jul 2024

Advanced Dependency Injection in PHP

Dependency Injection is a technique (Design Pattern = Which mean its a common solution to a common problem in software development design) that allow use to create a code It helps to create loosely coupled code, making it easier to manage, test, and maintain.

05 Jul 2024
01 Jul 2024