Building Websites with Zend Expressive 2

Building Websites with Zend Expressive 2

PHP UK Conference via YouTube Direct link

Intro

1 of 38

1 of 38

Intro

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

Building Websites with Zend Expressive 2

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 Framework core
  3. 3 Ecosystem
  4. 4 Agnostic Router
  5. 5 Middleware pipeline
  6. 6 PSR-15 Middlewarelnterface
  7. 7 Structure of middleware
  8. 8 src/App directory - Each module lives in its own namespace
  9. 9 src/App directory structure
  10. 10 A handler (AKA: an action)
  11. 11 Bitcoin conversion
  12. 12 Create a route
  13. 13 Routes have a method
  14. 14 HTTP Method
  15. 15 Routes have a pattern
  16. 16 FastRoute URI pattern
  17. 17 Routes have a name
  18. 18 Url helper
  19. 19 Routes have a handler
  20. 20 Handlers
  21. 21 Bitcoin handler
  22. 22 Injecting dependencies
  23. 23 Expressive configuration
  24. 24 Config Provider
  25. 25 Dependency configuration
  26. 26 Handler factory Return an instance of the handler with its injected dependencies
  27. 27 Templating - Render method to convert page
  28. 28 Twig templates
  29. 29 Action template
  30. 30 Print variables
  31. 31 Control statements
  32. 32 Template inheritance
  33. 33 Base skeleton
  34. 34 Add a form: HTML
  35. 35 Integration via ConfigProvider
  36. 36 Create an input filter
  37. 37 Validating request data
  38. 38 Resources

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.