zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[DesireCourse.Net] Udemy - Learn PHP Symfony 4 Hands-On Creating Real World Application
magnet:?xt=urn:btih:a85306f1abbb2fba8cb7411664348d190ce326b2&dn=[DesireCourse.Net] Udemy - Learn PHP Symfony 4 Hands-On Creating Real World Application
磁力链接详情
文件列表详情
a85306f1abbb2fba8cb7411664348d190ce326b2
infohash:
105
文件数量
6.47 GB
文件大小
2023-4-30 20:45
创建日期
2024-11-7 04:40
最后访问
相关分词
DesireCourse
Net
Udemy
-
Learn
PHP
Symfony
4
Hands-On
Creating
Real
World
Application
1. Introduction/1. Introduction.mp4 25.21 MB
1. Introduction/2. About Symfony.mp4 12.64 MB
1. Introduction/3. Tools overview.mp4 21.95 MB
10. Translations and internationalization/1. Installing and configuring translation component.mp4 30.13 MB
10. Translations and internationalization/2. Using trans Twig filter to translate strings and validation messages translation.mp4 64.55 MB
10. Translations and internationalization/3. Translation strings with variables (translating confirmation e-mail with links).mp4 83.27 MB
10. Translations and internationalization/4. Translation pluralization (different translation depending on variable).mp4 55.94 MB
11. Sessions (and Translations used with EventSubscriber)/1. Introduction to sessions.mp4 14.86 MB
11. Sessions (and Translations used with EventSubscriber)/2. Storing user sessions in database.mp4 95.27 MB
11. Sessions (and Translations used with EventSubscriber)/3. LocaleSubscriber - keeping user locale (language) in session.mp4 91.03 MB
11. Sessions (and Translations used with EventSubscriber)/4. UserPreferences Entity & OneToOne relation with User Entity.mp4 93.23 MB
11. Sessions (and Translations used with EventSubscriber)/5. Creating new UserPreferences after user registration (responding to event).mp4 65.73 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/1. Introduction to unit testing (using PHPUnit).mp4 9.16 MB
12. Testing your application/2. Writing first unit test.mp4 69.22 MB
12. Testing your application/3. Creating PHPUnit Mocks.mp4 51.76 MB
12. Testing your application/4. A more complicated case with testing.mp4 108.28 MB
13. Deploying Symfony4 on production environment/1. Creating a GitHub account and adding an SSH key.mp4 33.37 MB
13. Deploying Symfony4 on production environment/10. Moving application code to production server using Git & dependencies.mp4 49.55 MB
13. Deploying Symfony4 on production environment/11. Running migrations on server and folder permissions.mp4 38.6 MB
13. Deploying Symfony4 on production environment/3. Creating a DigitalOcean droplet.mp4 13.5 MB
13. Deploying Symfony4 on production environment/4. First login to virtual server and changing the root password.mp4 8.81 MB
13. Deploying Symfony4 on production environment/5. Creating and adding an SSH key to DigitalOcean (and managing SSH keys).mp4 21.97 MB
13. Deploying Symfony4 on production environment/6. Installing Apache2 on virtual server.mp4 37.59 MB
13. Deploying Symfony4 on production environment/7. Installing PHP 7.2 on virtual server.mp4 25.06 MB
13. Deploying Symfony4 on production environment/8. Installing MySQL on virtual server and creating a database.mp4 15.95 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/1. Introduction to Continuous Integration & Continuous Deployment.mp4 15.76 MB
14. Automating the deployment process with CircleCi/2. Setting up CircleCI (automation server).mp4 63.71 MB
14. Automating the deployment process with CircleCi/3. Running our first automation job (running tests).mp4 41.12 MB
14. Automating the deployment process with CircleCi/4. Adding deployment SSH key to CricleCI.mp4 6.57 MB
14. Automating the deployment process with CircleCi/5. Deployment job and deployment scripts.mp4 104.56 MB
14. Automating the deployment process with CircleCi/6. Running the deployment job.mp4 65.14 MB
2. Work environment setup & overview/1. Setting up Vagrant on Windows.mp4 51.41 MB
2. Work environment setup & overview/2. Setting up Vagrant on Ubuntu.mp4 33.7 MB
2. Work environment setup & overview/3. Setting up Vagrant on MacOS.mp4 43.29 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/7. Symfony project structure overview.mp4 80.1 MB
3. Service Container/1. About Service Container.mp4 63.24 MB
3. Service Container/2. Autowiring, Autoconfiguring services.mp4 44.21 MB
3. Service Container/3. Public, private services, service aliases.mp4 58.7 MB
3. Service Container/4. Service tags.mp4 51.22 MB
3. Service Container/5. Manual service wiring, parameter binding.mp4 78.39 MB
4. Controllers, Routes, Views/1. About controllers.mp4 165.79 MB
4. Controllers, Routes, Views/2. About routing.mp4 79.17 MB
4. Controllers, Routes, Views/3. Introduction to views (Twig).mp4 75.96 MB
4. Controllers, Routes, Views/4. Twig filters & custom Twig extensions.mp4 56.44 MB
4. Controllers, Routes, Views/5. Custom error pages using Twig.mp4 44.65 MB
4. Controllers, Routes, Views/6. Global variables in Twig.mp4 46.8 MB
4. Controllers, Routes, Views/7. Handling assets (JavaScript, CSS) using Symfony Encore (and Webpack).mp4 51.5 MB
4. Controllers, Routes, Views/8. Installing Bootstrap 4 and compiling assets using Encore (Webpack).mp4 79.11 MB
5. Introduction to Databases (Doctrine2 ORM)/1. Doctrine introduction.mp4 101.82 MB
5. Introduction to Databases (Doctrine2 ORM)/10. Doctrine internals (Entity, EntityManager, Unit of Work, Identity Map).mp4 37.74 MB
5. Introduction to Databases (Doctrine2 ORM)/2. Creating first Entity.mp4 56.02 MB
5. Introduction to Databases (Doctrine2 ORM)/3. Creating a database migration.mp4 53.91 MB
5. Introduction to Databases (Doctrine2 ORM)/4. Basics of doctrine repository.mp4 89.36 MB
5. Introduction to Databases (Doctrine2 ORM)/5. Creating fixtures (database seeding).mp4 47.54 MB
5. Introduction to Databases (Doctrine2 ORM)/6. Creating a form and handling form submission.mp4 98.77 MB
5. Introduction to Databases (Doctrine2 ORM)/7. Repository find methods and Twig include.mp4 87.46 MB
5. Introduction to Databases (Doctrine2 ORM)/8. Repository findBy, form validation, handling Entity changes.mp4 84.53 MB
5. Introduction to Databases (Doctrine2 ORM)/9. Deleting an Entity and flash messages.mp4 55.08 MB
6. Securing the application/1. Security concepts.mp4 32.34 MB
6. Securing the application/10. Assigning user to MicroPost (ManyToOne & OneToMany).mp4 131.46 MB
6. Securing the application/11. Fixtures for relations (using references in fixtures).mp4 47.66 MB
6. Securing the application/12. Verifying user permissions in Twig (is_granted).mp4 98.39 MB
6. Securing the application/13. Adding randomness to fixtures.mp4 61.75 MB
6. Securing the application/14. Security Voters introduction.mp4 20.45 MB
6. Securing the application/15. Restricting access to edit or delete a micro post using SecurityVoter.mp4 94.29 MB
6. Securing the application/16. Securing controller actions and templates using Security Voter.mp4 120.3 MB
6. Securing the application/17. Adding an Admin User with all permissions.mp4 120.42 MB
6. Securing the application/18. Security role hierarchy.mp4 20.88 MB
6. Securing the application/19. Restricting adding new posts to registered users (many ways of doing that).mp4 58.28 MB
6. Securing the application/2. Security component config and HTTP Basic login.mp4 70.34 MB
6. Securing the application/3. Creating User entity.mp4 73.21 MB
6. Securing the application/4. User Entity fixtures.mp4 89.96 MB
6. Securing the application/5. Login form part 1.mp4 81.76 MB
6. Securing the application/6. Login form part 2.mp4 103.29 MB
6. Securing the application/7. Adding validation to User entity.mp4 66.41 MB
6. Securing the application/8. User registration form.mp4 80.92 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
7. Doctrine advanced (following functionality)/10. More on Doctrine Collections (from the database perspective).mp4 27.9 MB
7. Doctrine advanced (following functionality)/2. Doctrine Lifecycle Callbacks.mp4 42.81 MB
7. Doctrine advanced (following functionality)/3. ManyToMany self-referencing relation (followingfollowers).mp4 86.78 MB
7. Doctrine advanced (following functionality)/4. Fetching collections lazily in templates.mp4 72.66 MB
7. Doctrine advanced (following functionality)/5. FollowUnfollow functionality (controller, adding Entities to Collections).mp4 148.26 MB
7. Doctrine advanced (following functionality)/6. FollowUnfollow functionality (security, verifying uniqueness).mp4 49 MB
7. Doctrine advanced (following functionality)/7. Doctrine QueryBuilder - creating queries in OOP manner.mp4 125.77 MB
7. Doctrine advanced (following functionality)/8. ArrayCollection vs PersistentCollection vs Collection.mp4 120.05 MB
7. Doctrine advanced (following functionality)/9. Creating custom query to fetch users with more than 5 posts.mp4 128.81 MB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/1. Section introduction.mp4 2.69 MB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/10. Unseen notification list.mp4 92.94 MB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/2. ManyToMany relationship for liked posts.mp4 55.93 MB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/3. Likes controller.mp4 94.25 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)/6. Doctrine Table Inheritance - base Notification Entity.mp4 75.74 MB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/7. NotificationRepository - fetching notifications unseen by user.mp4 71.12 MB
8. Doctrine advanced Part 2 (likes functionality & user notifications)/8. Unseen notification badge (Twig + JavaScript).mp4 95.59 MB
9. Sending e-mails and Event Dispatcher/1. Introduction to EventDispatcher.mp4 15.11 MB
9. Sending e-mails and Event Dispatcher/2. Dispatching an event when user registers.mp4 53.18 MB
9. Sending e-mails and Event Dispatcher/3. EventSubscriber - listening to user register event.mp4 27.48 MB
9. Sending e-mails and Event Dispatcher/5. Sending e-mail after user registers using Swift Mailer.mp4 76.27 MB
9. Sending e-mails and Event Dispatcher/6. E-mail spooling.mp4 24.71 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
9. Sending e-mails and Event Dispatcher/8. Account confirmation (using secure token, confirmation link on e-mail).mp4 141.08 MB
其他位置