- Overview
- Transcript
4.1 Conclusion
Laravel and Vue.js make it easier to code single-page apps. I hope this course has inspired you to use Vue.us together with Laravel for your next app project!
Please feel free to contact me through Twitter or the Envato Tuts+ forums if you have any questions. From all of us here at Tuts+, thank you, and I'll see you next time.
1.Introduction1 lesson, 01:24
1.1Introduction01:24
2.The Application's Front-End8 lessons, 1:06:02
2.1Getting Started07:59
2.2Designing the Ticket Table and Model07:08
2.3Creating the Ticket Submission Component08:53
2.4Saving Tickets06:48
2.5Validating the Form With VeeValidate07:36
2.6Adding Layout and Navigation08:11
2.7Programmatically Navigating to a Component08:09
2.8Viewing Tickets11:18
3.Ticket Administration6 lessons, 56:09
3.1Reorganizing the Code08:38
3.2Authorizing Access to the UI07:29
3.3Authenticating Users at the Server12:52
3.4Displaying the List of Tickets07:41
3.5Viewing the Ticket for Editing07:46
3.6Displaying More Dynamic Data11:43
4.Conclusion1 lesson, 01:13
4.1Conclusion01:13
4.1 Conclusion
When it comes to building single page applications, Laravel and Vue.js are two tools that will make your life considerably easier. Because as you learned in this course, they work extremely well together. But of course, that isn't the only thing you learned. You now know how to write Vue.js components that interact with a restful API. And how to use View Router to navigate from one component to another Just like that they were separate independent pages. You learned how to incorporate user authentication, both for securing the API and the user interface. And you saw how binding data to your components makes it so much easier to update and store them in the database. But of course, the application we wrote is rather simple. But you now have a solid understanding of the fundamentals. And I encourage you to play around and implement more features. One idea is to add comments to tickets so that technicians can log their work. Thank you so much for watching this course. Please feel free to contact me through Twitter or the Tuts+ forums if you have any questions. From all of us here at Tuts+, thank you, and I will see you next time.