PSR-4, PSR-0, classmap, files (ok)
https://kipalog.com/posts/PHP-co-the-ban-chua-biet----Auloading
{
"autoload":
{
"psr-4":
{
"App\\": "app/"
},
"psr-0":
{
"Monolog\\": "src/",
"Vendor\\Namespace\\": "src/",
"Vendor_Namespace_": "src/"
},
"classmap": ["src/", "lib/", "Something.php"],
"files": ["src/MyLibrary/functions.php"]
}
}PreviousChat application in PHP & MySQL using Ratchet Library (ok)Next[COMPOSER] PHP Autoloading, PSR4 and Composer
Last updated