I have made my way through Laravel 5.4 from Scratch. I still have to review and run through the exercises to gain proficiency in the basics.
For the Intermediate Laravel, I noticed it was last updated two years ago. I am just wondering if there have been any major changes in the features listed?
Most features (99%) are still here. Since Laravel 5.5 a lot of cool stuff is added, but all the old stuff is still working fine and documented as well ;)
Do you have a specific question about a feature? Or can I help you in any other way?
Far as the video courses, I was just curious how relevant some of the features are in other Laravel videos.
I do have a project, where I would like to combine Laravel and Vue.js. I would like integrate Vue.js to perform CRUD operations in the admin panels.
For example, I would like Vue.js to manage adding, creating and displaying services on a clients website. I am really just starting out with Laravel and Vue.js for projects.
I haven't really started the forum series yet, but it looks like it covers a lot of what I am looking for. I just went over the 5.4 from scratch again.
Now I am working on the Vue.js. I will work on the TDD forum once I get a little further on the Vue.js.