php - slim+nginx access error 500
Use the slim official example to create the simplest slim application. The server uses nginx and reports an error. The php version is 5.6.30...1", upstream: "fastcgi://127.0.0.1:9000", host: "test.laonianji.net"2017/02/08 16:14:14 [error ] 26338#0: *6 F...
PHPz 2017-05-16 13:15:02 0 2 753
php framework - Why do lightweight frameworks like slim not strictly distinguish between model layers?
Why do lightweight frameworks like slim not strictly differentiate between model layers?
PHP中文网 2017-05-16 17:05:35 0 1 577
Resolving redirect issues with Slim 4 authentication middleware
I'm trying to use middleware to redirect unauthenticated users to GoogleAPI authentication. If I access the authentication system directly (by accessing the /auth route) the Google part works and the user is sent to my homepage. However, if I access a page protected by the middleware, I get a blank ...
P粉949848849 2023-08-13 12:04:52 0 1 599