Slim 4 Release
See the full release notes.
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:
https://www.slimframework.com/docs/v4
Download the 4.0.0 release
composer require slim/slim:^4.0
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
You can also use the Slim 4 DDD API Skeleton to create a new project
composer create-project slim/slim-skeleton [my-app-name]
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!
Slim 4 Release
See the full release notes.
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:
https://www.slimframework.com/docs/v4
Download the 4.0.0 release
composer require slim/slim:^4.0Install 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.xbranch README: https://github.com/slimphp/Slim/blob/4.x/README.mdcomposer require slim/psr7You can also use the Slim 4 DDD API Skeleton to create a new project
composer create-project slim/slim-skeleton [my-app-name]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!