class TestingController {
/**
* @modules\devermannotations\Route(route = "/hi", method = "GET")
*/
public static function hello(){
echo "HIII";
}
}
$deverm = new modules\devermannotations\DevermAnnotations($router);
$deverm->addClass(TestingController::class);
$deverm->init();
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
uppm/devermannotations
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Create deverm routes with annotations
Resources
Stars
Watchers
Forks
Packages 0
No packages published