Slim Framework Documentation | Hypertext Transfer Protocol | Php

June 6, 2016 | Author: Anonymous | Category: PHP
Share Embed


Short Description

Slim Framework Documentation - Download as PDF File (.pdf), Text File (.txt) or read online....

Description

Slim Framework Documentation (http://www.slimframework.com) GETTING STARTED CONFIGURATION ROUTING ENVIRONMENT REQUEST RESPONSE VIEW HTTP CACHING MIDDLEWARE HOOKS FLASH MESSAGES SESSIONS LOGGING ERROR HANDLING

Getting Started

tp://docs.slimframework.com/#Getting­ arted) Installation Composer Install Install composer in your project: curl ­s https://getcomposer.org/installer | php

Create a  composer.json file in your project root:

{     "require": {         "slim/slim": "2.*"     } }

Install via composer: php composer.phar install

Add this line to your application’s  index.php file:
View more...

Comments

Copyright © 2017 DATENPDF Inc.