Download link
File List
-
4. Controllers, Routes, Views/1. About controllers.mp4 165.79 MB
7. Doctrine advanced (following functionality)/5. FollowUnfollow functionality (controller, adding Entities to Collections).mp4 148.26 MB
9. Sending e-mails and Event Dispatcher/8. Account confirmation (using secure token, confirmation link on e-mail).mp4 141.08 MB
6. Securing the application/10. Assigning user to MicroPost (ManyToOne & OneToMany).mp4 131.46 MB
7. Doctrine advanced (following functionality)/9. Creating custom query to fetch users with more than 5 posts.mp4 128.81 MB
7. Doctrine advanced (following functionality)/7. Doctrine QueryBuilder - creating queries in OOP manner.mp4 125.77 MB
6. Securing the application/17. Adding an Admin User with all permissions.mp4 120.42 MB
6. Securing the application/16. Securing controller actions and templates using Security Voter.mp4 120.3 MB
7. Doctrine advanced (following functionality)/8. ArrayCollection vs PersistentCollection vs Collection.mp4 120.05 MB
12. Testing your application/4. A more complicated case with testing.mp4 108.28 MB
14. Automating the deployment process with CircleCi/5. Deployment job and deployment scripts.mp4 104.56 MB
6. Securing the application/6. Login form part 2.mp4 103.29 MB
5. Introduction to Databases (Doctrine2 ORM)/1. Doctrine introduction.mp4 101.82 MB
5. Introduction to Databases (Doctrine2 ORM)/6. Creating a form and handling form submission.mp4 98.77 MB
6. Securing the application/12. Verifying user permissions in Twig (is_granted).mp4 98.39 MB
6. Securing the application/9. User registration controller.mp4 97.45 MB
7. Doctrine advanced (following functionality)/1. Lazy loading, proxy classes, repository find methods criteria.mp4 96.19 MB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/8. Unseen notification badge (Twig + JavaScript).mp4 95.59 MB
11. Sessions (and Translations used with EventSubscriber)/2. Storing user sessions in database.mp4 95.27 MB
6. Securing the application/15. Restricting access to edit or delete a micro post using SecurityVoter.mp4 94.29 MB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/3. Likes controller.mp4 94.25 MB
11. Sessions (and Translations used with EventSubscriber)/4. UserPreferences Entity & OneToOne relation with User Entity.mp4 93.23 MB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/10. Unseen notification list.mp4 92.94 MB
11. Sessions (and Translations used with EventSubscriber)/3. LocaleSubscriber - keeping user locale (language) in session.mp4 91.03 MB
6. Securing the application/4. User Entity fixtures.mp4 89.96 MB
5. Introduction to Databases (Doctrine2 ORM)/4. Basics of doctrine repository.mp4 89.36 MB
5. Introduction to Databases (Doctrine2 ORM)/7. Repository find methods and Twig include.mp4 87.46 MB
7. Doctrine advanced (following functionality)/3. ManyToMany self-referencing relation (followingfollowers).mp4 86.78 MB
5. Introduction to Databases (Doctrine2 ORM)/8. Repository findBy, form validation, handling Entity changes.mp4 84.53 MB
10. Translations and internationalization/3. Translation strings with variables (translating confirmation e-mail with links).mp4 83.27 MB
6. Securing the application/5. Login form part 1.mp4 81.76 MB
6. Securing the application/8. User registration form.mp4 80.92 MB
2. Work environment setup & overview/7. Symfony project structure overview.mp4 80.1 MB
4. Controllers, Routes, Views/2. About routing.mp4 79.17 MB
4. Controllers, Routes, Views/8. Installing Bootstrap 4 and compiling assets using Encore (Webpack).mp4 79.11 MB
3. Service Container/5. Manual service wiring, parameter binding.mp4 78.39 MB
9. Sending e-mails and Event Dispatcher/5. Sending e-mail after user registers using Swift Mailer.mp4 76.27 MB
4. Controllers, Routes, Views/3. Introduction to views (Twig).mp4 75.96 MB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/6. Doctrine Table Inheritance - base Notification Entity.mp4 75.74 MB
6. Securing the application/3. Creating User entity.mp4 73.21 MB
7. Doctrine advanced (following functionality)/4. Fetching collections lazily in templates.mp4 72.66 MB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/7. NotificationRepository - fetching notifications unseen by user.mp4 71.12 MB
6. Securing the application/2. Security component config and HTTP Basic login.mp4 70.34 MB
12. Testing your application/2. Writing first unit test.mp4 69.22 MB
6. Securing the application/7. Adding validation to User entity.mp4 66.41 MB
11. Sessions (and Translations used with EventSubscriber)/5. Creating new UserPreferences after user registration (responding to event).mp4 65.73 MB
14. Automating the deployment process with CircleCi/6. Running the deployment job.mp4 65.14 MB
10. Translations and internationalization/2. Using trans Twig filter to translate strings and validation messages translation.mp4 64.55 MB
14. Automating the deployment process with CircleCi/2. Setting up CircleCI (automation server).mp4 63.71 MB
3. Service Container/1. About Service Container.mp4 63.24 MB
6. Securing the application/13. Adding randomness to fixtures.mp4 61.75 MB
3. Service Container/3. Public, private services, service aliases.mp4 58.7 MB
6. Securing the application/19. Restricting adding new posts to registered users (many ways of doing that).mp4 58.28 MB
4. Controllers, Routes, Views/4. Twig filters & custom Twig extensions.mp4 56.44 MB
5. Introduction to Databases (Doctrine2 ORM)/2. Creating first Entity.mp4 56.02 MB
10. Translations and internationalization/4. Translation pluralization (different translation depending on variable).mp4 55.94 MB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/2. ManyToMany relationship for liked posts.mp4 55.93 MB
5. Introduction to Databases (Doctrine2 ORM)/9. Deleting an Entity and flash messages.mp4 55.08 MB
5. Introduction to Databases (Doctrine2 ORM)/3. Creating a database migration.mp4 53.91 MB
9. Sending e-mails and Event Dispatcher/2. Dispatching an event when user registers.mp4 53.18 MB
11. Sessions (and Translations used with EventSubscriber)/6. UserLocaleSubscriber - loading user language from DB and keeping in session.mp4 53.16 MB
12. Testing your application/3. Creating PHPUnit Mocks.mp4 51.76 MB
4. Controllers, Routes, Views/7. Handling assets (JavaScript, CSS) using Symfony Encore (and Webpack).mp4 51.5 MB
2. Work environment setup & overview/1. Setting up Vagrant on Windows.mp4 51.41 MB
3. Service Container/4. Service tags.mp4 51.22 MB
13. Deploying Symfony4 on production environment/10. Moving application code to production server using Git & dependencies.mp4 49.55 MB
9. Sending e-mails and Event Dispatcher/7. Creating a Mailer class to handle e-mail sending (and generation using Twig).mp4 49.3 MB
7. Doctrine advanced (following functionality)/6. FollowUnfollow functionality (security, verifying uniqueness).mp4 49 MB
6. Securing the application/11. Fixtures for relations (using references in fixtures).mp4 47.66 MB
5. Introduction to Databases (Doctrine2 ORM)/5. Creating fixtures (database seeding).mp4 47.54 MB
4. Controllers, Routes, Views/6. Global variables in Twig.mp4 46.8 MB
4. Controllers, Routes, Views/5. Custom error pages using Twig.mp4 44.65 MB
3. Service Container/2. Autowiring, Autoconfiguring services.mp4 44.21 MB
2. Work environment setup & overview/3. Setting up Vagrant on MacOS.mp4 43.29 MB
7. Doctrine advanced (following functionality)/2. Doctrine Lifecycle Callbacks.mp4 42.81 MB
13. Deploying Symfony4 on production environment/9. Configuring Apache Virtual Host and using fake SMTP testing server.mp4 42.54 MB
14. Automating the deployment process with CircleCi/3. Running our first automation job (running tests).mp4 41.12 MB
1. Introduction/4.1 full-source-code.zip.zip 39.82 MB
13. Deploying Symfony4 on production environment/11. Running migrations on server and folder permissions.mp4 38.6 MB
5. Introduction to Databases (Doctrine2 ORM)/10. Doctrine internals (Entity, EntityManager, Unit of Work, Identity Map).mp4 37.74 MB
13. Deploying Symfony4 on production environment/6. Installing Apache2 on virtual server.mp4 37.59 MB
2. Work environment setup & overview/5. Running Vagrant and creating a new Symfony 4 project.mp4 37.2 MB
2. Work environment setup & overview/2. Setting up Vagrant on Ubuntu.mp4 33.7 MB
13. Deploying Symfony4 on production environment/1. Creating a GitHub account and adding an SSH key.mp4 33.37 MB
6. Securing the application/1. Security concepts.mp4 32.34 MB
10. Translations and internationalization/1. Installing and configuring translation component.mp4 30.13 MB
7. Doctrine advanced (following functionality)/10. More on Doctrine Collections (from the database perspective).mp4 27.9 MB
9. Sending e-mails and Event Dispatcher/3. EventSubscriber - listening to user register event.mp4 27.48 MB
1. Introduction/1. Introduction.mp4 25.21 MB
13. Deploying Symfony4 on production environment/7. Installing PHP 7.2 on virtual server.mp4 25.06 MB
9. Sending e-mails and Event Dispatcher/6. E-mail spooling.mp4 24.71 MB
13. Deploying Symfony4 on production environment/5. Creating and adding an SSH key to DigitalOcean (and managing SSH keys).mp4 21.97 MB
1. Introduction/3. Tools overview.mp4 21.95 MB
6. Securing the application/18. Security role hierarchy.mp4 20.88 MB
6. Securing the application/14. Security Voters introduction.mp4 20.45 MB
13. Deploying Symfony4 on production environment/8. Installing MySQL on virtual server and creating a database.mp4 15.95 MB
14. Automating the deployment process with CircleCi/1. Introduction to Continuous Integration & Continuous Deployment.mp4 15.76 MB
9. Sending e-mails and Event Dispatcher/1. Introduction to EventDispatcher.mp4 15.11 MB
11. Sessions (and Translations used with EventSubscriber)/1. Introduction to sessions.mp4 14.86 MB
13. Deploying Symfony4 on production environment/3. Creating a DigitalOcean droplet.mp4 13.5 MB
1. Introduction/2. About Symfony.mp4 12.64 MB
12. Testing your application/1. Introduction to unit testing (using PHPUnit).mp4 9.16 MB
13. Deploying Symfony4 on production environment/4. First login to virtual server and changing the root password.mp4 8.81 MB
14. Automating the deployment process with CircleCi/4. Adding deployment SSH key to CricleCI.mp4 6.57 MB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/5. Notifications introduction.mp4 3.76 MB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/1. Section introduction.mp4 2.69 MB
4. Controllers, Routes, Views/3.1 twig-cheat-sheet.pdf.pdf 81.98 KB
7. Doctrine advanced (following functionality)/5. FollowUnfollow functionality (controller, adding Entities to Collections).srt 14.82 KB
7. Doctrine advanced (following functionality)/5. FollowUnfollow functionality (controller, adding Entities to Collections).vtt 12.94 KB
9. Sending e-mails and Event Dispatcher/8. Account confirmation (using secure token, confirmation link on e-mail).srt 12.69 KB
9. Sending e-mails and Event Dispatcher/8. Account confirmation (using secure token, confirmation link on e-mail).vtt 11.05 KB
4. Controllers, Routes, Views/1. About controllers.srt 10.9 KB
14. Automating the deployment process with CircleCi/5. Deployment job and deployment scripts.srt 10.87 KB
7. Doctrine advanced (following functionality)/9. Creating custom query to fetch users with more than 5 posts.srt 10.79 KB
6. Securing the application/12. Verifying user permissions in Twig (is_granted).srt 10.76 KB
6. Securing the application/9. User registration controller.srt 10.69 KB
5. Introduction to Databases (Doctrine2 ORM)/1. Doctrine introduction.srt 10.64 KB
6. Securing the application/6. Login form part 2.srt 10.37 KB
5. Introduction to Databases (Doctrine2 ORM)/6. Creating a form and handling form submission.srt 10.34 KB
6. Securing the application/10. Assigning user to MicroPost (ManyToOne & OneToMany).srt 10.21 KB
7. Doctrine advanced (following functionality)/7. Doctrine QueryBuilder - creating queries in OOP manner.srt 10.12 KB
6. Securing the application/16. Securing controller actions and templates using Security Voter.srt 10.01 KB
6. Securing the application/17. Adding an Admin User with all permissions.srt 9.93 KB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/10. Unseen notification list.srt 9.76 KB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/8. Unseen notification badge (Twig + JavaScript).srt 9.75 KB
6. Securing the application/15. Restricting access to edit or delete a micro post using SecurityVoter.srt 9.58 KB
4. Controllers, Routes, Views/1. About controllers.vtt 9.53 KB
14. Automating the deployment process with CircleCi/5. Deployment job and deployment scripts.vtt 9.49 KB
6. Securing the application/12. Verifying user permissions in Twig (is_granted).vtt 9.46 KB
4. Controllers, Routes, Views/3. Introduction to views (Twig).srt 9.42 KB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/6. Doctrine Table Inheritance - base Notification Entity.srt 9.42 KB
7. Doctrine advanced (following functionality)/9. Creating custom query to fetch users with more than 5 posts.vtt 9.38 KB
6. Securing the application/9. User registration controller.vtt 9.33 KB
5. Introduction to Databases (Doctrine2 ORM)/1. Doctrine introduction.vtt 9.3 KB
9. Sending e-mails and Event Dispatcher/5. Sending e-mail after user registers using Swift Mailer.srt 9.27 KB
14. Automating the deployment process with CircleCi/2. Setting up CircleCI (automation server).srt 9.25 KB
12. Testing your application/4. A more complicated case with testing.srt 9.17 KB
6. Securing the application/6. Login form part 2.vtt 9.11 KB
6. Securing the application/4. User Entity fixtures.srt 9.05 KB
5. Introduction to Databases (Doctrine2 ORM)/6. Creating a form and handling form submission.vtt 9.02 KB
6. Securing the application/10. Assigning user to MicroPost (ManyToOne & OneToMany).vtt 8.98 KB
7. Doctrine advanced (following functionality)/7. Doctrine QueryBuilder - creating queries in OOP manner.vtt 8.85 KB
6. Securing the application/16. Securing controller actions and templates using Security Voter.vtt 8.76 KB
6. Securing the application/5. Login form part 1.srt 8.74 KB
6. Securing the application/2. Security component config and HTTP Basic login.srt 8.72 KB
6. Securing the application/17. Adding an Admin User with all permissions.vtt 8.69 KB
7. Doctrine advanced (following functionality)/8. ArrayCollection vs PersistentCollection vs Collection.srt 8.6 KB
11. Sessions (and Translations used with EventSubscriber)/2. Storing user sessions in database.srt 8.59 KB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/10. Unseen notification list.vtt 8.56 KB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/3. Likes controller.srt 8.56 KB
5. Introduction to Databases (Doctrine2 ORM)/4. Basics of doctrine repository.srt 8.55 KB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/8. Unseen notification badge (Twig + JavaScript).vtt 8.52 KB
10. Translations and internationalization/3. Translation strings with variables (translating confirmation e-mail with links).srt 8.47 KB
6. Securing the application/3. Creating User entity.srt 8.41 KB
6. Securing the application/15. Restricting access to edit or delete a micro post using SecurityVoter.vtt 8.4 KB
5. Introduction to Databases (Doctrine2 ORM)/7. Repository find methods and Twig include.srt 8.33 KB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/6. Doctrine Table Inheritance - base Notification Entity.vtt 8.32 KB
11. Sessions (and Translations used with EventSubscriber)/3. LocaleSubscriber - keeping user locale (language) in session.srt 8.23 KB
4. Controllers, Routes, Views/3. Introduction to views (Twig).vtt 8.22 KB
14. Automating the deployment process with CircleCi/2. Setting up CircleCI (automation server).vtt 8.13 KB
9. Sending e-mails and Event Dispatcher/5. Sending e-mail after user registers using Swift Mailer.vtt 8.13 KB
12. Testing your application/2. Writing first unit test.srt 8.07 KB
13. Deploying Symfony4 on production environment/9. Configuring Apache Virtual Host and using fake SMTP testing server.srt 8 KB
11. Sessions (and Translations used with EventSubscriber)/4. UserPreferences Entity & OneToOne relation with User Entity.srt 7.96 KB
5. Introduction to Databases (Doctrine2 ORM)/8. Repository findBy, form validation, handling Entity changes.srt 7.94 KB
12. Testing your application/4. A more complicated case with testing.vtt 7.91 KB
6. Securing the application/4. User Entity fixtures.vtt 7.91 KB
7. Doctrine advanced (following functionality)/3. ManyToMany self-referencing relation (followingfollowers).srt 7.85 KB
4. Controllers, Routes, Views/2. About routing.srt 7.77 KB
7. Doctrine advanced (following functionality)/1. Lazy loading, proxy classes, repository find methods criteria.srt 7.75 KB
6. Securing the application/5. Login form part 1.vtt 7.65 KB
6. Securing the application/2. Security component config and HTTP Basic login.vtt 7.64 KB
4. Controllers, Routes, Views/7. Handling assets (JavaScript, CSS) using Symfony Encore (and Webpack).srt 7.64 KB
7. Doctrine advanced (following functionality)/8. ArrayCollection vs PersistentCollection vs Collection.vtt 7.57 KB
11. Sessions (and Translations used with EventSubscriber)/2. Storing user sessions in database.vtt 7.55 KB
5. Introduction to Databases (Doctrine2 ORM)/4. Basics of doctrine repository.vtt 7.55 KB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/3. Likes controller.vtt 7.54 KB
6. Securing the application/3. Creating User entity.vtt 7.42 KB
10. Translations and internationalization/3. Translation strings with variables (translating confirmation e-mail with links).vtt 7.37 KB
1. Introduction/1. Introduction.srt 7.32 KB
5. Introduction to Databases (Doctrine2 ORM)/7. Repository find methods and Twig include.vtt 7.25 KB
11. Sessions (and Translations used with EventSubscriber)/3. LocaleSubscriber - keeping user locale (language) in session.vtt 7.24 KB
7. Doctrine advanced (following functionality)/4. Fetching collections lazily in templates.srt 7.23 KB
5. Introduction to Databases (Doctrine2 ORM)/3. Creating a database migration.srt 7.08 KB
4. Controllers, Routes, Views/4. Twig filters & custom Twig extensions.srt 7.08 KB
12. Testing your application/2. Writing first unit test.vtt 7.04 KB
6. Securing the application/8. User registration form.srt 7.04 KB
11. Sessions (and Translations used with EventSubscriber)/4. UserPreferences Entity & OneToOne relation with User Entity.vtt 6.99 KB
13. Deploying Symfony4 on production environment/9. Configuring Apache Virtual Host and using fake SMTP testing server.vtt 6.98 KB
5. Introduction to Databases (Doctrine2 ORM)/8. Repository findBy, form validation, handling Entity changes.vtt 6.92 KB
7. Doctrine advanced (following functionality)/3. ManyToMany self-referencing relation (followingfollowers).vtt 6.87 KB
4. Controllers, Routes, Views/2. About routing.vtt 6.84 KB
4. Controllers, Routes, Views/8. Installing Bootstrap 4 and compiling assets using Encore (Webpack).srt 6.83 KB
7. Doctrine advanced (following functionality)/1. Lazy loading, proxy classes, repository find methods criteria.vtt 6.79 KB
4. Controllers, Routes, Views/7. Handling assets (JavaScript, CSS) using Symfony Encore (and Webpack).vtt 6.73 KB
10. Translations and internationalization/2. Using trans Twig filter to translate strings and validation messages translation.srt 6.65 KB
2. Work environment setup & overview/7. Symfony project structure overview.srt 6.59 KB
5. Introduction to Databases (Doctrine2 ORM)/2. Creating first Entity.srt 6.5 KB
1. Introduction/1. Introduction.vtt 6.44 KB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/7. NotificationRepository - fetching notifications unseen by user.srt 6.37 KB
7. Doctrine advanced (following functionality)/4. Fetching collections lazily in templates.vtt 6.35 KB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/2. ManyToMany relationship for liked posts.srt 6.32 KB
5. Introduction to Databases (Doctrine2 ORM)/3. Creating a database migration.vtt 6.27 KB
4. Controllers, Routes, Views/4. Twig filters & custom Twig extensions.vtt 6.24 KB
3. Service Container/1. About Service Container.srt 6.23 KB
13. Deploying Symfony4 on production environment/11. Running migrations on server and folder permissions.srt 6.23 KB
6. Securing the application/8. User registration form.vtt 6.14 KB
4. Controllers, Routes, Views/8. Installing Bootstrap 4 and compiling assets using Encore (Webpack).vtt 5.95 KB
6. Securing the application/19. Restricting adding new posts to registered users (many ways of doing that).srt 5.93 KB
13. Deploying Symfony4 on production environment/1. Creating a GitHub account and adding an SSH key.srt 5.91 KB
2. Work environment setup & overview/7. Symfony project structure overview.vtt 5.83 KB
10. Translations and internationalization/2. Using trans Twig filter to translate strings and validation messages translation.vtt 5.81 KB
5. Introduction to Databases (Doctrine2 ORM)/2. Creating first Entity.vtt 5.73 KB
11. Sessions (and Translations used with EventSubscriber)/5. Creating new UserPreferences after user registration (responding to event).srt 5.73 KB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/7. NotificationRepository - fetching notifications unseen by user.vtt 5.63 KB
6. Securing the application/7. Adding validation to User entity.srt 5.58 KB
12. Testing your application/3. Creating PHPUnit Mocks.srt 5.56 KB
7. Doctrine advanced (following functionality)/6. FollowUnfollow functionality (security, verifying uniqueness).srt 5.52 KB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/2. ManyToMany relationship for liked posts.vtt 5.51 KB
3. Service Container/1. About Service Container.vtt 5.5 KB
11. Sessions (and Translations used with EventSubscriber)/6. UserLocaleSubscriber - loading user language from DB and keeping in session.srt 5.42 KB
13. Deploying Symfony4 on production environment/11. Running migrations on server and folder permissions.vtt 5.41 KB
4. Controllers, Routes, Views/5. Custom error pages using Twig.srt 5.34 KB
9. Sending e-mails and Event Dispatcher/2. Dispatching an event when user registers.srt 5.27 KB
3. Service Container/5. Manual service wiring, parameter binding.srt 5.26 KB
5. Introduction to Databases (Doctrine2 ORM)/5. Creating fixtures (database seeding).srt 5.25 KB
6. Securing the application/19. Restricting adding new posts to registered users (many ways of doing that).vtt 5.18 KB
9. Sending e-mails and Event Dispatcher/6. E-mail spooling.srt 5.13 KB
13. Deploying Symfony4 on production environment/1. Creating a GitHub account and adding an SSH key.vtt 5.12 KB
13. Deploying Symfony4 on production environment/10. Moving application code to production server using Git & dependencies.srt 5.11 KB
5. Introduction to Databases (Doctrine2 ORM)/10. Doctrine internals (Entity, EntityManager, Unit of Work, Identity Map).srt 5.05 KB
11. Sessions (and Translations used with EventSubscriber)/5. Creating new UserPreferences after user registration (responding to event).vtt 5.02 KB
3. Service Container/3. Public, private services, service aliases.srt 4.99 KB
6. Securing the application/7. Adding validation to User entity.vtt 4.92 KB
3. Service Container/4. Service tags.srt 4.9 KB
12. Testing your application/3. Creating PHPUnit Mocks.vtt 4.87 KB
7. Doctrine advanced (following functionality)/6. FollowUnfollow functionality (security, verifying uniqueness).vtt 4.8 KB
14. Automating the deployment process with CircleCi/6. Running the deployment job.srt 4.79 KB
2. Work environment setup & overview/5. Running Vagrant and creating a new Symfony 4 project.srt 4.79 KB
11. Sessions (and Translations used with EventSubscriber)/6. UserLocaleSubscriber - loading user language from DB and keeping in session.vtt 4.73 KB
4. Controllers, Routes, Views/5. Custom error pages using Twig.vtt 4.69 KB
5. Introduction to Databases (Doctrine2 ORM)/5. Creating fixtures (database seeding).vtt 4.66 KB
9. Sending e-mails and Event Dispatcher/2. Dispatching an event when user registers.vtt 4.65 KB
5. Introduction to Databases (Doctrine2 ORM)/9. Deleting an Entity and flash messages.srt 4.64 KB
9. Sending e-mails and Event Dispatcher/7. Creating a Mailer class to handle e-mail sending (and generation using Twig).srt 4.63 KB
4. Controllers, Routes, Views/6. Global variables in Twig.srt 4.62 KB
3. Service Container/5. Manual service wiring, parameter binding.vtt 4.55 KB
9. Sending e-mails and Event Dispatcher/6. E-mail spooling.vtt 4.49 KB
5. Introduction to Databases (Doctrine2 ORM)/10. Doctrine internals (Entity, EntityManager, Unit of Work, Identity Map).vtt 4.48 KB
6. Securing the application/13. Adding randomness to fixtures.srt 4.43 KB
13. Deploying Symfony4 on production environment/10. Moving application code to production server using Git & dependencies.vtt 4.42 KB
3. Service Container/3. Public, private services, service aliases.vtt 4.39 KB
3. Service Container/2. Autowiring, Autoconfiguring services.srt 4.33 KB
3. Service Container/4. Service tags.vtt 4.3 KB
13. Deploying Symfony4 on production environment/5. Creating and adding an SSH key to DigitalOcean (and managing SSH keys).srt 4.26 KB
2. Work environment setup & overview/5. Running Vagrant and creating a new Symfony 4 project.vtt 4.24 KB
10. Translations and internationalization/4. Translation pluralization (different translation depending on variable).srt 4.18 KB
14. Automating the deployment process with CircleCi/6. Running the deployment job.vtt 4.13 KB
7. Doctrine advanced (following functionality)/2. Doctrine Lifecycle Callbacks.srt 4.09 KB
9. Sending e-mails and Event Dispatcher/3. EventSubscriber - listening to user register event.srt 4.07 KB
4. Controllers, Routes, Views/6. Global variables in Twig.vtt 4.07 KB
9. Sending e-mails and Event Dispatcher/7. Creating a Mailer class to handle e-mail sending (and generation using Twig).vtt 4.07 KB
10. Translations and internationalization/1. Installing and configuring translation component.srt 4.05 KB
5. Introduction to Databases (Doctrine2 ORM)/9. Deleting an Entity and flash messages.vtt 4.04 KB
6. Securing the application/11. Fixtures for relations (using references in fixtures).srt 4 KB
6. Securing the application/1. Security concepts.srt 3.94 KB
6. Securing the application/13. Adding randomness to fixtures.vtt 3.83 KB
3. Service Container/2. Autowiring, Autoconfiguring services.vtt 3.75 KB
13. Deploying Symfony4 on production environment/6. Installing Apache2 on virtual server.srt 3.73 KB
13. Deploying Symfony4 on production environment/5. Creating and adding an SSH key to DigitalOcean (and managing SSH keys).vtt 3.72 KB
10. Translations and internationalization/4. Translation pluralization (different translation depending on variable).vtt 3.68 KB
7. Doctrine advanced (following functionality)/2. Doctrine Lifecycle Callbacks.vtt 3.61 KB
9. Sending e-mails and Event Dispatcher/3. EventSubscriber - listening to user register event.vtt 3.59 KB
6. Securing the application/11. Fixtures for relations (using references in fixtures).vtt 3.54 KB
10. Translations and internationalization/1. Installing and configuring translation component.vtt 3.51 KB
6. Securing the application/1. Security concepts.vtt 3.47 KB
6. Securing the application/14. Security Voters introduction.srt 3.38 KB
14. Automating the deployment process with CircleCi/3. Running our first automation job (running tests).srt 3.36 KB
2. Work environment setup & overview/1. Setting up Vagrant on Windows.srt 3.36 KB
13. Deploying Symfony4 on production environment/6. Installing Apache2 on virtual server.vtt 3.27 KB
9. Sending e-mails and Event Dispatcher/1. Introduction to EventDispatcher.srt 3.25 KB
11. Sessions (and Translations used with EventSubscriber)/1. Introduction to sessions.srt 3.05 KB
6. Securing the application/14. Security Voters introduction.vtt 2.99 KB
2. Work environment setup & overview/3. Setting up Vagrant on MacOS.srt 2.93 KB
14. Automating the deployment process with CircleCi/3. Running our first automation job (running tests).vtt 2.93 KB
2. Work environment setup & overview/1. Setting up Vagrant on Windows.vtt 2.9 KB
7. Doctrine advanced (following functionality)/9.1 source.zip.zip 2.89 KB
9. Sending e-mails and Event Dispatcher/1. Introduction to EventDispatcher.vtt 2.87 KB
11. Sessions (and Translations used with EventSubscriber)/1. Introduction to sessions.vtt 2.68 KB
1. Introduction/2. About Symfony.srt 2.67 KB
13. Deploying Symfony4 on production environment/8. Installing MySQL on virtual server and creating a database.srt 2.64 KB
2. Work environment setup & overview/2. Setting up Vagrant on Ubuntu.srt 2.62 KB
7. Doctrine advanced (following functionality)/10. More on Doctrine Collections (from the database perspective).srt 2.61 KB
14. Automating the deployment process with CircleCi/1. Introduction to Continuous Integration & Continuous Deployment.srt 2.59 KB
2. Work environment setup & overview/3. Setting up Vagrant on MacOS.vtt 2.55 KB
10. Translations and internationalization/2.1 translations.zip.zip 2.51 KB
4. Controllers, Routes, Views/8.1 base.html.html 2.39 KB
1. Introduction/2. About Symfony.vtt 2.36 KB
7. Doctrine advanced (following functionality)/10. More on Doctrine Collections (from the database perspective).vtt 2.32 KB
13. Deploying Symfony4 on production environment/8. Installing MySQL on virtual server and creating a database.vtt 2.31 KB
14. Automating the deployment process with CircleCi/1. Introduction to Continuous Integration & Continuous Deployment.vtt 2.31 KB
2. Work environment setup & overview/2. Setting up Vagrant on Ubuntu.vtt 2.3 KB
1. Introduction/3. Tools overview.srt 2.26 KB
2. Work environment setup & overview/4. IMPORTANT! Vagrant problems and FAQ.html 2.15 KB
12. Testing your application/1. Introduction to unit testing (using PHPUnit).srt 2.13 KB
6. Securing the application/18. Security role hierarchy.srt 2.12 KB
7. Doctrine advanced (following functionality)/4.1 user-posts-not-full.html.html 2.02 KB
1. Introduction/3. Tools overview.vtt 2 KB
6. Securing the application/4.1 source.zip.zip 1.98 KB
13. Deploying Symfony4 on production environment/7. Installing PHP 7.2 on virtual server.srt 1.88 KB
12. Testing your application/1. Introduction to unit testing (using PHPUnit).vtt 1.86 KB
6. Securing the application/18. Security role hierarchy.vtt 1.85 KB
6. Securing the application/5.1 source.zip.zip 1.85 KB
13. Deploying Symfony4 on production environment/3. Creating a DigitalOcean droplet.srt 1.73 KB
13. Deploying Symfony4 on production environment/4. First login to virtual server and changing the root password.srt 1.66 KB
13. Deploying Symfony4 on production environment/7. Installing PHP 7.2 on virtual server.vtt 1.65 KB
2. Work environment setup & overview/6. IDEEditor and tools overview and recommendations.html 1.58 KB
13. Deploying Symfony4 on production environment/3. Creating a DigitalOcean droplet.vtt 1.54 KB
13. Deploying Symfony4 on production environment/4. First login to virtual server and changing the root password.vtt 1.46 KB
14. Automating the deployment process with CircleCi/4. Adding deployment SSH key to CricleCI.srt 1.32 KB
14. Automating the deployment process with CircleCi/4. Adding deployment SSH key to CricleCI.vtt 1.17 KB
7. Doctrine advanced (following functionality)/7.1 MicroPostRepository.php.zip.zip 1.08 KB
6. Securing the application/2.1 002-security.yml.zip.zip 1.02 KB
6. Securing the application/12.1 base-navbar.html.twig.zip.zip 999 B
8. Doctrine advanced Part 2 (likes functionality & user notifications)/1. Section introduction.srt 990 B
15. Bonus/1. Bonus Lecture Discount on the REST API in Symfony course!.html 943 B
6. Securing the application/13.1 user-fixtures.php.zip.zip 929 B
8. Doctrine advanced Part 2 (likes functionality & user notifications)/5. Notifications introduction.srt 901 B
8. Doctrine advanced Part 2 (likes functionality & user notifications)/1. Section introduction.vtt 898 B
8. Doctrine advanced Part 2 (likes functionality & user notifications)/5. Notifications introduction.vtt 809 B
2. Work environment setup & overview/2.1 ubuntu-commands.txt.txt 790 B
11. Sessions (and Translations used with EventSubscriber)/2.1 migration.sql.zip.zip 722 B
13. Deploying Symfony4 on production environment/9.1 micro-post.conf.conf 716 B
9. Sending e-mails and Event Dispatcher/4. UPDATE Missing code on next lecture.html 649 B
6. Securing the application/3.1 User.php.zip.zip 618 B
9. Sending e-mails and Event Dispatcher/8.1 TokenGenerator.php.zip.zip 469 B
13. Deploying Symfony4 on production environment/10.1 node_yarn_commands.txt.txt 415 B
13. Deploying Symfony4 on production environment/2. DigitalOcean Coupon Code.html 358 B
13. Deploying Symfony4 on production environment/7.1 install_php_commands.txt.txt 217 B
1. Introduction/4. Full source code.html 77 B
[DesireCourse.Net].url 51 B
[CourseClub.Me].url 48 B
Download Info
-
Tips
“[DesireCourse.Net] Udemy - Learn PHP Symfony 4 Hands-On Creating Real World Application” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.