Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Symfony 5 PHP Framework, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:00:31
    Welcome
  • Урок 2. 00:01:38
    How to use this course
  • Урок 3. 00:01:09
    Symfony CLI
  • Урок 4. 00:00:49
    Checking your environment
  • Урок 5. 00:01:50
    Installing Symfony
  • Урок 6. 00:00:55
    Symfony dev server
  • Урок 7. 00:02:01
    Symfony architecture
  • Урок 8. 00:01:57
    Creating a controller
  • Урок 9. 00:00:51
    Adding the route
  • Урок 10. 00:01:51
    Using annotations
  • Урок 11. 00:01:40
    Templating
  • Урок 12. 00:00:46
    Installing Twig
  • Урок 13. 00:00:51
    Creating a template
  • Урок 14. 00:01:54
    Using the abstract controller
  • Урок 15. 00:01:09
    Variables in Twig
  • Урок 16. 00:02:10
    Twig security
  • Урок 17. 00:04:10
    Using layouts
  • Урок 18. 00:00:43
    What are static assets?
  • Урок 19. 00:00:50
    Serving static files
  • Урок 20. 00:00:59
    SASS pre-processing
  • Урок 21. 00:01:48
    Installing Encore
  • Урок 22. 00:01:13
    Compiling assets
  • Урок 23. 00:02:22
    Enabling SASS
  • Урок 24. 00:01:39
    Including our assets
  • Урок 25. 00:02:45
    Adding some CSS
  • Урок 26. 00:02:35
    Doctrine ORM
  • Урок 27. 00:02:10
    Local database setup
  • Урок 28. 00:03:44
    Alternative AWS setup
  • Урок 29. 00:02:21
    Configuring the database
  • Урок 30. 00:02:35
    Creating a product entity
  • Урок 31. 00:01:52
    Generating the schema
  • Урок 32. 00:02:12
    Importing sample data
  • Урок 33. 00:02:00
    Listing the products
  • Урок 34. 00:03:08
    Product listing template
  • Урок 35. 00:00:31
    Viewing our product list
  • Урок 36. 00:01:32
    Routing options
  • Урок 37. 00:01:46
    Product details page
  • Урок 38. 00:02:15
    Product details template
  • Урок 39. 00:01:29
    Handling not found errors
  • Урок 40. 00:02:11
    Customising the error page
  • Урок 41. 00:00:32
    Add to basket
  • Урок 42. 00:01:25
    Add to basket button
  • Урок 43. 00:00:47
    Configuring the session service
  • Урок 44. 00:04:03
    Handling request input
  • Урок 45. 00:03:36
    Basket controller
  • Урок 46. 00:04:17
    Basket template
  • Урок 47. 00:01:04
    View basket link
  • Урок 48. 00:00:44
    Installing the form package
  • Урок 49. 00:04:54
    Creating an order entity
  • Урок 50. 00:04:20
    Building the checkout
  • Урок 51. 00:01:30
    Checkout template
  • Урок 52. 00:01:12
    Testing the checkout
  • Урок 53. 00:05:49
    Processing the order
  • Урок 54. 00:01:37
    Migrating the orders table
  • Урок 55. 00:00:56
    Tidying up checkout
  • Урок 56. 00:03:26
    Email and transport layers
  • Урок 57. 00:00:30
    Installing the email practice
  • Урок 58. 00:00:55
    Configuring the email service
  • Урок 59. 00:03:22
    Sending an email confirmation
  • Урок 60. 00:01:38
    Email template
  • Урок 61. 00:01:46
    Testing the email confirmation
  • Урок 62. 00:00:38
    Conclusion