Skip to content

MathObsessed/domain_exceptions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Domain Exceptions Example

This project demonstrates Domain Exceptions concept for my PHP projects.

Generate vendor/autoload.php file using Composer:

composer install

Run PHP built-in web server:

php -S localhost:8000 -t public/

Observe the result at: http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages