[] Learn PHP Symfony 4 Hands-On Creating Real World Application
- 收录时间:2019-11-29 13:13:31
- 文件大小:7GB
- 下载次数:72
- 最近下载:2021-01-19 16:09:47
- 磁力链接:
-
文件列表
- 4. Controllers, Routes, Views/1. About controllers.mp4 166MB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/9. Doctrine EventSubscriber - saving a notification as a reaction to other events.mp4 154MB
- 7. Doctrine advanced (following functionality)/5. FollowUnfollow functionality (controller, adding Entities to Collections).mp4 148MB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/4. Implementing like functionality through XHR requests (including JavaScript).mp4 143MB
- 9. Sending e-mails and Event Dispatcher/8. Account confirmation (using secure token, confirmation link on e-mail).mp4 141MB
- 6. Securing the application/10. Assigning user to MicroPost (ManyToOne & OneToMany).mp4 131MB
- 7. Doctrine advanced (following functionality)/9. Creating custom query to fetch users with more than 5 posts.mp4 129MB
- 7. Doctrine advanced (following functionality)/7. Doctrine QueryBuilder - creating queries in OOP manner.mp4 126MB
- 6. Securing the application/17. Adding an Admin User with all permissions.mp4 120MB
- 6. Securing the application/16. Securing controller actions and templates using Security Voter.mp4 120MB
- 7. Doctrine advanced (following functionality)/8. ArrayCollection vs PersistentCollection vs Collection.mp4 120MB
- 12. Testing your application/4. A more complicated case with testing.mp4 108MB
- 14. Automating the deployment process with CircleCi/5. Deployment job and deployment scripts.mp4 105MB
- 6. Securing the application/6. Login form part 2.mp4 103MB
- 5. Introduction to Databases (Doctrine2 ORM)/1. Doctrine introduction.mp4 102MB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/11. Marking notifications as being read (Doctrine Query Builder UPDATE queries).mp4 101MB
- 5. Introduction to Databases (Doctrine2 ORM)/6. Creating a form and handling form submission.mp4 99MB
- 6. Securing the application/12. Verifying user permissions in Twig (is_granted).mp4 98MB
- 6. Securing the application/9. User registration controller.mp4 97MB
- 7. Doctrine advanced (following functionality)/1. Lazy loading, proxy classes, repository find methods criteria.mp4 96MB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/8. Unseen notification badge (Twig + JavaScript).mp4 96MB
- 11. Sessions (and Translations used with EventSubscriber)/2. Storing user sessions in database.mp4 95MB
- 6. Securing the application/15. Restricting access to edit or delete a micro post using SecurityVoter.mp4 94MB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/3. Likes controller.mp4 94MB
- 11. Sessions (and Translations used with EventSubscriber)/4. UserPreferences Entity & OneToOne relation with User Entity.mp4 93MB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/10. Unseen notification list.mp4 93MB
- 11. Sessions (and Translations used with EventSubscriber)/3. LocaleSubscriber - keeping user locale (language) in session.mp4 91MB
- 6. Securing the application/4. User Entity fixtures.mp4 90MB
- 5. Introduction to Databases (Doctrine2 ORM)/4. Basics of doctrine repository.mp4 89MB
- 5. Introduction to Databases (Doctrine2 ORM)/7. Repository find methods and Twig include.mp4 87MB
- 7. Doctrine advanced (following functionality)/3. ManyToMany self-referencing relation (followingfollowers).mp4 87MB
- 5. Introduction to Databases (Doctrine2 ORM)/8. Repository findBy, form validation, handling Entity changes.mp4 85MB
- 10. Translations and internationalization/3. Translation strings with variables (translating confirmation e-mail with links).mp4 83MB
- 6. Securing the application/5. Login form part 1.mp4 82MB
- 6. Securing the application/8. User registration form.mp4 81MB
- 2. Work environment setup & overview/7. Symfony project structure overview.mp4 80MB
- 4. Controllers, Routes, Views/2. About routing.mp4 79MB
- 4. Controllers, Routes, Views/8. Installing Bootstrap 4 and compiling assets using Encore (Webpack).mp4 79MB
- 3. Service Container/5. Manual service wiring, parameter binding.mp4 78MB
- 9. Sending e-mails and Event Dispatcher/5. Sending e-mail after user registers using Swift Mailer.mp4 76MB
- 4. Controllers, Routes, Views/3. Introduction to views (Twig).mp4 76MB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/6. Doctrine Table Inheritance - base Notification Entity.mp4 76MB
- 6. Securing the application/3. Creating User entity.mp4 73MB
- 7. Doctrine advanced (following functionality)/4. Fetching collections lazily in templates.mp4 73MB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/7. NotificationRepository - fetching notifications unseen by user.mp4 71MB
- 6. Securing the application/2. Security component config and HTTP Basic login.mp4 70MB
- 12. Testing your application/2. Writing first unit test.mp4 69MB
- 6. Securing the application/7. Adding validation to User entity.mp4 66MB
- 11. Sessions (and Translations used with EventSubscriber)/5. Creating new UserPreferences after user registration (responding to event).mp4 66MB
- 14. Automating the deployment process with CircleCi/6. Running the deployment job.mp4 65MB
- 10. Translations and internationalization/2. Using trans Twig filter to translate strings and validation messages translation.mp4 65MB
- 14. Automating the deployment process with CircleCi/2. Setting up CircleCI (automation server).mp4 64MB
- 3. Service Container/1. About Service Container.mp4 63MB
- 6. Securing the application/13. Adding randomness to fixtures.mp4 62MB
- 3. Service Container/3. Public, private services, service aliases.mp4 59MB
- 6. Securing the application/19. Restricting adding new posts to registered users (many ways of doing that).mp4 58MB
- 4. Controllers, Routes, Views/4. Twig filters & custom Twig extensions.mp4 56MB
- 5. Introduction to Databases (Doctrine2 ORM)/2. Creating first Entity.mp4 56MB
- 10. Translations and internationalization/4. Translation pluralization (different translation depending on variable).mp4 56MB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/2. ManyToMany relationship for liked posts.mp4 56MB
- 5. Introduction to Databases (Doctrine2 ORM)/9. Deleting an Entity and flash messages.mp4 55MB
- 5. Introduction to Databases (Doctrine2 ORM)/3. Creating a database migration.mp4 54MB
- 9. Sending e-mails and Event Dispatcher/2. Dispatching an event when user registers.mp4 53MB
- 11. Sessions (and Translations used with EventSubscriber)/6. UserLocaleSubscriber - loading user language from DB and keeping in session.mp4 53MB
- 12. Testing your application/3. Creating PHPUnit Mocks.mp4 52MB
- 4. Controllers, Routes, Views/7. Handling assets (JavaScript, CSS) using Symfony Encore (and Webpack).mp4 51MB
- 2. Work environment setup & overview/1. Setting up Vagrant on Windows.mp4 51MB
- 3. Service Container/4. Service tags.mp4 51MB
- 13. Deploying Symfony4 on production environment/10. Moving application code to production server using Git & dependencies.mp4 50MB
- 9. Sending e-mails and Event Dispatcher/7. Creating a Mailer class to handle e-mail sending (and generation using Twig).mp4 49MB
- 7. Doctrine advanced (following functionality)/6. FollowUnfollow functionality (security, verifying uniqueness).mp4 49MB
- 6. Securing the application/11. Fixtures for relations (using references in fixtures).mp4 48MB
- 5. Introduction to Databases (Doctrine2 ORM)/5. Creating fixtures (database seeding).mp4 48MB
- 4. Controllers, Routes, Views/6. Global variables in Twig.mp4 47MB
- 4. Controllers, Routes, Views/5. Custom error pages using Twig.mp4 45MB
- 3. Service Container/2. Autowiring, Autoconfiguring services.mp4 44MB
- 2. Work environment setup & overview/3. Setting up Vagrant on MacOS.mp4 43MB
- 7. Doctrine advanced (following functionality)/2. Doctrine Lifecycle Callbacks.mp4 43MB
- 13. Deploying Symfony4 on production environment/9. Configuring Apache Virtual Host and using fake SMTP testing server.mp4 43MB
- 14. Automating the deployment process with CircleCi/3. Running our first automation job (running tests).mp4 41MB
- 1. Introduction/4.1 full-source-code.zip.zip 40MB
- 13. Deploying Symfony4 on production environment/11. Running migrations on server and folder permissions.mp4 39MB
- 5. Introduction to Databases (Doctrine2 ORM)/10. Doctrine internals (Entity, EntityManager, Unit of Work, Identity Map).mp4 38MB
- 13. Deploying Symfony4 on production environment/6. Installing Apache2 on virtual server.mp4 38MB
- 2. Work environment setup & overview/5. Running Vagrant and creating a new Symfony 4 project.mp4 37MB
- 2. Work environment setup & overview/2. Setting up Vagrant on Ubuntu.mp4 34MB
- 13. Deploying Symfony4 on production environment/1. Creating a GitHub account and adding an SSH key.mp4 33MB
- 6. Securing the application/1. Security concepts.mp4 32MB
- 10. Translations and internationalization/1. Installing and configuring translation component.mp4 30MB
- 7. Doctrine advanced (following functionality)/10. More on Doctrine Collections (from the database perspective).mp4 28MB
- 9. Sending e-mails and Event Dispatcher/3. EventSubscriber - listening to user register event.mp4 27MB
- 1. Introduction/1. Introduction.mp4 25MB
- 13. Deploying Symfony4 on production environment/7. Installing PHP 7.2 on virtual server.mp4 25MB
- 9. Sending e-mails and Event Dispatcher/6. E-mail spooling.mp4 25MB
- 13. Deploying Symfony4 on production environment/5. Creating and adding an SSH key to DigitalOcean (and managing SSH keys).mp4 22MB
- 1. Introduction/3. Tools overview.mp4 22MB
- 6. Securing the application/18. Security role hierarchy.mp4 21MB
- 6. Securing the application/14. Security Voters introduction.mp4 20MB
- 13. Deploying Symfony4 on production environment/8. Installing MySQL on virtual server and creating a database.mp4 16MB
- 14. Automating the deployment process with CircleCi/1. Introduction to Continuous Integration & Continuous Deployment.mp4 16MB
- 9. Sending e-mails and Event Dispatcher/1. Introduction to EventDispatcher.mp4 15MB
- 11. Sessions (and Translations used with EventSubscriber)/1. Introduction to sessions.mp4 15MB
- 13. Deploying Symfony4 on production environment/3. Creating a DigitalOcean droplet.mp4 13MB
- 1. Introduction/2. About Symfony.mp4 13MB
- 12. Testing your application/1. Introduction to unit testing (using PHPUnit).mp4 9MB
- 13. Deploying Symfony4 on production environment/4. First login to virtual server and changing the root password.mp4 9MB
- 14. Automating the deployment process with CircleCi/4. Adding deployment SSH key to CricleCI.mp4 7MB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/5. Notifications introduction.mp4 4MB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/1. Section introduction.mp4 3MB
- 4. Controllers, Routes, Views/3.1 twig-cheat-sheet.pdf.pdf 82KB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/4. Implementing like functionality through XHR requests (including JavaScript).srt 18KB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/9. Doctrine EventSubscriber - saving a notification as a reaction to other events.srt 17KB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/4. Implementing like functionality through XHR requests (including JavaScript).vtt 15KB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/9. Doctrine EventSubscriber - saving a notification as a reaction to other events.vtt 15KB
- 7. Doctrine advanced (following functionality)/5. FollowUnfollow functionality (controller, adding Entities to Collections).srt 15KB
- 7. Doctrine advanced (following functionality)/5. FollowUnfollow functionality (controller, adding Entities to Collections).vtt 13KB
- 9. Sending e-mails and Event Dispatcher/8. Account confirmation (using secure token, confirmation link on e-mail).srt 13KB
- 9. Sending e-mails and Event Dispatcher/8. Account confirmation (using secure token, confirmation link on e-mail).vtt 11KB
- 4. Controllers, Routes, Views/1. About controllers.srt 11KB
- 14. Automating the deployment process with CircleCi/5. Deployment job and deployment scripts.srt 11KB
- 7. Doctrine advanced (following functionality)/9. Creating custom query to fetch users with more than 5 posts.srt 11KB
- 6. Securing the application/12. Verifying user permissions in Twig (is_granted).srt 11KB
- 6. Securing the application/9. User registration controller.srt 11KB
- 5. Introduction to Databases (Doctrine2 ORM)/1. Doctrine introduction.srt 11KB
- 6. Securing the application/6. Login form part 2.srt 10KB
- 5. Introduction to Databases (Doctrine2 ORM)/6. Creating a form and handling form submission.srt 10KB
- 6. Securing the application/10. Assigning user to MicroPost (ManyToOne & OneToMany).srt 10KB
- 7. Doctrine advanced (following functionality)/7. Doctrine QueryBuilder - creating queries in OOP manner.srt 10KB
- 6. Securing the application/16. Securing controller actions and templates using Security Voter.srt 10KB
- 6. Securing the application/17. Adding an Admin User with all permissions.srt 10KB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/10. Unseen notification list.srt 10KB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/8. Unseen notification badge (Twig + JavaScript).srt 10KB
- 6. Securing the application/15. Restricting access to edit or delete a micro post using SecurityVoter.srt 10KB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/11. Marking notifications as being read (Doctrine Query Builder UPDATE queries).srt 10KB
- 4. Controllers, Routes, Views/1. About controllers.vtt 10KB
- 14. Automating the deployment process with CircleCi/5. Deployment job and deployment scripts.vtt 9KB
- 6. Securing the application/12. Verifying user permissions in Twig (is_granted).vtt 9KB
- 4. Controllers, Routes, Views/3. Introduction to views (Twig).srt 9KB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/6. Doctrine Table Inheritance - base Notification Entity.srt 9KB
- 7. Doctrine advanced (following functionality)/9. Creating custom query to fetch users with more than 5 posts.vtt 9KB
- 6. Securing the application/9. User registration controller.vtt 9KB
- 5. Introduction to Databases (Doctrine2 ORM)/1. Doctrine introduction.vtt 9KB
- 9. Sending e-mails and Event Dispatcher/5. Sending e-mail after user registers using Swift Mailer.srt 9KB
- 14. Automating the deployment process with CircleCi/2. Setting up CircleCI (automation server).srt 9KB
- 12. Testing your application/4. A more complicated case with testing.srt 9KB
- 6. Securing the application/6. Login form part 2.vtt 9KB
- 6. Securing the application/4. User Entity fixtures.srt 9KB
- 5. Introduction to Databases (Doctrine2 ORM)/6. Creating a form and handling form submission.vtt 9KB
- 6. Securing the application/10. Assigning user to MicroPost (ManyToOne & OneToMany).vtt 9KB
- 7. Doctrine advanced (following functionality)/7. Doctrine QueryBuilder - creating queries in OOP manner.vtt 9KB
- 6. Securing the application/16. Securing controller actions and templates using Security Voter.vtt 9KB
- 6. Securing the application/5. Login form part 1.srt 9KB
- 6. Securing the application/2. Security component config and HTTP Basic login.srt 9KB
- 6. Securing the application/17. Adding an Admin User with all permissions.vtt 9KB
- 7. Doctrine advanced (following functionality)/8. ArrayCollection vs PersistentCollection vs Collection.srt 9KB
- 11. Sessions (and Translations used with EventSubscriber)/2. Storing user sessions in database.srt 9KB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/10. Unseen notification list.vtt 9KB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/3. Likes controller.srt 9KB
- 5. Introduction to Databases (Doctrine2 ORM)/4. Basics of doctrine repository.srt 9KB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/8. Unseen notification badge (Twig + JavaScript).vtt 9KB
- 10. Translations and internationalization/3. Translation strings with variables (translating confirmation e-mail with links).srt 8KB
- 6. Securing the application/3. Creating User entity.srt 8KB
- 6. Securing the application/15. Restricting access to edit or delete a micro post using SecurityVoter.vtt 8KB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/11. Marking notifications as being read (Doctrine Query Builder UPDATE queries).vtt 8KB
- 5. Introduction to Databases (Doctrine2 ORM)/7. Repository find methods and Twig include.srt 8KB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/6. Doctrine Table Inheritance - base Notification Entity.vtt 8KB
- 11. Sessions (and Translations used with EventSubscriber)/3. LocaleSubscriber - keeping user locale (language) in session.srt 8KB
- 4. Controllers, Routes, Views/3. Introduction to views (Twig).vtt 8KB
- 14. Automating the deployment process with CircleCi/2. Setting up CircleCI (automation server).vtt 8KB
- 9. Sending e-mails and Event Dispatcher/5. Sending e-mail after user registers using Swift Mailer.vtt 8KB
- 12. Testing your application/2. Writing first unit test.srt 8KB
- 13. Deploying Symfony4 on production environment/9. Configuring Apache Virtual Host and using fake SMTP testing server.srt 8KB
- 11. Sessions (and Translations used with EventSubscriber)/4. UserPreferences Entity & OneToOne relation with User Entity.srt 8KB
- 5. Introduction to Databases (Doctrine2 ORM)/8. Repository findBy, form validation, handling Entity changes.srt 8KB
- 12. Testing your application/4. A more complicated case with testing.vtt 8KB
- 6. Securing the application/4. User Entity fixtures.vtt 8KB
- 7. Doctrine advanced (following functionality)/3. ManyToMany self-referencing relation (followingfollowers).srt 8KB
- 4. Controllers, Routes, Views/2. About routing.srt 8KB
- 7. Doctrine advanced (following functionality)/1. Lazy loading, proxy classes, repository find methods criteria.srt 8KB
- 6. Securing the application/5. Login form part 1.vtt 8KB
- 6. Securing the application/2. Security component config and HTTP Basic login.vtt 8KB
- 4. Controllers, Routes, Views/7. Handling assets (JavaScript, CSS) using Symfony Encore (and Webpack).srt 8KB
- 7. Doctrine advanced (following functionality)/8. ArrayCollection vs PersistentCollection vs Collection.vtt 8KB
- 11. Sessions (and Translations used with EventSubscriber)/2. Storing user sessions in database.vtt 8KB
- 5. Introduction to Databases (Doctrine2 ORM)/4. Basics of doctrine repository.vtt 8KB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/3. Likes controller.vtt 8KB
- 6. Securing the application/3. Creating User entity.vtt 7KB
- 10. Translations and internationalization/3. Translation strings with variables (translating confirmation e-mail with links).vtt 7KB
- 1. Introduction/1. Introduction.srt 7KB
- 5. Introduction to Databases (Doctrine2 ORM)/7. Repository find methods and Twig include.vtt 7KB
- 11. Sessions (and Translations used with EventSubscriber)/3. LocaleSubscriber - keeping user locale (language) in session.vtt 7KB
- 7. Doctrine advanced (following functionality)/4. Fetching collections lazily in templates.srt 7KB
- 5. Introduction to Databases (Doctrine2 ORM)/3. Creating a database migration.srt 7KB
- 4. Controllers, Routes, Views/4. Twig filters & custom Twig extensions.srt 7KB
- 12. Testing your application/2. Writing first unit test.vtt 7KB
- 6. Securing the application/8. User registration form.srt 7KB
- 11. Sessions (and Translations used with EventSubscriber)/4. UserPreferences Entity & OneToOne relation with User Entity.vtt 7KB
- 13. Deploying Symfony4 on production environment/9. Configuring Apache Virtual Host and using fake SMTP testing server.vtt 7KB
- 5. Introduction to Databases (Doctrine2 ORM)/8. Repository findBy, form validation, handling Entity changes.vtt 7KB
- 7. Doctrine advanced (following functionality)/3. ManyToMany self-referencing relation (followingfollowers).vtt 7KB
- 4. Controllers, Routes, Views/2. About routing.vtt 7KB
- 4. Controllers, Routes, Views/8. Installing Bootstrap 4 and compiling assets using Encore (Webpack).srt 7KB
- 7. Doctrine advanced (following functionality)/1. Lazy loading, proxy classes, repository find methods criteria.vtt 7KB
- 4. Controllers, Routes, Views/7. Handling assets (JavaScript, CSS) using Symfony Encore (and Webpack).vtt 7KB
- 10. Translations and internationalization/2. Using trans Twig filter to translate strings and validation messages translation.srt 7KB
- 2. Work environment setup & overview/7. Symfony project structure overview.srt 7KB
- 5. Introduction to Databases (Doctrine2 ORM)/2. Creating first Entity.srt 6KB
- 1. Introduction/1. Introduction.vtt 6KB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/7. NotificationRepository - fetching notifications unseen by user.srt 6KB
- 7. Doctrine advanced (following functionality)/4. Fetching collections lazily in templates.vtt 6KB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/2. ManyToMany relationship for liked posts.srt 6KB
- 5. Introduction to Databases (Doctrine2 ORM)/3. Creating a database migration.vtt 6KB
- 4. Controllers, Routes, Views/4. Twig filters & custom Twig extensions.vtt 6KB
- 3. Service Container/1. About Service Container.srt 6KB
- 13. Deploying Symfony4 on production environment/11. Running migrations on server and folder permissions.srt 6KB
- 6. Securing the application/8. User registration form.vtt 6KB
- 4. Controllers, Routes, Views/8. Installing Bootstrap 4 and compiling assets using Encore (Webpack).vtt 6KB
- 6. Securing the application/19. Restricting adding new posts to registered users (many ways of doing that).srt 6KB
- 13. Deploying Symfony4 on production environment/1. Creating a GitHub account and adding an SSH key.srt 6KB
- 2. Work environment setup & overview/7. Symfony project structure overview.vtt 6KB
- 10. Translations and internationalization/2. Using trans Twig filter to translate strings and validation messages translation.vtt 6KB
- 5. Introduction to Databases (Doctrine2 ORM)/2. Creating first Entity.vtt 6KB
- 11. Sessions (and Translations used with EventSubscriber)/5. Creating new UserPreferences after user registration (responding to event).srt 6KB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/7. NotificationRepository - fetching notifications unseen by user.vtt 6KB
- 6. Securing the application/7. Adding validation to User entity.srt 6KB
- 12. Testing your application/3. Creating PHPUnit Mocks.srt 6KB
- 7. Doctrine advanced (following functionality)/6. FollowUnfollow functionality (security, verifying uniqueness).srt 6KB
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/2. ManyToMany relationship for liked posts.vtt 6KB
- 3. Service Container/1. About Service Container.vtt 5KB
- 11. Sessions (and Translations used with EventSubscriber)/6. UserLocaleSubscriber - loading user language from DB and keeping in session.srt 5KB
- 13. Deploying Symfony4 on production environment/11. Running migrations on server and folder permissions.vtt 5KB
- 4. Controllers, Routes, Views/5. Custom error pages using Twig.srt 5KB
- 9. Sending e-mails and Event Dispatcher/2. Dispatching an event when user registers.srt 5KB
- 3. Service Container/5. Manual service wiring, parameter binding.srt 5KB
- 5. Introduction to Databases (Doctrine2 ORM)/5. Creating fixtures (database seeding).srt 5KB
- 6. Securing the application/19. Restricting adding new posts to registered users (many ways of doing that).vtt 5KB
- 9. Sending e-mails and Event Dispatcher/6. E-mail spooling.srt 5KB
- 13. Deploying Symfony4 on production environment/1. Creating a GitHub account and adding an SSH key.vtt 5KB
- 13. Deploying Symfony4 on production environment/10. Moving application code to production server using Git & dependencies.srt 5KB
- 5. Introduction to Databases (Doctrine2 ORM)/10. Doctrine internals (Entity, EntityManager, Unit of Work, Identity Map).srt 5KB
- 11. Sessions (and Translations used with EventSubscriber)/5. Creating new UserPreferences after user registration (responding to event).vtt 5KB
- 3. Service Container/3. Public, private services, service aliases.srt 5KB
- 6. Securing the application/7. Adding validation to User entity.vtt 5KB
- 3. Service Container/4. Service tags.srt 5KB
- 12. Testing your application/3. Creating PHPUnit Mocks.vtt 5KB
- 7. Doctrine advanced (following functionality)/6. FollowUnfollow functionality (security, verifying uniqueness).vtt 5KB
- 14. Automating the deployment process with CircleCi/6. Running the deployment job.srt 5KB
- 2. Work environment setup & overview/5. Running Vagrant and creating a new Symfony 4 project.srt 5KB
- 11. Sessions (and Translations used with EventSubscriber)/6. UserLocaleSubscriber - loading user language from DB and keeping in session.vtt 5KB
- 4. Controllers, Routes, Views/5. Custom error pages using Twig.vtt 5KB
- 5. Introduction to Databases (Doctrine2 ORM)/5. Creating fixtures (database seeding).vtt 5KB
- 9. Sending e-mails and Event Dispatcher/2. Dispatching an event when user registers.vtt 5KB
- 5. Introduction to Databases (Doctrine2 ORM)/9. Deleting an Entity and flash messages.srt 5KB
- 9. Sending e-mails and Event Dispatcher/7. Creating a Mailer class to handle e-mail sending (and generation using Twig).srt 5KB
- 4. Controllers, Routes, Views/6. Global variables in Twig.srt 5KB
- 3. Service Container/5. Manual service wiring, parameter binding.vtt 5KB
- 9. Sending e-mails and Event Dispatcher/6. E-mail spooling.vtt 4KB
- 5. Introduction to Databases (Doctrine2 ORM)/10. Doctrine internals (Entity, EntityManager, Unit of Work, Identity Map).vtt 4KB
- 6. Securing the application/13. Adding randomness to fixtures.srt 4KB
- 13. Deploying Symfony4 on production environment/10. Moving application code to production server using Git & dependencies.vtt 4KB
- 3. Service Container/3. Public, private services, service aliases.vtt 4KB
- 3. Service Container/2. Autowiring, Autoconfiguring services.srt 4KB
- 3. Service Container/4. Service tags.vtt 4KB
- 13. Deploying Symfony4 on production environment/5. Creating and adding an SSH key to DigitalOcean (and managing SSH keys).srt 4KB
- 2. Work environment setup & overview/5. Running Vagrant and creating a new Symfony 4 project.vtt 4KB
- 10. Translations and internationalization/4. Translation pluralization (different translation depending on variable).srt 4KB
- 14. Automating the deployment process with CircleCi/6. Running the deployment job.vtt 4KB
- 7. Doctrine advanced (following functionality)/2. Doctrine Lifecycle Callbacks.srt 4KB
- 9. Sending e-mails and Event Dispatcher/3. EventSubscriber - listening to user register event.srt 4KB
- 4. Controllers, Routes, Views/6. Global variables in Twig.vtt 4KB
- 9. Sending e-mails and Event Dispatcher/7. Creating a Mailer class to handle e-mail sending (and generation using Twig).vtt 4KB
- 10. Translations and internationalization/1. Installing and configuring translation component.srt 4KB
- 5. Introduction to Databases (Doctrine2 ORM)/9. Deleting an Entity and flash messages.vtt 4KB
- 6. Securing the application/11. Fixtures for relations (using references in fixtures).srt 4KB
- 6. Securing the application/1. Security concepts.srt 4KB
- 6. Securing the application/13. Adding randomness to fixtures.vtt 4KB
- 3. Service Container/2. Autowiring, Autoconfiguring services.vtt 4KB
- 13. Deploying Symfony4 on production environment/6. Installing Apache2 on virtual server.srt 4KB
- 13. Deploying Symfony4 on production environment/5. Creating and adding an SSH key to DigitalOcean (and managing SSH keys).vtt 4KB
- 10. Translations and internationalization/4. Translation pluralization (different translation depending on variable).vtt 4KB
- 7. Doctrine advanced (following functionality)/2. Doctrine Lifecycle Callbacks.vtt 4KB
- 9. Sending e-mails and Event Dispatcher/3. EventSubscriber - listening to user register event.vtt 4KB
- 6. Securing the application/11. Fixtures for relations (using references in fixtures).vtt 4KB
- 10. Translations and internationalization/1. Installing and configuring translation component.vtt 4KB
- 6. Securing the application/1. Security concepts.vtt 3KB
- 6. Securing the application/14. Security Voters introduction.srt 3KB
- 14. Automating the deployment process with CircleCi/3. Running our first automation job (running tests).srt 3KB
- 2. Work environment setup & overview/1. Setting up Vagrant on Windows.srt 3KB
- 13. Deploying Symfony4 on production environment/6. Installing Apache2 on virtual server.vtt 3KB
- 9. Sending e-mails and Event Dispatcher/1. Introduction to EventDispatcher.srt 3KB
- 11. Sessions (and Translations used with EventSubscriber)/1. Introduction to sessions.srt 3KB
- 6. Securing the application/14. Security Voters introduction.vtt 3KB
- 2. Work environment setup & overview/3. Setting up Vagrant on MacOS.srt 3KB
- 14. Automating the deployment process with CircleCi/3. Running our first automation job (running tests).vtt 3KB
- 2. Work environment setup & overview/1. Setting up Vagrant on Windows.vtt 3KB
- 7. Doctrine advanced (following functionality)/9.1 source.zip.zip 3KB
- 9. Sending e-mails and Event Dispatcher/1. Introduction to EventDispatcher.vtt 3KB
- 11. Sessions (and Translations used with EventSubscriber)/1. Introduction to sessions.vtt 3KB
- 1. Introduction/2. About Symfony.srt 3KB
- 13. Deploying Symfony4 on production environment/8. Installing MySQL on virtual server and creating a database.srt 3KB
- 2. Work environment setup & overview/2. Setting up Vagrant on Ubuntu.srt 3KB
- 7. Doctrine advanced (following functionality)/10. More on Doctrine Collections (from the database perspective).srt 3KB
- 14. Automating the deployment process with CircleCi/1. Introduction to Continuous Integration & Continuous Deployment.srt 3KB
- 2. Work environment setup & overview/3. Setting up Vagrant on MacOS.vtt 3KB
- 10. Translations and internationalization/2.1 translations.zip.zip 3KB
- 4. Controllers, Routes, Views/8.1 base.html.html 2KB
- 1. Introduction/2. About Symfony.vtt 2KB
- 7. Doctrine advanced (following functionality)/10. More on Doctrine Collections (from the database perspective).vtt 2KB
- 13. Deploying Symfony4 on production environment/8. Installing MySQL on virtual server and creating a database.vtt 2KB
- 14. Automating the deployment process with CircleCi/1. Introduction to Continuous Integration & Continuous Deployment.vtt 2KB
- 2. Work environment setup & overview/2. Setting up Vagrant on Ubuntu.vtt 2KB
- 1. Introduction/3. Tools overview.srt 2KB
- 2. Work environment setup & overview/4. IMPORTANT! Vagrant problems and FAQ.html 2KB
- 12. Testing your application/1. Introduction to unit testing (using PHPUnit).srt 2KB
- 6. Securing the application/18. Security role hierarchy.srt 2KB
- 7. Doctrine advanced (following functionality)/4.1 user-posts-not-full.html.html 2KB
- 1. Introduction/3. Tools overview.vtt 2KB
- 6. Securing the application/4.1 source.zip.zip 2KB
- 13. Deploying Symfony4 on production environment/7. Installing PHP 7.2 on virtual server.srt 2KB
- 12. Testing your application/1. Introduction to unit testing (using PHPUnit).vtt 2KB
- 6. Securing the application/18. Security role hierarchy.vtt 2KB
- 6. Securing the application/5.1 source.zip.zip 2KB
- 13. Deploying Symfony4 on production environment/3. Creating a DigitalOcean droplet.srt 2KB
- 13. Deploying Symfony4 on production environment/4. First login to virtual server and changing the root password.srt 2KB
- 13. Deploying Symfony4 on production environment/7. Installing PHP 7.2 on virtual server.vtt 2KB
- 2. Work environment setup & overview/6. IDEEditor and tools overview and recommendations.html 2KB
- 13. Deploying Symfony4 on production environment/3. Creating a DigitalOcean droplet.vtt 2KB
- 13. Deploying Symfony4 on production environment/4. First login to virtual server and changing the root password.vtt 1KB
- 14. Automating the deployment process with CircleCi/4. Adding deployment SSH key to CricleCI.srt 1KB
- 14. Automating the deployment process with CircleCi/4. Adding deployment SSH key to CricleCI.vtt 1KB
- 7. Doctrine advanced (following functionality)/7.1 MicroPostRepository.php.zip.zip 1KB
- 6. Securing the application/2.1 002-security.yml.zip.zip 1KB
- 6. Securing the application/12.1 base-navbar.html.twig.zip.zip 999B
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/1. Section introduction.srt 990B
- 15. Bonus/1. Bonus Lecture Discount on the REST API in Symfony course!.html 943B
- 6. Securing the application/13.1 user-fixtures.php.zip.zip 929B
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/5. Notifications introduction.srt 901B
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/1. Section introduction.vtt 898B
- 8. Doctrine advanced Part 2 (likes functionality & user notifications)/5. Notifications introduction.vtt 809B
- 2. Work environment setup & overview/2.1 ubuntu-commands.txt.txt 790B
- 11. Sessions (and Translations used with EventSubscriber)/2.1 migration.sql.zip.zip 722B
- 13. Deploying Symfony4 on production environment/9.1 micro-post.conf.conf 716B
- 9. Sending e-mails and Event Dispatcher/4. UPDATE Missing code on next lecture.html 649B
- 6. Securing the application/3.1 User.php.zip.zip 618B
- 9. Sending e-mails and Event Dispatcher/8.1 TokenGenerator.php.zip.zip 469B
- 13. Deploying Symfony4 on production environment/10.1 node_yarn_commands.txt.txt 415B
- 0. Websites you may like/0. (1Hack.Us) Premium Tutorials-Guides-Articles & Community based Forum.url 377B
- 13. Deploying Symfony4 on production environment/2. DigitalOcean Coupon Code.html 358B
- 0. Websites you may like/1. (FreeTutorials.Us) Download Udemy Paid Courses For Free.url 328B
- 0. Websites you may like/2. (FreeCoursesOnline.Me) Download Udacity, Masterclass, Lynda, PHLearn, Pluralsight Free.url 286B
- 0. Websites you may like/4. (FTUApps.com) Download Cracked Developers Applications For Free.url 239B
- 0. Websites you may like/How you can help Team-FTU.txt 237B
- 13. Deploying Symfony4 on production environment/7.1 install_php_commands.txt.txt 217B
- 0. Websites you may like/3. (NulledPremium.com) Download E-Learning, E-Books, Audio-Books, Comics, Articles and more... etc.url 163B
- 1. Introduction/4. Full source code.html 77B