Laravel 6 Essential Training: Testing, Securing and Deploying Apps

Go to class
Write Review

Free Online Course: Laravel 6 Essential Training: Testing, Securing and Deploying Apps provided by LinkedIn Learning is a comprehensive online course, which lasts for 3-4 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 6 Essential Training: Testing, Securing and Deploying Apps is taught by Justin Yost.

Overview
  • Build elegant, data-driven applications of any scale with Laravel 6, the popular and flexible PHP framework. Discover how to write tests, secure your app, and deploy it.

Syllabus
  • Introduction

    • Learning the ins and outs of Laravel
    • What you should know before watching this course
    1. Beyond the Basic Form
    • Saving files
    • Viewing files
    • Validation
    • Displaying validation errors
    • Displaying old input
    2. Artisan Console
    • Console commands
    • Console outputs
    • Console arguments
    • Console options
    • Console inputs
    3. Service Container
    • Service providers
    • Facades
    • Interface service container binding
    • Automatic service container binding
    4. Testing
    • Basic test
    • Database factories
    • As a user
    • Facades
    • File uploads
    • Console commands
    5. Notifications
    • Emails
    • Notifications
    • Queue jobs
    • Queue workers
    • Task scheduler
    6. Routing
    • Route parameters
    • Route model binding
    • Middleware
    7. Laravel Mix
    • Installing and running Laravel Mix
    • CSS processing
    • JavaScript processing
    8. Security
    • Authentication
    • Route authorization
    • Verified users
    • Encryption
    • Password storage
    9. Deployment
    • Preparing for deployment
    • Databases
    • Deploying a change
    Conclusion
    • Next steps