-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
Slim 4 Beta Release
See the full release notes. You may also look at the Alpha release notes for more details about this major release.
Before doing anything read the docs
I just finished the first draft of the docs for Slim 4 which are available here. I need feedback please:
http://dev.slimframework.com/docs/v4
Download and test the 4.0.0-beta release
You may also play around with the 4.x branch and create a simple app with it to test things out.
composer require slim/slim:4.0.0-beta
Install a PSR-7 Implementation
You will also need to install a PSR-7 implementation and ServerRequestCreator combo. You can use Slim's PSR-7 Implementation or choose one of the ones described on the 4.x branch README: https://github.com/slimphp/Slim/blob/4.x/README.md
composer require slim/psr7
If you have any questions don't hesitate to ping me on Slack or ask questions in this thread directly, I'm available to help!