Skip to content

campio97/php8-features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP 8+ Features & Laravel Concepts

A playground project demonstrating modern PHP features (8.0 to 8.4) and fundamental Laravel architectural concepts.

📋 Requirements

  • PHP: >= 8.5 (as per composer.json)
  • Composer (for dependencies)

🚀 Features & Examples

PHP 8.0 - 8.3

PHP 8.4

Laravel / Architectural Concepts

🛠 Usage

You can run any of the files directly via CLI or serve the directory using a PHP server.

Via CLI

php php_match_expression.php

Via Built-in Server

php -S localhost:8000

Then visit http://localhost:8000 to see the index page.

About

Example of PHP's latest features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors