589689.xyz

[] Learn PHP Symfony 4 Hands-On Creating Real World Application

  • 收录时间:2019-11-29 13:13:31
  • 文件大小:7GB
  • 下载次数:72
  • 最近下载:2021-01-19 16:09:47
  • 磁力链接:

文件列表

  1. 4. Controllers, Routes, Views/1. About controllers.mp4 166MB
  2. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/9. Doctrine EventSubscriber - saving a notification as a reaction to other events.mp4 154MB
  3. 7. Doctrine advanced (following functionality)/5. FollowUnfollow functionality (controller, adding Entities to Collections).mp4 148MB
  4. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/4. Implementing like functionality through XHR requests (including JavaScript).mp4 143MB
  5. 9. Sending e-mails and Event Dispatcher/8. Account confirmation (using secure token, confirmation link on e-mail).mp4 141MB
  6. 6. Securing the application/10. Assigning user to MicroPost (ManyToOne & OneToMany).mp4 131MB
  7. 7. Doctrine advanced (following functionality)/9. Creating custom query to fetch users with more than 5 posts.mp4 129MB
  8. 7. Doctrine advanced (following functionality)/7. Doctrine QueryBuilder - creating queries in OOP manner.mp4 126MB
  9. 6. Securing the application/17. Adding an Admin User with all permissions.mp4 120MB
  10. 6. Securing the application/16. Securing controller actions and templates using Security Voter.mp4 120MB
  11. 7. Doctrine advanced (following functionality)/8. ArrayCollection vs PersistentCollection vs Collection.mp4 120MB
  12. 12. Testing your application/4. A more complicated case with testing.mp4 108MB
  13. 14. Automating the deployment process with CircleCi/5. Deployment job and deployment scripts.mp4 105MB
  14. 6. Securing the application/6. Login form part 2.mp4 103MB
  15. 5. Introduction to Databases (Doctrine2 ORM)/1. Doctrine introduction.mp4 102MB
  16. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/11. Marking notifications as being read (Doctrine Query Builder UPDATE queries).mp4 101MB
  17. 5. Introduction to Databases (Doctrine2 ORM)/6. Creating a form and handling form submission.mp4 99MB
  18. 6. Securing the application/12. Verifying user permissions in Twig (is_granted).mp4 98MB
  19. 6. Securing the application/9. User registration controller.mp4 97MB
  20. 7. Doctrine advanced (following functionality)/1. Lazy loading, proxy classes, repository find methods criteria.mp4 96MB
  21. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/8. Unseen notification badge (Twig + JavaScript).mp4 96MB
  22. 11. Sessions (and Translations used with EventSubscriber)/2. Storing user sessions in database.mp4 95MB
  23. 6. Securing the application/15. Restricting access to edit or delete a micro post using SecurityVoter.mp4 94MB
  24. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/3. Likes controller.mp4 94MB
  25. 11. Sessions (and Translations used with EventSubscriber)/4. UserPreferences Entity & OneToOne relation with User Entity.mp4 93MB
  26. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/10. Unseen notification list.mp4 93MB
  27. 11. Sessions (and Translations used with EventSubscriber)/3. LocaleSubscriber - keeping user locale (language) in session.mp4 91MB
  28. 6. Securing the application/4. User Entity fixtures.mp4 90MB
  29. 5. Introduction to Databases (Doctrine2 ORM)/4. Basics of doctrine repository.mp4 89MB
  30. 5. Introduction to Databases (Doctrine2 ORM)/7. Repository find methods and Twig include.mp4 87MB
  31. 7. Doctrine advanced (following functionality)/3. ManyToMany self-referencing relation (followingfollowers).mp4 87MB
  32. 5. Introduction to Databases (Doctrine2 ORM)/8. Repository findBy, form validation, handling Entity changes.mp4 85MB
  33. 10. Translations and internationalization/3. Translation strings with variables (translating confirmation e-mail with links).mp4 83MB
  34. 6. Securing the application/5. Login form part 1.mp4 82MB
  35. 6. Securing the application/8. User registration form.mp4 81MB
  36. 2. Work environment setup & overview/7. Symfony project structure overview.mp4 80MB
  37. 4. Controllers, Routes, Views/2. About routing.mp4 79MB
  38. 4. Controllers, Routes, Views/8. Installing Bootstrap 4 and compiling assets using Encore (Webpack).mp4 79MB
  39. 3. Service Container/5. Manual service wiring, parameter binding.mp4 78MB
  40. 9. Sending e-mails and Event Dispatcher/5. Sending e-mail after user registers using Swift Mailer.mp4 76MB
  41. 4. Controllers, Routes, Views/3. Introduction to views (Twig).mp4 76MB
  42. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/6. Doctrine Table Inheritance - base Notification Entity.mp4 76MB
  43. 6. Securing the application/3. Creating User entity.mp4 73MB
  44. 7. Doctrine advanced (following functionality)/4. Fetching collections lazily in templates.mp4 73MB
  45. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/7. NotificationRepository - fetching notifications unseen by user.mp4 71MB
  46. 6. Securing the application/2. Security component config and HTTP Basic login.mp4 70MB
  47. 12. Testing your application/2. Writing first unit test.mp4 69MB
  48. 6. Securing the application/7. Adding validation to User entity.mp4 66MB
  49. 11. Sessions (and Translations used with EventSubscriber)/5. Creating new UserPreferences after user registration (responding to event).mp4 66MB
  50. 14. Automating the deployment process with CircleCi/6. Running the deployment job.mp4 65MB
  51. 10. Translations and internationalization/2. Using trans Twig filter to translate strings and validation messages translation.mp4 65MB
  52. 14. Automating the deployment process with CircleCi/2. Setting up CircleCI (automation server).mp4 64MB
  53. 3. Service Container/1. About Service Container.mp4 63MB
  54. 6. Securing the application/13. Adding randomness to fixtures.mp4 62MB
  55. 3. Service Container/3. Public, private services, service aliases.mp4 59MB
  56. 6. Securing the application/19. Restricting adding new posts to registered users (many ways of doing that).mp4 58MB
  57. 4. Controllers, Routes, Views/4. Twig filters & custom Twig extensions.mp4 56MB
  58. 5. Introduction to Databases (Doctrine2 ORM)/2. Creating first Entity.mp4 56MB
  59. 10. Translations and internationalization/4. Translation pluralization (different translation depending on variable).mp4 56MB
  60. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/2. ManyToMany relationship for liked posts.mp4 56MB
  61. 5. Introduction to Databases (Doctrine2 ORM)/9. Deleting an Entity and flash messages.mp4 55MB
  62. 5. Introduction to Databases (Doctrine2 ORM)/3. Creating a database migration.mp4 54MB
  63. 9. Sending e-mails and Event Dispatcher/2. Dispatching an event when user registers.mp4 53MB
  64. 11. Sessions (and Translations used with EventSubscriber)/6. UserLocaleSubscriber - loading user language from DB and keeping in session.mp4 53MB
  65. 12. Testing your application/3. Creating PHPUnit Mocks.mp4 52MB
  66. 4. Controllers, Routes, Views/7. Handling assets (JavaScript, CSS) using Symfony Encore (and Webpack).mp4 51MB
  67. 2. Work environment setup & overview/1. Setting up Vagrant on Windows.mp4 51MB
  68. 3. Service Container/4. Service tags.mp4 51MB
  69. 13. Deploying Symfony4 on production environment/10. Moving application code to production server using Git & dependencies.mp4 50MB
  70. 9. Sending e-mails and Event Dispatcher/7. Creating a Mailer class to handle e-mail sending (and generation using Twig).mp4 49MB
  71. 7. Doctrine advanced (following functionality)/6. FollowUnfollow functionality (security, verifying uniqueness).mp4 49MB
  72. 6. Securing the application/11. Fixtures for relations (using references in fixtures).mp4 48MB
  73. 5. Introduction to Databases (Doctrine2 ORM)/5. Creating fixtures (database seeding).mp4 48MB
  74. 4. Controllers, Routes, Views/6. Global variables in Twig.mp4 47MB
  75. 4. Controllers, Routes, Views/5. Custom error pages using Twig.mp4 45MB
  76. 3. Service Container/2. Autowiring, Autoconfiguring services.mp4 44MB
  77. 2. Work environment setup & overview/3. Setting up Vagrant on MacOS.mp4 43MB
  78. 7. Doctrine advanced (following functionality)/2. Doctrine Lifecycle Callbacks.mp4 43MB
  79. 13. Deploying Symfony4 on production environment/9. Configuring Apache Virtual Host and using fake SMTP testing server.mp4 43MB
  80. 14. Automating the deployment process with CircleCi/3. Running our first automation job (running tests).mp4 41MB
  81. 1. Introduction/4.1 full-source-code.zip.zip 40MB
  82. 13. Deploying Symfony4 on production environment/11. Running migrations on server and folder permissions.mp4 39MB
  83. 5. Introduction to Databases (Doctrine2 ORM)/10. Doctrine internals (Entity, EntityManager, Unit of Work, Identity Map).mp4 38MB
  84. 13. Deploying Symfony4 on production environment/6. Installing Apache2 on virtual server.mp4 38MB
  85. 2. Work environment setup & overview/5. Running Vagrant and creating a new Symfony 4 project.mp4 37MB
  86. 2. Work environment setup & overview/2. Setting up Vagrant on Ubuntu.mp4 34MB
  87. 13. Deploying Symfony4 on production environment/1. Creating a GitHub account and adding an SSH key.mp4 33MB
  88. 6. Securing the application/1. Security concepts.mp4 32MB
  89. 10. Translations and internationalization/1. Installing and configuring translation component.mp4 30MB
  90. 7. Doctrine advanced (following functionality)/10. More on Doctrine Collections (from the database perspective).mp4 28MB
  91. 9. Sending e-mails and Event Dispatcher/3. EventSubscriber - listening to user register event.mp4 27MB
  92. 1. Introduction/1. Introduction.mp4 25MB
  93. 13. Deploying Symfony4 on production environment/7. Installing PHP 7.2 on virtual server.mp4 25MB
  94. 9. Sending e-mails and Event Dispatcher/6. E-mail spooling.mp4 25MB
  95. 13. Deploying Symfony4 on production environment/5. Creating and adding an SSH key to DigitalOcean (and managing SSH keys).mp4 22MB
  96. 1. Introduction/3. Tools overview.mp4 22MB
  97. 6. Securing the application/18. Security role hierarchy.mp4 21MB
  98. 6. Securing the application/14. Security Voters introduction.mp4 20MB
  99. 13. Deploying Symfony4 on production environment/8. Installing MySQL on virtual server and creating a database.mp4 16MB
  100. 14. Automating the deployment process with CircleCi/1. Introduction to Continuous Integration & Continuous Deployment.mp4 16MB
  101. 9. Sending e-mails and Event Dispatcher/1. Introduction to EventDispatcher.mp4 15MB
  102. 11. Sessions (and Translations used with EventSubscriber)/1. Introduction to sessions.mp4 15MB
  103. 13. Deploying Symfony4 on production environment/3. Creating a DigitalOcean droplet.mp4 13MB
  104. 1. Introduction/2. About Symfony.mp4 13MB
  105. 12. Testing your application/1. Introduction to unit testing (using PHPUnit).mp4 9MB
  106. 13. Deploying Symfony4 on production environment/4. First login to virtual server and changing the root password.mp4 9MB
  107. 14. Automating the deployment process with CircleCi/4. Adding deployment SSH key to CricleCI.mp4 7MB
  108. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/5. Notifications introduction.mp4 4MB
  109. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/1. Section introduction.mp4 3MB
  110. 4. Controllers, Routes, Views/3.1 twig-cheat-sheet.pdf.pdf 82KB
  111. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/4. Implementing like functionality through XHR requests (including JavaScript).srt 18KB
  112. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/9. Doctrine EventSubscriber - saving a notification as a reaction to other events.srt 17KB
  113. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/4. Implementing like functionality through XHR requests (including JavaScript).vtt 15KB
  114. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/9. Doctrine EventSubscriber - saving a notification as a reaction to other events.vtt 15KB
  115. 7. Doctrine advanced (following functionality)/5. FollowUnfollow functionality (controller, adding Entities to Collections).srt 15KB
  116. 7. Doctrine advanced (following functionality)/5. FollowUnfollow functionality (controller, adding Entities to Collections).vtt 13KB
  117. 9. Sending e-mails and Event Dispatcher/8. Account confirmation (using secure token, confirmation link on e-mail).srt 13KB
  118. 9. Sending e-mails and Event Dispatcher/8. Account confirmation (using secure token, confirmation link on e-mail).vtt 11KB
  119. 4. Controllers, Routes, Views/1. About controllers.srt 11KB
  120. 14. Automating the deployment process with CircleCi/5. Deployment job and deployment scripts.srt 11KB
  121. 7. Doctrine advanced (following functionality)/9. Creating custom query to fetch users with more than 5 posts.srt 11KB
  122. 6. Securing the application/12. Verifying user permissions in Twig (is_granted).srt 11KB
  123. 6. Securing the application/9. User registration controller.srt 11KB
  124. 5. Introduction to Databases (Doctrine2 ORM)/1. Doctrine introduction.srt 11KB
  125. 6. Securing the application/6. Login form part 2.srt 10KB
  126. 5. Introduction to Databases (Doctrine2 ORM)/6. Creating a form and handling form submission.srt 10KB
  127. 6. Securing the application/10. Assigning user to MicroPost (ManyToOne & OneToMany).srt 10KB
  128. 7. Doctrine advanced (following functionality)/7. Doctrine QueryBuilder - creating queries in OOP manner.srt 10KB
  129. 6. Securing the application/16. Securing controller actions and templates using Security Voter.srt 10KB
  130. 6. Securing the application/17. Adding an Admin User with all permissions.srt 10KB
  131. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/10. Unseen notification list.srt 10KB
  132. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/8. Unseen notification badge (Twig + JavaScript).srt 10KB
  133. 6. Securing the application/15. Restricting access to edit or delete a micro post using SecurityVoter.srt 10KB
  134. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/11. Marking notifications as being read (Doctrine Query Builder UPDATE queries).srt 10KB
  135. 4. Controllers, Routes, Views/1. About controllers.vtt 10KB
  136. 14. Automating the deployment process with CircleCi/5. Deployment job and deployment scripts.vtt 9KB
  137. 6. Securing the application/12. Verifying user permissions in Twig (is_granted).vtt 9KB
  138. 4. Controllers, Routes, Views/3. Introduction to views (Twig).srt 9KB
  139. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/6. Doctrine Table Inheritance - base Notification Entity.srt 9KB
  140. 7. Doctrine advanced (following functionality)/9. Creating custom query to fetch users with more than 5 posts.vtt 9KB
  141. 6. Securing the application/9. User registration controller.vtt 9KB
  142. 5. Introduction to Databases (Doctrine2 ORM)/1. Doctrine introduction.vtt 9KB
  143. 9. Sending e-mails and Event Dispatcher/5. Sending e-mail after user registers using Swift Mailer.srt 9KB
  144. 14. Automating the deployment process with CircleCi/2. Setting up CircleCI (automation server).srt 9KB
  145. 12. Testing your application/4. A more complicated case with testing.srt 9KB
  146. 6. Securing the application/6. Login form part 2.vtt 9KB
  147. 6. Securing the application/4. User Entity fixtures.srt 9KB
  148. 5. Introduction to Databases (Doctrine2 ORM)/6. Creating a form and handling form submission.vtt 9KB
  149. 6. Securing the application/10. Assigning user to MicroPost (ManyToOne & OneToMany).vtt 9KB
  150. 7. Doctrine advanced (following functionality)/7. Doctrine QueryBuilder - creating queries in OOP manner.vtt 9KB
  151. 6. Securing the application/16. Securing controller actions and templates using Security Voter.vtt 9KB
  152. 6. Securing the application/5. Login form part 1.srt 9KB
  153. 6. Securing the application/2. Security component config and HTTP Basic login.srt 9KB
  154. 6. Securing the application/17. Adding an Admin User with all permissions.vtt 9KB
  155. 7. Doctrine advanced (following functionality)/8. ArrayCollection vs PersistentCollection vs Collection.srt 9KB
  156. 11. Sessions (and Translations used with EventSubscriber)/2. Storing user sessions in database.srt 9KB
  157. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/10. Unseen notification list.vtt 9KB
  158. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/3. Likes controller.srt 9KB
  159. 5. Introduction to Databases (Doctrine2 ORM)/4. Basics of doctrine repository.srt 9KB
  160. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/8. Unseen notification badge (Twig + JavaScript).vtt 9KB
  161. 10. Translations and internationalization/3. Translation strings with variables (translating confirmation e-mail with links).srt 8KB
  162. 6. Securing the application/3. Creating User entity.srt 8KB
  163. 6. Securing the application/15. Restricting access to edit or delete a micro post using SecurityVoter.vtt 8KB
  164. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/11. Marking notifications as being read (Doctrine Query Builder UPDATE queries).vtt 8KB
  165. 5. Introduction to Databases (Doctrine2 ORM)/7. Repository find methods and Twig include.srt 8KB
  166. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/6. Doctrine Table Inheritance - base Notification Entity.vtt 8KB
  167. 11. Sessions (and Translations used with EventSubscriber)/3. LocaleSubscriber - keeping user locale (language) in session.srt 8KB
  168. 4. Controllers, Routes, Views/3. Introduction to views (Twig).vtt 8KB
  169. 14. Automating the deployment process with CircleCi/2. Setting up CircleCI (automation server).vtt 8KB
  170. 9. Sending e-mails and Event Dispatcher/5. Sending e-mail after user registers using Swift Mailer.vtt 8KB
  171. 12. Testing your application/2. Writing first unit test.srt 8KB
  172. 13. Deploying Symfony4 on production environment/9. Configuring Apache Virtual Host and using fake SMTP testing server.srt 8KB
  173. 11. Sessions (and Translations used with EventSubscriber)/4. UserPreferences Entity & OneToOne relation with User Entity.srt 8KB
  174. 5. Introduction to Databases (Doctrine2 ORM)/8. Repository findBy, form validation, handling Entity changes.srt 8KB
  175. 12. Testing your application/4. A more complicated case with testing.vtt 8KB
  176. 6. Securing the application/4. User Entity fixtures.vtt 8KB
  177. 7. Doctrine advanced (following functionality)/3. ManyToMany self-referencing relation (followingfollowers).srt 8KB
  178. 4. Controllers, Routes, Views/2. About routing.srt 8KB
  179. 7. Doctrine advanced (following functionality)/1. Lazy loading, proxy classes, repository find methods criteria.srt 8KB
  180. 6. Securing the application/5. Login form part 1.vtt 8KB
  181. 6. Securing the application/2. Security component config and HTTP Basic login.vtt 8KB
  182. 4. Controllers, Routes, Views/7. Handling assets (JavaScript, CSS) using Symfony Encore (and Webpack).srt 8KB
  183. 7. Doctrine advanced (following functionality)/8. ArrayCollection vs PersistentCollection vs Collection.vtt 8KB
  184. 11. Sessions (and Translations used with EventSubscriber)/2. Storing user sessions in database.vtt 8KB
  185. 5. Introduction to Databases (Doctrine2 ORM)/4. Basics of doctrine repository.vtt 8KB
  186. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/3. Likes controller.vtt 8KB
  187. 6. Securing the application/3. Creating User entity.vtt 7KB
  188. 10. Translations and internationalization/3. Translation strings with variables (translating confirmation e-mail with links).vtt 7KB
  189. 1. Introduction/1. Introduction.srt 7KB
  190. 5. Introduction to Databases (Doctrine2 ORM)/7. Repository find methods and Twig include.vtt 7KB
  191. 11. Sessions (and Translations used with EventSubscriber)/3. LocaleSubscriber - keeping user locale (language) in session.vtt 7KB
  192. 7. Doctrine advanced (following functionality)/4. Fetching collections lazily in templates.srt 7KB
  193. 5. Introduction to Databases (Doctrine2 ORM)/3. Creating a database migration.srt 7KB
  194. 4. Controllers, Routes, Views/4. Twig filters & custom Twig extensions.srt 7KB
  195. 12. Testing your application/2. Writing first unit test.vtt 7KB
  196. 6. Securing the application/8. User registration form.srt 7KB
  197. 11. Sessions (and Translations used with EventSubscriber)/4. UserPreferences Entity & OneToOne relation with User Entity.vtt 7KB
  198. 13. Deploying Symfony4 on production environment/9. Configuring Apache Virtual Host and using fake SMTP testing server.vtt 7KB
  199. 5. Introduction to Databases (Doctrine2 ORM)/8. Repository findBy, form validation, handling Entity changes.vtt 7KB
  200. 7. Doctrine advanced (following functionality)/3. ManyToMany self-referencing relation (followingfollowers).vtt 7KB
  201. 4. Controllers, Routes, Views/2. About routing.vtt 7KB
  202. 4. Controllers, Routes, Views/8. Installing Bootstrap 4 and compiling assets using Encore (Webpack).srt 7KB
  203. 7. Doctrine advanced (following functionality)/1. Lazy loading, proxy classes, repository find methods criteria.vtt 7KB
  204. 4. Controllers, Routes, Views/7. Handling assets (JavaScript, CSS) using Symfony Encore (and Webpack).vtt 7KB
  205. 10. Translations and internationalization/2. Using trans Twig filter to translate strings and validation messages translation.srt 7KB
  206. 2. Work environment setup & overview/7. Symfony project structure overview.srt 7KB
  207. 5. Introduction to Databases (Doctrine2 ORM)/2. Creating first Entity.srt 6KB
  208. 1. Introduction/1. Introduction.vtt 6KB
  209. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/7. NotificationRepository - fetching notifications unseen by user.srt 6KB
  210. 7. Doctrine advanced (following functionality)/4. Fetching collections lazily in templates.vtt 6KB
  211. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/2. ManyToMany relationship for liked posts.srt 6KB
  212. 5. Introduction to Databases (Doctrine2 ORM)/3. Creating a database migration.vtt 6KB
  213. 4. Controllers, Routes, Views/4. Twig filters & custom Twig extensions.vtt 6KB
  214. 3. Service Container/1. About Service Container.srt 6KB
  215. 13. Deploying Symfony4 on production environment/11. Running migrations on server and folder permissions.srt 6KB
  216. 6. Securing the application/8. User registration form.vtt 6KB
  217. 4. Controllers, Routes, Views/8. Installing Bootstrap 4 and compiling assets using Encore (Webpack).vtt 6KB
  218. 6. Securing the application/19. Restricting adding new posts to registered users (many ways of doing that).srt 6KB
  219. 13. Deploying Symfony4 on production environment/1. Creating a GitHub account and adding an SSH key.srt 6KB
  220. 2. Work environment setup & overview/7. Symfony project structure overview.vtt 6KB
  221. 10. Translations and internationalization/2. Using trans Twig filter to translate strings and validation messages translation.vtt 6KB
  222. 5. Introduction to Databases (Doctrine2 ORM)/2. Creating first Entity.vtt 6KB
  223. 11. Sessions (and Translations used with EventSubscriber)/5. Creating new UserPreferences after user registration (responding to event).srt 6KB
  224. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/7. NotificationRepository - fetching notifications unseen by user.vtt 6KB
  225. 6. Securing the application/7. Adding validation to User entity.srt 6KB
  226. 12. Testing your application/3. Creating PHPUnit Mocks.srt 6KB
  227. 7. Doctrine advanced (following functionality)/6. FollowUnfollow functionality (security, verifying uniqueness).srt 6KB
  228. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/2. ManyToMany relationship for liked posts.vtt 6KB
  229. 3. Service Container/1. About Service Container.vtt 5KB
  230. 11. Sessions (and Translations used with EventSubscriber)/6. UserLocaleSubscriber - loading user language from DB and keeping in session.srt 5KB
  231. 13. Deploying Symfony4 on production environment/11. Running migrations on server and folder permissions.vtt 5KB
  232. 4. Controllers, Routes, Views/5. Custom error pages using Twig.srt 5KB
  233. 9. Sending e-mails and Event Dispatcher/2. Dispatching an event when user registers.srt 5KB
  234. 3. Service Container/5. Manual service wiring, parameter binding.srt 5KB
  235. 5. Introduction to Databases (Doctrine2 ORM)/5. Creating fixtures (database seeding).srt 5KB
  236. 6. Securing the application/19. Restricting adding new posts to registered users (many ways of doing that).vtt 5KB
  237. 9. Sending e-mails and Event Dispatcher/6. E-mail spooling.srt 5KB
  238. 13. Deploying Symfony4 on production environment/1. Creating a GitHub account and adding an SSH key.vtt 5KB
  239. 13. Deploying Symfony4 on production environment/10. Moving application code to production server using Git & dependencies.srt 5KB
  240. 5. Introduction to Databases (Doctrine2 ORM)/10. Doctrine internals (Entity, EntityManager, Unit of Work, Identity Map).srt 5KB
  241. 11. Sessions (and Translations used with EventSubscriber)/5. Creating new UserPreferences after user registration (responding to event).vtt 5KB
  242. 3. Service Container/3. Public, private services, service aliases.srt 5KB
  243. 6. Securing the application/7. Adding validation to User entity.vtt 5KB
  244. 3. Service Container/4. Service tags.srt 5KB
  245. 12. Testing your application/3. Creating PHPUnit Mocks.vtt 5KB
  246. 7. Doctrine advanced (following functionality)/6. FollowUnfollow functionality (security, verifying uniqueness).vtt 5KB
  247. 14. Automating the deployment process with CircleCi/6. Running the deployment job.srt 5KB
  248. 2. Work environment setup & overview/5. Running Vagrant and creating a new Symfony 4 project.srt 5KB
  249. 11. Sessions (and Translations used with EventSubscriber)/6. UserLocaleSubscriber - loading user language from DB and keeping in session.vtt 5KB
  250. 4. Controllers, Routes, Views/5. Custom error pages using Twig.vtt 5KB
  251. 5. Introduction to Databases (Doctrine2 ORM)/5. Creating fixtures (database seeding).vtt 5KB
  252. 9. Sending e-mails and Event Dispatcher/2. Dispatching an event when user registers.vtt 5KB
  253. 5. Introduction to Databases (Doctrine2 ORM)/9. Deleting an Entity and flash messages.srt 5KB
  254. 9. Sending e-mails and Event Dispatcher/7. Creating a Mailer class to handle e-mail sending (and generation using Twig).srt 5KB
  255. 4. Controllers, Routes, Views/6. Global variables in Twig.srt 5KB
  256. 3. Service Container/5. Manual service wiring, parameter binding.vtt 5KB
  257. 9. Sending e-mails and Event Dispatcher/6. E-mail spooling.vtt 4KB
  258. 5. Introduction to Databases (Doctrine2 ORM)/10. Doctrine internals (Entity, EntityManager, Unit of Work, Identity Map).vtt 4KB
  259. 6. Securing the application/13. Adding randomness to fixtures.srt 4KB
  260. 13. Deploying Symfony4 on production environment/10. Moving application code to production server using Git & dependencies.vtt 4KB
  261. 3. Service Container/3. Public, private services, service aliases.vtt 4KB
  262. 3. Service Container/2. Autowiring, Autoconfiguring services.srt 4KB
  263. 3. Service Container/4. Service tags.vtt 4KB
  264. 13. Deploying Symfony4 on production environment/5. Creating and adding an SSH key to DigitalOcean (and managing SSH keys).srt 4KB
  265. 2. Work environment setup & overview/5. Running Vagrant and creating a new Symfony 4 project.vtt 4KB
  266. 10. Translations and internationalization/4. Translation pluralization (different translation depending on variable).srt 4KB
  267. 14. Automating the deployment process with CircleCi/6. Running the deployment job.vtt 4KB
  268. 7. Doctrine advanced (following functionality)/2. Doctrine Lifecycle Callbacks.srt 4KB
  269. 9. Sending e-mails and Event Dispatcher/3. EventSubscriber - listening to user register event.srt 4KB
  270. 4. Controllers, Routes, Views/6. Global variables in Twig.vtt 4KB
  271. 9. Sending e-mails and Event Dispatcher/7. Creating a Mailer class to handle e-mail sending (and generation using Twig).vtt 4KB
  272. 10. Translations and internationalization/1. Installing and configuring translation component.srt 4KB
  273. 5. Introduction to Databases (Doctrine2 ORM)/9. Deleting an Entity and flash messages.vtt 4KB
  274. 6. Securing the application/11. Fixtures for relations (using references in fixtures).srt 4KB
  275. 6. Securing the application/1. Security concepts.srt 4KB
  276. 6. Securing the application/13. Adding randomness to fixtures.vtt 4KB
  277. 3. Service Container/2. Autowiring, Autoconfiguring services.vtt 4KB
  278. 13. Deploying Symfony4 on production environment/6. Installing Apache2 on virtual server.srt 4KB
  279. 13. Deploying Symfony4 on production environment/5. Creating and adding an SSH key to DigitalOcean (and managing SSH keys).vtt 4KB
  280. 10. Translations and internationalization/4. Translation pluralization (different translation depending on variable).vtt 4KB
  281. 7. Doctrine advanced (following functionality)/2. Doctrine Lifecycle Callbacks.vtt 4KB
  282. 9. Sending e-mails and Event Dispatcher/3. EventSubscriber - listening to user register event.vtt 4KB
  283. 6. Securing the application/11. Fixtures for relations (using references in fixtures).vtt 4KB
  284. 10. Translations and internationalization/1. Installing and configuring translation component.vtt 4KB
  285. 6. Securing the application/1. Security concepts.vtt 3KB
  286. 6. Securing the application/14. Security Voters introduction.srt 3KB
  287. 14. Automating the deployment process with CircleCi/3. Running our first automation job (running tests).srt 3KB
  288. 2. Work environment setup & overview/1. Setting up Vagrant on Windows.srt 3KB
  289. 13. Deploying Symfony4 on production environment/6. Installing Apache2 on virtual server.vtt 3KB
  290. 9. Sending e-mails and Event Dispatcher/1. Introduction to EventDispatcher.srt 3KB
  291. 11. Sessions (and Translations used with EventSubscriber)/1. Introduction to sessions.srt 3KB
  292. 6. Securing the application/14. Security Voters introduction.vtt 3KB
  293. 2. Work environment setup & overview/3. Setting up Vagrant on MacOS.srt 3KB
  294. 14. Automating the deployment process with CircleCi/3. Running our first automation job (running tests).vtt 3KB
  295. 2. Work environment setup & overview/1. Setting up Vagrant on Windows.vtt 3KB
  296. 7. Doctrine advanced (following functionality)/9.1 source.zip.zip 3KB
  297. 9. Sending e-mails and Event Dispatcher/1. Introduction to EventDispatcher.vtt 3KB
  298. 11. Sessions (and Translations used with EventSubscriber)/1. Introduction to sessions.vtt 3KB
  299. 1. Introduction/2. About Symfony.srt 3KB
  300. 13. Deploying Symfony4 on production environment/8. Installing MySQL on virtual server and creating a database.srt 3KB
  301. 2. Work environment setup & overview/2. Setting up Vagrant on Ubuntu.srt 3KB
  302. 7. Doctrine advanced (following functionality)/10. More on Doctrine Collections (from the database perspective).srt 3KB
  303. 14. Automating the deployment process with CircleCi/1. Introduction to Continuous Integration & Continuous Deployment.srt 3KB
  304. 2. Work environment setup & overview/3. Setting up Vagrant on MacOS.vtt 3KB
  305. 10. Translations and internationalization/2.1 translations.zip.zip 3KB
  306. 4. Controllers, Routes, Views/8.1 base.html.html 2KB
  307. 1. Introduction/2. About Symfony.vtt 2KB
  308. 7. Doctrine advanced (following functionality)/10. More on Doctrine Collections (from the database perspective).vtt 2KB
  309. 13. Deploying Symfony4 on production environment/8. Installing MySQL on virtual server and creating a database.vtt 2KB
  310. 14. Automating the deployment process with CircleCi/1. Introduction to Continuous Integration & Continuous Deployment.vtt 2KB
  311. 2. Work environment setup & overview/2. Setting up Vagrant on Ubuntu.vtt 2KB
  312. 1. Introduction/3. Tools overview.srt 2KB
  313. 2. Work environment setup & overview/4. IMPORTANT! Vagrant problems and FAQ.html 2KB
  314. 12. Testing your application/1. Introduction to unit testing (using PHPUnit).srt 2KB
  315. 6. Securing the application/18. Security role hierarchy.srt 2KB
  316. 7. Doctrine advanced (following functionality)/4.1 user-posts-not-full.html.html 2KB
  317. 1. Introduction/3. Tools overview.vtt 2KB
  318. 6. Securing the application/4.1 source.zip.zip 2KB
  319. 13. Deploying Symfony4 on production environment/7. Installing PHP 7.2 on virtual server.srt 2KB
  320. 12. Testing your application/1. Introduction to unit testing (using PHPUnit).vtt 2KB
  321. 6. Securing the application/18. Security role hierarchy.vtt 2KB
  322. 6. Securing the application/5.1 source.zip.zip 2KB
  323. 13. Deploying Symfony4 on production environment/3. Creating a DigitalOcean droplet.srt 2KB
  324. 13. Deploying Symfony4 on production environment/4. First login to virtual server and changing the root password.srt 2KB
  325. 13. Deploying Symfony4 on production environment/7. Installing PHP 7.2 on virtual server.vtt 2KB
  326. 2. Work environment setup & overview/6. IDEEditor and tools overview and recommendations.html 2KB
  327. 13. Deploying Symfony4 on production environment/3. Creating a DigitalOcean droplet.vtt 2KB
  328. 13. Deploying Symfony4 on production environment/4. First login to virtual server and changing the root password.vtt 1KB
  329. 14. Automating the deployment process with CircleCi/4. Adding deployment SSH key to CricleCI.srt 1KB
  330. 14. Automating the deployment process with CircleCi/4. Adding deployment SSH key to CricleCI.vtt 1KB
  331. 7. Doctrine advanced (following functionality)/7.1 MicroPostRepository.php.zip.zip 1KB
  332. 6. Securing the application/2.1 002-security.yml.zip.zip 1KB
  333. 6. Securing the application/12.1 base-navbar.html.twig.zip.zip 999B
  334. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/1. Section introduction.srt 990B
  335. 15. Bonus/1. Bonus Lecture Discount on the REST API in Symfony course!.html 943B
  336. 6. Securing the application/13.1 user-fixtures.php.zip.zip 929B
  337. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/5. Notifications introduction.srt 901B
  338. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/1. Section introduction.vtt 898B
  339. 8. Doctrine advanced Part 2 (likes functionality & user notifications)/5. Notifications introduction.vtt 809B
  340. 2. Work environment setup & overview/2.1 ubuntu-commands.txt.txt 790B
  341. 11. Sessions (and Translations used with EventSubscriber)/2.1 migration.sql.zip.zip 722B
  342. 13. Deploying Symfony4 on production environment/9.1 micro-post.conf.conf 716B
  343. 9. Sending e-mails and Event Dispatcher/4. UPDATE Missing code on next lecture.html 649B
  344. 6. Securing the application/3.1 User.php.zip.zip 618B
  345. 9. Sending e-mails and Event Dispatcher/8.1 TokenGenerator.php.zip.zip 469B
  346. 13. Deploying Symfony4 on production environment/10.1 node_yarn_commands.txt.txt 415B
  347. 0. Websites you may like/0. (1Hack.Us) Premium Tutorials-Guides-Articles & Community based Forum.url 377B
  348. 13. Deploying Symfony4 on production environment/2. DigitalOcean Coupon Code.html 358B
  349. 0. Websites you may like/1. (FreeTutorials.Us) Download Udemy Paid Courses For Free.url 328B
  350. 0. Websites you may like/2. (FreeCoursesOnline.Me) Download Udacity, Masterclass, Lynda, PHLearn, Pluralsight Free.url 286B
  351. 0. Websites you may like/4. (FTUApps.com) Download Cracked Developers Applications For Free.url 239B
  352. 0. Websites you may like/How you can help Team-FTU.txt 237B
  353. 13. Deploying Symfony4 on production environment/7.1 install_php_commands.txt.txt 217B
  354. 0. Websites you may like/3. (NulledPremium.com) Download E-Learning, E-Books, Audio-Books, Comics, Articles and more... etc.url 163B
  355. 1. Introduction/4. Full source code.html 77B