Laravel 5 Essential Training: 2 Testing, Securing, and Deploying

Go to class
Write Review

Free Online Course: Laravel 5 Essential Training: 2 Testing, Securing, and Deploying provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 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: 2 Testing, Securing, and Deploying is taught by Bernardo Pineda.

Overview
  • Learn how to test, secure, and deploy elegant PHP applications, with Laravel.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • Using the exercise files
    • Demo the application
    • Setting up the project
    1. Test-Driven Development
    • The TDD paradigm
    • Build features with unit tests
    • Build features with functional tests
    2. Application Security
    • Handle volatile data with sessions
    • CSRF protection
    • Create a login form
    • Make the login form work
    • Application authentication
    3. Beyond the Basics
    • Force a download
    • Upload files
    • Data seeding for development
    • Homestead and Vagrant
    4. Deploying Laravel Applications
    • Use environment variables
    • Deployment setup
    • Deploy an app
    Conclusion
    • Next steps