Introduction and Purpose of the Video | Laravel Starter Kits: Breeze and JetStream | Genesis Starter Kit and Its Features | Bento: Email Marketing and Customer Support | Filament: Beyond an Admin Panel | Laravel Spark: Billing Solution | Laravel Actions: Simplifying Tasks | Tailwind UI: Design Inspiration | Sentry: Error Tracking and Debugging | Ray: Enhanced Debugging Tool | WireUI: LiveWire Components | Laravel Debug Bar: Development Insights | Slack Alerts: Real-time Notifications | Pirsch: Analytics for Laravel | OpenAI PHP Package: Integrating AI | Wire Elements Pro: Advanced Components | Laravel Comments: Easy Commenting System | Saloon: API Integrations | Multi-Tenancy in Laravel | Laravel Excel: Working with Spreadsheets | Sushi: Eloquent Without Database | Deploying with Laravel Vapor | Deploying with Turso | Wrapping Up
Introduction and Stack Setup | Setting up the Development Environment | Setting up the Application | Creating an Application Structure | Creating the Notes Table | Modifying the Database | Implementing Live Wire in Laravel | Creating a Landing Page with Improved Design and Button | Running PHP Code in Laravel | Setting up the UI | Adding a recipient to the notes table | Wiring up the front end | Creating a note | Deleting a Note | Creating Policies for User Actions | Mounting the Note and Initializing the Note | Building the Form | Using Laravel Breeze's Action Component | Fixing Date Format and Creating a Public View of a Note | Generating the Note Interface and Functionality | Setting up Scheduled Notes Emails | Setting up Scheduled Notes in Production | Limiting Edit Accessibility Based on Date | Comment, Like, and Subscribe to Support
Introduction | Programming languages | Version control (Git) | Data structures & algorithms | Design patterns | Databases | Web frameworks | Additional skills
Coding is a lifelong journey | Take a JS course on Udemy | Build project of interest | Build project without framework! | You don't need a bootcamp or degree! | You cannot hack your brain. | 1 Start on Freecodecamp
5 PHP Projects To Get Hired | 1 Wordpress Theme and Plugin | 2 Build an App Using a Open API | Bonus: Learn the basics of React | 3 Build an App Serving a REST API | 4 Build a Real Estate App with Laravel | 5 Build A Shopify App | Where Can You Learn To Build Projects
Intro and Demo | Setup Project | What is Inertia and How it works | Prepare the database | Create Controllers and Define Routes | Render Projects with Pagination | Filtering Projects | Sorting of Projects | Render Tasks | Render Project view page with tasks | Project Create | Delete and Update Projects | Users CRUD | Tasks CRUD | Create My Tasks Page | Create Dashboard | Conclusion
01 Hello, Laravel | 02 Your First Route and View | 03 Create a Layout File Using Laravel Components | 04 Make a Pretty Layout Using TailwindCSS | 05 Style the Currently Active Navigation Link | 06 View Data and Route Wildcards | 07 Autoloading, Namespaces, and Models | 08 Introduction to Migrations | 09 Meet Eloquent | 10 Model Factories | 11 Two Key Eloquent Relationship Types | 12 Pivot Tables and BelongsToMany Relationships | 13 Eager Loading and the N+1 Problem | 14 All You Need to Know About Pagination | 15 Understanding Database Seeders | 16 Forms and CSRF Explained (with Examples) | 17 Always Validate. Never Trust the User. | 18 Editing, Updating, and Deleting a Resource | 19 Routes Reloaded - 6 Essential Tips | 20 Starter Kits, Breeze, and Middleware | 21 Make a Login and Registration System From Scratch: Part 1 | 22 Make a Login and Registration System From Scratch: Part 2 | 23 6 Steps to Authorization Mastery | 24 How to Preview and Send Email Using Mailable Classes | 25 Queues Are Easier Than You Think | 26 Get Your Build Process in Order | 27 From Design to Blade | 28 Blade and Tailwind Techniques for Your Laravel Views | 29 Jobs, Tags, TDD, Oh My! | 30 The Everything Episode
What we're building | Starting the project | How Inertia works | Setting up the data | Creating dashboard screens | Working with forms | Building the tracker frontend | We're finished!
Create first Laravel Project | Setup Windows with Docker | Folder Structure | Routes | Controllers | Blade View | Edit and Show Pages | Laravel Herd on Windows | Layout Component | Install Tailwind CSS | Navbar Component | Create Form | Setup Mysql | Migrations | Working with Forms | Validation | Display Posts | Updating the post | Delete the Post | Register Users | Login and Logout | Middleware | Relationships | Post Policy | Admin User | Admin Area | Admin Edit Destroy Posts | File Upload | Send Emails | Send emails using jobs | Task Scheduling
Intro | Is PHP Considered a Case-Sensitive Language? | Name Different Data Types In PHP | How is "echo" different from "print"? | What are the Rules for Naming a Variable? | How to check if a defined variable is NULL? | How to display output directly to the browser? | Is Multiple Inheritance supported in PHP? | What are the different types of loops in PHP? | How to concatenate two strings in PHP? | What is the use of func_num_args()? | What are Super Global Variable in PHP? ? | Name some common applications of PHP | Differentiate between $variable and $$variable | Differentiate between GET and POST Method | How to connect to a database using PHP Script? | What does final class and final method mean in PHP? | Differentiate between function overloading and overriding | Differentiate between == and === operator | How does Exception Handling work in PHP? | Explain different types of errors in PHP | How to call a function by reference? | Create a Singleton class in PHP | How to encrypt a password using PHP? | What will be the output of the following code? | How can PHP and Javascript Interact?
Introduction | Installation and setup | Setting up the layouts | Context Provider | Auth pages | Auth APIs | Users Page | Users APIs | User Form and table
Introduction | Prerequisites | Project Full Demo | The Importance of Deployment | Getting Started with Laravel | Routing | Controllers | Views - The Basics | Views - Displaying Data | Views - Blade Directives | Website Layout with Template Inheritance | Components | Create Basic Pages | Introduction to Databases | Migrations | Eloquent ORM Basics | Eloquent ORM Relationships | Factories | Data Seeding | Output Data on the Website from the Database | Database Where Clause | Data Pagination | Requests & Responses | Outro
Introduction | Web Development Basics | HTML, CSS, and JavaScript | Frontend and Backend Development | Web Development Industry Overview | My Personal Experience | Degree vs Knowledge | Frontend Development Roadmap | Backend Development Roadmap | Database Introduction | React and Next.js | Additional Tools and Deployment | TypeScript | Design vs Development | Conclusion