Php REST API package.json file.
{ | |
"require": { | |
"klein/klein": "^2.1", | |
"firebase/php-jwt": "^5.2" | |
}, | |
"autoload": { | |
"psr-4": { | |
"App\\": "App/" | |
}, | |
"classmap": [ | |
"App/Controller", | |
"App/Middleware", | |
"App/Model" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment