-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Slim to 3.12.3 #333
Conversation
Seems to me it's perhaps easier to start with a slim skeleton: and transfer logic to new locations |
5c7019c
to
b7abd6d
Compare
slim/views have no v3 support:
|
ab4066f
to
7289a33
Compare
1fb49c8
to
ca57682
Compare
Or port to Symfony5: |
52838c8
to
45f563f
Compare
Seems slim/views replacement is slim/twig-view: |
3c43495
to
f8f8361
Compare
939f516
to
196b17b
Compare
The v2 code mocked POST data by overwriting $_POST:
This is very different in v3: |
Flash messages have new package: |
https://github.com/slimphp/Slim-Flash#using-with-twig-view
|
Revert unintended close: |
Docs:
Fixes #278