Courses

PHP for Laravel Developers

PHP New Syntax in Latest Versions

Summary of this lesson:
- Learn about new PHP version features
- Understand typed properties and arrow functions
- Explore attributes and constructor promotion
- Examine union types and null-safe operators

PHP has been updated with quite a few syntax options in recent years. Let's highlight some of them and see if you're using them.


PHP 7.4 (released in Nov 2019)

Typed Properties

class Post {
public string $title;
}

The property $title will have to be only a string.

Arrow Functions

A second new feature introduced in PHP 7.4 is...

The full lesson is only for Premium Members.
Want to access all 16 lessons of this course? (52 min read)

You also get:

  • 73 courses
  • Premium tutorials
  • Access to repositories
  • Private Discord