slimphp / Slim

Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
http://slimframework.com
MIT License
11.98k stars 1.95k forks source link

Webpage documentation issue #1992

Closed RTCeables closed 7 years ago

RTCeables commented 8 years ago

Sorry I'm a stickler for documentation. In your website you note

"We recommend you install the Slim Framework with the Composer dependency manager." Yes super cool but then you do not state how. In gitub though you do... So suggest you add in this important line of text into your homepage to prevent confusion, as I was rather baffled at first by the next sentence on your homepage.

SO INSERT INTO HOMEPAGE:

$ composer require slim/slim "^3.0" This will install Slim and all required dependencies. Slim requires PHP 5.5.0 or newer.

geggleto commented 8 years ago

please open an issue on our Website Repo for this :)

https://github.com/slimphp/Slim-Website

RTCeables commented 8 years ago

Sure

geggleto commented 8 years ago

ty sir :)

tuupola commented 8 years ago

Just $ composer require slim/slim is enough.