Skip to content

ArturoQuiros/LFTS

Repository files navigation

Laravel From the Scratch

1. The Basics

1. How a Route Loads a View

2. Include CSS and JavaScript

3. Make a Route and Link to it

4. Store Blog Posts as HTML Files

5. Route Wildcard Constraints

6. Use Caching for Expensive Operations

7. Use the Filesystem Class to Read a Directory

8. Find a Composer Package for Post Metadata

9. Collection Sorting and Caching Refresher

2. Blade

1. Blade: The Absolute Basics

2. Blade Layouts Two Ways

3. A Few Tweaks and Consideration

3. Working with Databases

1. Environment Files and Database Connections

2. Migrations: The Absolute Basics

3. Eloquent and the Active Record Pattern

4. Make a Post Model and Migration

5. Eloquent Updates and HTML Escaping

6. 3 Ways to Mitigate Mass Assignment Vulnerabilities

7. Route Model Binding

8. Your First Eloquent Relationship

9. Show All Posts Associated With a Category

10. Clockwork, and the N+1 Problem

11. Database Seeding Saves Time

12. Turbo Boost With Factories

13. View All Posts By An Author

14. Eager Load Relationships on an Existing Model

4. Integrate the Design

1. Convert the HTML and CSS to Blade

2. Blade Components and CSS Grids

3. Convert the Blog Post Page

4. A Small JavaScript Dropdown Detour

5. How to Extract a Dropdown Blade Component

6. Quick Tweaks and Clean-Up

5. Search

1. Search (The Messy Way)

2. Search (The Cleaner Way)

6. Filtering

1. Advanced Eloquent Query Constraints

2. Extract a Category Dropdown Blade Component

3. Author Filtering

4. Merge Category and Search Queries

5. Fix a Confusing Eloquent Query Bug

7. Pagination

1. Laughably Simple Pagination

8. Forms and Authentication

1. Build a Register User Page

2. Automatic Password Hashing With Mutators

3. Failed Validation and Old Input Data

4. Show a Success Flash Message

5. Login and Logout

6. Build the Log In Page

7. Laravel Breeze Quick Peek

9. Comments

1. Write the Markup for a Post Comment

2. Table Consistency and Foreign Key Constraints

3. Make the Comments Section Dynamic

4. Design the Comment Form

5. Activate the Comment Form

6. Some Light Chapter Clean Up

10. Newsletters and APIs

1. Mailchimp API Tinkering

2. Make the Newsletter Form Work

3. Extract a Newsletter Service

4. Toy Chests and Contracts

11. Admin Section

1. Limit Access to Only Admins

2. Create the Publish Post Form

3. Validate and Store Post Thumbnails

4. Extract Form-Specific Blade Components

5. Extend the Admin Layout

6. Create a Form to Edit and Delete Posts

7. Group and Store Validation Logic

8. All About Authorization

12. Conclusion

1. Goodbye and Next Steps

About

Laravel 9 - From The Scratch course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages