We don’t sell single courses, but you can purchase Monthly plan and cancel
after one month.
Also, check out avaiable discounts based on your country.
We don’t sell single courses, but you can purchase Monthly plan and cancel
after one month.
Also, check out avaiable discounts based on your country.
I was asked to review this API project code with just a few Controllers:
I realized this code would be a great candidate for not only giving advice but actually making the changes I suggest.
So I've made exactly that: I spent a few days on refactoring.
And then, I spent a week writing it out in these 15 lessons of this course, with explanations and related links.
From this course, you will learn:
response()->json()
codetry-catch
blocks, and catch Exceptions globally in the boostrap/app.php
, insteadThe biggest problem with the code was that it was written NOT in "the Laravel way". Many framework features were not utilized properly or fully: Resource Controllers, Route Model Binding, Exception handling, etc.
GitHub repository is included in the course, with the links to specific commits related to a specific lesson.
Comment from one of the students:
So, let's start the review with the first lesson: we will try to run Laravel Pint for styling.