课程: Advanced Laravel
今天就学习课程吧!
今天就开通帐号,24,100 门业界名师课程任您挑!
Quick summary
- [Instructor] Congratulations. You've not only come to an end of a huge course, you've also built a fully functional app making use of many of the advanced features of the Laravel framework. Let's quickly run through all that we learned in the process. We first created a simple rule-based login and authentication system using custom middleware, gates and policies, while also revisiting CAD basics. Then we learned how to seed our databases, making use of factories. We saw how to define many to many relationships using Eloquent. Learned about attaching and detaching relationships. We also implemented eager loading, wrote some complex queries, and used query scopes to reduce code repetition. And then we saw how we could achieve more with Laravel by writing custom commands, making use of logs, and using events and listeners. We saw how to send mails, notifications, and then create jobs and process them in queues for…