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