fileUdemy-Learn-PHP-Symfony--1voIf

Udemy Learn PHP Symfony Hands Creating Real World Application
  • MP4Lesson 1. Introduction.mp422.58MB
  • MP4Lesson 10. Autowiring Autoconfiguring services.mp444.21MB
  • MP4Lesson 100. Configuring Apache Virtual Host and using fake TP testing server.mp442.54MB
  • MP4Lesson 101. Moving application code to production server using Git & dependencies.mp449.55MB
  • MP4Lesson 102. Running migrations on server and folder permissions.mp438.60MB
  • MP4Lesson 103. Introduction to Continuous Integration & Continuous Deployment.mp415.93MB
  • MP4Lesson 104. Setting up CircleCI (autotion server).mp463.71MB
  • MP4Lesson 105. Running our first autotion job (running tests).mp441.12MB
  • MP4Lesson 106. Adding deployment SSH key to CricleCI.mp46.57MB
  • MP4Lesson 107. Deployment job and deployment sc<x>ripts.mp4104.56MB
  • MP4Lesson 108. Running the deployment job.mp448.17MB
  • MP4Lesson 11. Public private services service aliases.mp458.70MB
  • MP4Lesson 12. Service tags.mp451.22MB
  • MP4Lesson 13. nual service wiring parameter binding.mp478.39MB
  • MP4Lesson 14. About controllers.mp4123.81MB
  • MP4Lesson 15. About routing.mp479.17MB
  • MP4Lesson 16. Introduction to views (Twig).mp475.96MB
  • MP4Lesson 17. Twig filters & custom Twig extensions.mp456.43MB
  • MP4Lesson 18. Custom error pages using Twig.mp444.65MB
  • MP4Lesson 19. Global variables in Twig.mp446.80MB
  • MP4Lesson 2. About Symfony.mp412.31MB
  • MP4Lesson 20. Handling assets (ja<x>vasc<x>ript CSS) using Symfony Encore (and Webpack).mp451.50MB
  • MP4Lesson 21. Installing Bootstrap 4 and compiling assets using Encore (Webpack).mp479.11MB
  • MP4Lesson 22. Doctrine introduction.mp484.59MB
  • MP4Lesson 23. Creating first Entity.mp456.02MB
  • MP4Lesson 24. Creating a databa<x>se migration.mp453.90MB
  • MP4Lesson 25. Basics of doctrine repository.mp489.36MB
  • MP4Lesson 26. Creating fixtures (databa<x>se seeding).mp447.54MB
  • MP4Lesson 27. Creating a form and handling form submission.mp498.77MB
  • MP4Lesson 28. Repository find methods and Twig include.mp487.46MB
  • MP4Lesson 29. Repository findBy form validation handling Entity changes.mp484.53MB
  • MP4Lesson 3. Tools overview.mp422.66MB
  • MP4Lesson 30. Deleting an Entity and flash messages.mp455.08MB
  • MP4Lesson 31. Doctrine internals (Entity Entitynager Unit of Work Identity Map).mp437.74MB
  • MP4Lesson 32. Security concepts.mp427.54MB
  • MP4Lesson 33. Security component config and HTTP Basic login.mp470.34MB
  • MP4Lesson 34. Creating User entity.mp473.21MB
  • MP4Lesson 35. User Entity fixtures.mp489.96MB
  • MP4Lesson 36. Login form part 1.mp481.76MB
  • MP4Lesson 37. Login form part 2.mp4103.29MB
  • MP4Lesson 38. Adding validation to User entity.mp466.41MB
  • MP4Lesson 39. User registration form.mp480.92MB
  • MP4Lesson 4. Setting up Vagrant on Windows.mp456.71MB
  • MP4Lesson 40. User registration controller.mp497.45MB
  • MP4Lesson 41. Assigning user to MicroPost (nyToOne & OneToMany).mp4131.46MB
  • MP4Lesson 42. Fixtures for relations (using references in fixtures).mp447.66MB
  • MP4Lesson 43. Verifying user permissions in Twig (is_granted).mp498.39MB
  • MP4Lesson 44. Adding randomness to fixtures.mp461.75MB
  • MP4Lesson 45. Security Voters introduction.mp420.45MB
  • MP4Lesson 46. Restricting access to edit or delete a micro post using SecurityVoter.mp494.29MB
  • MP4Lesson 47. Securing controller actions and templates using Security Voter.mp4120.30MB
  • MP4Lesson 48. Adding an Admin User with all permissions.mp4120.42MB
  • MP4Lesson 49. Security role hierarchy.mp420.88MB
  • MP4Lesson 5. Setting up Vagrant on Ubuntu.mp427.87MB
  • MP4Lesson 50. Restricting adding new posts to registered users (ny ways of doing that).mp458.27MB
  • MP4Lesson 51. Lazy loading proxy classes repository find methods criteria.mp496.19MB
  • MP4Lesson 52. Doctrine Lifecycle Callbacks.mp442.80MB
  • MP4Lesson 53. nyToMany self-referencing relation (followingfollowers).mp486.78MB
  • MP4Lesson 54. Fetching collections lazily in templates.mp472.66MB
  • MP4Lesson 55. FollowUnfollow functionality (controller adding Entities to Collections).mp4148.26MB
  • MP4Lesson 56. FollowUnfollow functionality (security verifying uniqueness).mp449.00MB
  • MP4Lesson 57. Doctrine QueryBuilder - creating queries in OOP nner.mp4125.77MB
  • MP4Lesson 58. ArrayCollection vs PersistentCollection vs Collection.mp4120.05MB
  • MP4Lesson 59. Creating custom query to fetch users with more than 5 posts.mp4128.81MB
  • MP4Lesson 6. Setting up Vagrant on cOS.mp436.57MB
  • MP4Lesson 60. More on Doctrine Collections (from the databa<x>se perspective).mp427.90MB
  • MP4Lesson 61. Section introduction.mp42.69MB
  • MP4Lesson 62. nyToMany relationship for liked posts.mp455.93MB
  • MP4Lesson 63. Likes controller.mp494.25MB
  • MP4Lesson . Implementing like functionality through XHR requests (including ja<x>vasc<x>ript).mp4143.17MB
  • MP4Lesson 65. Notifications introduction.mp43.76MB
  • MP4Lesson 66. Doctrine Table Inheritance - ba<x>se Notification Entity.mp475.74MB
  • MP4Lesson 67. NotificationRepository - fetching notifications unseen by user.mp471.12MB
  • MP4Lesson 68. Unseen notification badge (Twig + ja<x>vasc<x>ript).mp495.59MB
  • MP4Lesson 69. Doctrine EventSubscriber - sing a notification as a reaction to other events.mp4154.32MB
  • MP4Lesson 7. Running Vagrant and creating a new Symfony 4 project.mp426.88MB
  • MP4Lesson 70. Unseen notification list.mp492.94MB
  • MP4Lesson 71. rking notifications as being read (Doctrine Query Builder UPDATE queries).mp4100.89MB
  • MP4Lesson 72. Introduction to EventDispatcher.mp415.11MB
  • MP4Lesson 73. Dispatching an event when user registers.mp453.18MB
  • MP4Lesson 74. EventSubscriber - listening to user register event.mp427.48MB
  • MP4Lesson 75. Sending e-il after user registers using Swift Mailer.mp476.27MB
  • MP4Lesson 76. E-il spooling.mp424.71MB
  • MP4Lesson 77. Creating a iler class to handle e-mail sending (and generation using Twig).mp449.30MB
  • MP4Lesson 78. Account confirtion (using secure token confirmation li<x>nk on e-mail).mp4141.08MB
  • MP4Lesson 79. Installing and configuring translation component.mp430.13MB
  • MP4Lesson 8. Symfony project structure overview.mp461.39MB
  • MP4Lesson 80. Using trans Twig filter to translate strings and validation messages translation.mp464.55MB
  • MP4Lesson 81. Translation strings with variables (translating confirtion e-mail with li<x>nks).mp483.27MB
  • MP4Lesson 82. Translation pluralization (different translation depending on variable).mp455.94MB
  • MP4Lesson 83. Introduction to sessions.mp414.86MB
  • MP4Lesson 84. Storing user sessions in databa<x>se.mp495.27MB
  • MP4Lesson 85. LocaleSubscriber - keeping user locale (language) in session.mp491.03MB
  • MP4Lesson 86. UserPreferences Entity & OneToOne relation with User Entity.mp493.23MB
  • MP4Lesson 87. Creating new UserPreferences after user registration (responding to event).mp465.73MB
  • MP4Lesson 88. UserLocaleSubscriber - loading user language from DB and keeping in session.mp453.16MB
  • MP4Lesson 89. Introduction to unit testing (using PHPUnit).mp49.15MB
  • MP4Lesson 9. About Service Container.mp457.67MB
  • MP4Lesson 90. Writing first unit test.mp469.22MB
  • MP4Lesson 91. Creating PHPUnit Mocks.mp451.76MB
  • MP4Lesson 92. A more complicated case with testing.mp4108.28MB
  • MP4Lesson 93. Creating a GitHub account and adding an SSH key.mp433.36MB
  • MP4Lesson 94. Creating a DigitalOcean droplet.mp413.50MB
  • MP4Lesson 95. First login to virtual server and changing the root password.mp48.81MB
  • MP4Lesson 96. Creating and adding an SSH key to DigitalOcean (and naging SSH keys).mp421.97MB
  • MP4Lesson 97. Installing Apache2 on virtual server.mp437.59MB
  • MP4Lesson 98. Installing PHP 7.2 on virtual server.mp425.06MB
  • MP4Lesson 99. Installing MySQL on virtual server and creating a databa<x>se.mp415.94MB
  • ZIPterials.zip32.40MB
Latest Search: 1.ONED-433   2.PBD-119   3.NASS-068   4.SCF-013   5.DKN-06   6.ACRS-06   7.NSPS-211   8.DAZD-046   9.IDBD-365   10.GIN-002   11.DJNI-38   12.RKI-282   13.CWM-134   14.CESD-010   15.DAZD-031   16.AKHO-047   17.MSYG-004   18.RKI-077   19.ID-19029   20.SBB-136   21.IDBD-216   22.MMXD-005   23.VENU-329   24.JUKD-908   25.CADV-268   26.SCF-015   27.MIBD-463   28.PDV-103   29.DVDPS-377   30.DJNH-06   31.DVH-172   32.JUC-669   33.RKI-179   34.IDBD-155   35.KWBD-057   36.IDBD-255   37.RKI-190   38.AMD-327   39.MIGD-400   40.YLW-4070   41.TMSB-009   42.RGD-273   43.BNDV-00667   44.BOIN-069   45.APAS-002   46.DXDB-007   47.MKZ-004   48.GUR-008   49.HYAZ-044   50.URAD-080   51.MUSO-0112   52.BF-239   53.AUKG-125   54.HITOUB-704   55.YUME-042   56.MO-06   57.DSD-451   58.MUSO-0059   59.DRD-008   60.KGB-013   61.HHED-022   62.ODV-066   63.SSGR-066   64.SZXX-001   65.DJNY-032   66.DJJR-003   67.ARMD-879   68.FETI-011   69.HEDV-099   70.JBST-010   71.433   72.119   73.068   74.013   75.06   76.06   77.211   78.046   79.365   80.002   81.38   82.282   83.134   84.010   85.031   86.047   87.004   88.077   89.19029   90.136   91.216   92.005   93.329   94.908   95.268   96.015   97.463   98.103   99.377   100.06   101.172   102.669   103.179   104.155   105.057   106.255   107.190   108.327   109.400   110.4070   111.009   112.273   113.00667   114.069   115.002   116.007   117.004   118.008   119.044   120.080   121.0112   122.239   123.125   124.704   125.042   126.06   127.451   128.0059   129.008   130.013   131.022   132.066   133.066   134.001   135.032   136.003   137.879   138.011   139.099   140.010