Companies Home Search Profile

Symfony 6 Framework Hands-On 2024

Focused View

Piotr Jura | 45,000+ Enrollments

11:06:53

9 View
  • 1. Course Outline.mp4
    02:45
  • 2. Using Visual Studio Code.mp4
    05:02
  • 3. Visual Studio Code Links.html
  • 4. Setup Instructions.mp4
    01:38
  • 5. Setup Instructions.html
  • 6.1 Course Source Code.html
  • 6. Source Code & Asking Questions.mp4
    02:53
  • 7.1 course-diagrams.zip
  • 7. Download the Course Diagrams!.html
  • 1. Starting a New Symfony Project.mp4
    02:53
  • 2. Symfony Directory Structure Overview.mp4
    05:29
  • 3. How Symfony Works.mp4
    02:23
  • 4. Controllers - Returning a Response.mp4
    06:51
  • 5. Routing Using PHP 8 Attributes.mp4
    05:25
  • 6. Route Parameter Requirements Optional Parameters.mp4
    06:26
  • 7. Twig Templates.mp4
    10:57
  • 8. Twig Template Inheritance.mp4
    05:40
  • 9. Twig Control Structures (iffor).mp4
    05:14
  • 10.1 Twig Filters.html
  • 10. Twig Filters & Functions.mp4
    04:52
  • 11. Twig Functions - Including Partial Templates.mp4
    09:52
  • 12. Generating Links to Routes.mp4
    03:11
  • 13. Symfony Maker (Generating Boring Code).mp4
    04:48
  • 14. Symfony Profiler (Debugging Your Project).mp4
    06:40
  • 15. Section Resources & Links.html
  • 1. Databases and Doctrine.mp4
    04:04
  • 2. What is Docker.mp4
    05:03
  • 3. Running MySQL Server and Connecting from Symfony.mp4
    10:27
  • 4. Generating and Understanding Entities.mp4
    06:24
  • 5. Doctrine Migrations.mp4
    08:33
  • 6. Doctrine Fixtures (Fake Data).mp4
    08:53
  • 7. Doctrine Repositories (Fetching, Storing, Updating & Deleting Data).mp4
    11:58
  • 8. Param Converter (Auto Fetching Entity).mp4
    04:55
  • 9. Project - Getting Posts From Database.mp4
    05:08
  • 1. Symfony Forms.mp4
    08:49
  • 2. Handling Form Submission.mp4
    05:11
  • 3. Flash Messages & Redirects.mp4
    02:47
  • 4. Customizing Form Rendering.mp4
    09:06
  • 5. Form Themes.mp4
    03:14
  • 6. Edit Form.mp4
    06:48
  • 7. Form Classes.mp4
    03:17
  • 1. Introduction to Tailwind CSS.mp4
    04:07
  • 2. Using Tailwind CSS.mp4
    10:49
  • 3. Styling the Post List.mp4
    05:39
  • 4. Styling Forms.mp4
    07:59
  • 5. Adding Breadcrumbs (Navigation).mp4
    03:48
  • 6. Custom Form Theme (Our Own).mp4
    05:56
  • 7. Form Validation.mp4
    11:29
  • 1. Doctrine Relations.mp4
    04:10
  • 2. One to One Relation Explained.mp4
    08:17
  • 3. Working with One to One Relation.mp4
    11:29
  • 4. One to Many Relation.mp4
    07:14
  • 5. Working with One to Many Relation.mp4
    13:13
  • 6. Many to Many Relation.mp4
    05:09
  • 1. Adding Comments.mp4
    08:47
  • 2. Solving N+1 Problem.mp4
    10:38
  • 3. Displaying Comments.mp4
    09:06
  • 1. Introduction to Authentication & Authorization.mp4
    06:55
  • 2. Hashing Passwords and Creating Users in Fixtures.mp4
    07:48
  • 3. Custom Console Command Creating Users.mp4
    09:11
  • 4. Authenticating Using Forms.mp4
    13:47
  • 5. Logging Users Out.mp4
    03:29
  • 6. Relate Posts & Comments to User.mp4
    06:46
  • 7. The Unrun Migration Problem.mp4
    04:09
  • 8. Getting The Current User.mp4
    05:42
  • 9. User Roles Explained (In-Depth).mp4
    11:04
  • 10. Logout Button and Missing Features.mp4
    05:01
  • 11. Voters (In-Depth).mp4
    13:47
  • 1. Setting Up Registration Controller and Mail Catcher.mp4
    10:43
  • 2. Registration Form Template.mp4
    10:08
  • 3. Testing Registration & Repeating Password.mp4
    10:25
  • 4. Non Verified Users Cant Post.mp4
    05:08
  • 5. User Checkers and Banning Users Functionality.mp4
    09:26
  • 1. User Profile Form.mp4
    10:41
  • 2. Embedding Forms.mp4
    11:58
  • 3. User Profile Page.mp4
    08:30
  • 4. Likes Functionality.mp4
    10:44
  • 5. User Following Feature Data Model.mp4
    06:22
  • 6. User Following Feature Functionality.mp4
    11:42
  • 7. Using Twig Embeds to Create Tab Navigation.mp4
    10:09
  • 8. Profile Page Tab Navigation.mp4
    05:21
  • 9. List Of User Followers.mp4
    08:39
  • 1. Making Reusable Queries.mp4
    07:29
  • 2. User Posts - Optimizing Query.mp4
    05:18
  • 3. Post List - Tab Navigation.mp4
    05:32
  • 4. Top Liked Posts - Using Group By & Having.mp4
    17:08
  • 5. Getting Posts of the People You Follow (Query Example).mp4
    04:15
  • 1. Image Uploading Controller.mp4
    04:44
  • 2. File Upload Form.mp4
    04:03
  • 3. File Upload Form Template.mp4
    06:06
  • 4. Image Upload Logic.mp4
    13:49
  • 5. Image Avatar Component.mp4
    09:10
  • 6. Using User Avatar Everywhere.mp4
    12:28
  • 7. Extra Privacy Feature (Voter Example).mp4
    08:23
  • 1. Symfony Debug Command.mp4
    03:37
  • 2. Services and Service Container.mp4
    08:11
  • 3. Service Container in Detail.mp4
    07:12
  • 4. Debugging the Service Container.mp4
    02:46
  • 5. Dependency Injection.mp4
    03:41
  • 1. Congratulations!.html
  • Description


    Learn the Symfony 6 PHP Framework using most modern PHP 8 and build a great interactive social web project!

    What You'll Learn?


    • Building an advanced and interactive social web project
    • Learn how to use Symfony Framework to build web projects
    • Use the modern PHP 8
    • Learn Tailwind CSS by building a practical project

    Who is this for?


  • PHP Developers
  • People wanting to learn Symfony Framework
  • People wanting to build web projects
  • What You Need to Know?


  • Basic PHP
  • Basic HTML
  • More details


    Description

    Elevate Your Web Development Game with Symfony 6—The Framework that Powers Modern PHP Development

    Step Up Your PHP Game

    Are you an ambitious web developer looking to kick your skill set into overdrive? Welcome to Symfony 6 Hands-On, your one-way ticket to becoming a Symfony 6 power user. Dive into the intricacies of this robust framework, which powers not just traditional websites but also serves as the backbone for APIs and microservices. It's not just about learning Symfony; it's about mastering it.

    Hands-On Learning: Build a Twitter/X Clone from Scratch

    Unbox the essentials of Symfony 6 by constructing a fully functional social networking platform—think X/Twitter, but with your own spin. Go beyond theory; implement practical, hands-on skills from building controllers to handling authentication and security. You’ll also gain frontend prowess with Tailwind CSS, including implementing light and dark modes.

    360° Skill Development

    • Routing & Controllers: Master how to direct traffic on your website

    • Twig Templates: Own the view layer with powerful Twig templates and control structures

    • Doctrine Deep Dive: Not just CRUD, explore migrations, fixtures, and advanced queries

    • Frontend Magic: Render forms and control UI with Tailwind CSS

    • User Management: Auth, authorization, voters, and user registration

    • Advanced Features: Likes, following, image uploads, and more

    • Dependency Injection: Get a grip on Symfony's services and DI container

    • Bonus: Advanced reusable queries, repository patterns, and more!

    Who Should Enroll

    This course is perfect for PHP developers looking to level up, full-stack developers wanting to expand their backend toolkit, and anyone who wants a comprehensive, project-based learning experience with Symfony 6.

    Why This Course

    • Comprehensive Curriculum: From basics to advanced, we cover it all

    • Real-world Project: Gain practical experience that employers crave

    • Expert-Led: Benefit from high-quality, in-depth instruction

    • Community: Access to a network of like-minded learners and professionals

    • Get Ahead: Become job-ready with a skill set that's in high demand

    Get Ready to Embark on Your Symfony 6 Journey

    Still here? You won't find another course that dives this deep into Symfony 6, merging theory with practical, hands-on experience. Master Symfony 6, and unlock a world of backend web development opportunities that you never thought possible.

    Time is ticking. Enroll now to master Symfony 6 and skyrocket your web development career.

    It's not just another course; it's your roadmap to backend web development mastery. Are you in?

    Who this course is for:

    • PHP Developers
    • People wanting to learn Symfony Framework
    • People wanting to build web projects

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category

    PHP

    Piotr Jura | 45,000+ Enrollments
    Piotr Jura | 45,000+ Enrollments
    Instructor's Courses
    Hey there, I'm Piotr Jura, and I've been tinkering with things since I was old enough to hold a screwdriver. I'm passionate about taking complex technology and breaking it down into bite-sized chunks that anyone can understand.With over 15 years of experience under my belt, I've worked with a vast array of web development technologies – from front-end to back-end, I've seen it all. I've gained expertise in Vue, Node.js, Symfony, and Laravel, and I'm excited to share my knowledge with you.My courses on Udemy cover everything you need to know to become a proficient developer, no matter what level you're at. If you're new to Vue, then my course, "Vue 3 incl. Router, VueX, Composition API & Firebase," is perfect for you. You'll learn everything you need to know to be job-ready and tackle your own projects with confidence.For Node.js enthusiasts, I've got the "Master NestJS - The JavaScript Node.js Framework" course. You'll learn how to create enterprise-level applications using the NestJS framework – it's a must-watch for anyone looking to level up their Node.js game.If Symfony is your thing, then I've got you covered too. "Symfony 6 Framework Hands-On 2022" is a fantastic course that covers the basics of the Symfony framework, while "PHP Symfony 4 API Platform + React.js Full Stack Masterclass" will help you create APIs and level up your full-stack development skills.Finally, if you're interested in Laravel, my courses will take you from beginner to expert in no time. "Master Laravel PHP for Beginners and Intermediate" is perfect for getting started, while "Master Laravel 9, Vue 3 & Inertia Fullstack 2023" and "Master Laravel with GraphQL, Vue.js, and Tailwind" will help you take your Laravel skills to the next level, including creating APIs, developing SPAs, and learning GraphQL.No matter what your skill level, I'm confident that I can help you take your development skills to the next level. So, why not join one of my courses and get started today? Who knows – you might just surprise yourself with how much you can learn.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 92
    • duration 11:06:53
    • English subtitles has
    • Release Date 2024/05/08