PHP 8 Crash Course

Go to class
Write Review

PHP 8 Crash Course provided by Laracasts is a comprehensive online course, which lasts for Less than 1 hour of material. PHP 8 Crash Course is taught by Jeffrey Way. Upon completion of the course, you can receive an e-certificate from Laracasts. The course is taught in Englishand is Paid Course. Visit the course page at Laracasts for detailed price information.

Overview
  • It's hard to believe, but PHP 8 is right around the corner. As part of this new release, not only will you benefit from performance improvements - thanks to the new JIT compiler - but you'll also enjoy useful new operators and types, attributes, match expressions, and so much more.

    If you're intrigued, hop in and we'll review everything you need to know.

Syllabus
    • How to Install PHP 8
    • The Nullsafe Operator
    • Match Expressions
    • Constructor Property Promotion
    • $object::class
    • Named Parameters
    • New String Helpers
    • Weak Maps
    • Union and Pseudo Types