Laravel 5 Essential Training

Go to class
Write Review

Free Online Course: Laravel 5 Essential Training provided by LinkedIn Learning is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Laravel 5 Essential Training is taught by Justin Yost.

Overview
  • Learn how to build elegant, data-driven applications of any scale with Laravel 5, the popular and flexible PHP framework.

Syllabus
  • Introduction

    • Learning the ins and outs of Laravel
    • What you should know
    1. Installation
    • Install Homestead
    • Explore Laravel
    • Configuration
    • The first page
    2. Starting Your Project
    • Simple authentication
    • The first migration
    • Seeding
    • The first route
    • The first controller
    • The first action
    • The first view
    3. The Create and Index Views
    • Resource controller routes
    • Resource controller actions
    • Index action
    • Index view
    • Create an action
    • Create a view
    • Store an action
    4. The Show, Edit, and Destroy Views
    • Show action and view
    • Edit an action
    • Edit a view
    • Update an action
    • Destroy an action
    5. Models
    • The first model
    • Pagination
    • Finding
    • Saving
    • Editing
    • Soft-deleting
    6. Eloquent
    • Scopes
    • One-to-one relationships
    • One-to-many relationships
    • Many-to-many relationships
    • Lazy-loading relationships
    • Eager loading relationships
    • Saving relationships
    Conclusion
    • Next steps