From the course: Advanced Laravel
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
Using the exercise files - Laravel Tutorial
From the course: Advanced Laravel
Using the exercise files
- [Instructor] All the code that you see me write throughout this course is available in this GitHub repository. I recommend coding along with me all the way till the end so this repository will serve as a reference. It is organized such that each branch here is associated with a video in the course. For example, the branch 02-03 has the code that you will see in chapter two, video three. But notice that each of these numbers have two branches named with an ending letter, b and e. Now, that's the beginning and ending state of each video. If you're watching chapter two, video three, the branch named 02-03b contains the code the way it is at the beginning of the video, and the code at the end of the video is in the branch named 02-03e. At the end of any video, if you feel your code doesn't work as expected and you need to refer to my code, you can view the files right here in the browser. Let's say you just watched chapter…