Introduction
  • Instructor Introduction and Topic List which will be Explain in This Course
Laravel Pro Tips List
  • Install Laravel Framework Using Composer & Understand Basic Configurations
  • How to Create and Use Multiple Database Connections and Its Benefits
  • How to Separate Database Read & Write Connections, and How to Access/Use In Code
  • How to Define Global Helper Functions and How to Use it
  • How to Create Trait in Laravel and Make Code Reusability
  • How to Define Global Config Variables & How to Call those Variables in your Code
  • How to Create Custom Global Validation Rules
Understanding Middleware and Rate Limiter (Throttle)
  • Understand Middleware Life Cycle
  • How to Use Laravel Built-in/Predefined Throttle to Restrict the Access
  • How to Create Custom Middleware and Filter Form HTTP Requests
  • How to Create Custom Throttle and Use for Routes to Restrict the Access
Query Debugging and Cache Query/Results for Speed
  • Debug your Laravel Queries by Different Ways
  • Install Laravel Debugbar Package and How its Useful for Optimization
  • How to Use Cache Efficiently in Laravel