Slim 4 is an open source PHP micro framework that helps writing web applications and APIs.
Questions tagged [slim-4]
93 questions
-1
votes
1 answer
how can i solve a slim4 sapphirecat error
i have been working on a librery proyect with slim4. i realized a merge from github and the the proyect broke.
the error is :
Fatal error: Type of Sapphirecat
Fatal error: Type of…

said21
- 1
-1
votes
3 answers
Why can "Class 'DI\Bridge\Slim\App'" not be found? PHP
I am trying to create a shopping cart for my website, I am following the tutorial below: https://www.youtube.com/watch?v=tRh467FX12U&list=PLfdtiltiRHWH9JN1NBpJRFUhN96KBfPmd&index=2
In the tutorial, he uses 3 different imports from GitHub and this is…

RC07JNR
- 535
- 1
- 8
- 24
-1
votes
1 answer
Slim 4 - Base path as query param
I have a Slim 4 app running and set some recurring url param as a base path to not show this in url generation.
Request flows:
Call to http:demo.xyz?p1=a ---> rewrite to http://slim.app/url/demo.xyz?p1=a through a Varnish proxy
Call to…

codedge
- 4,754
- 2
- 22
- 38