- 
                Notifications
    
You must be signed in to change notification settings  - Fork 11
 
Installing Composer
        Devin Smith edited this page Nov 29, 2015 
        ·
        1 revision
      
    Install Composer if you haven't already. Composer is a really easy to use PHP dependency & package management tool. I prefer to install globally so you can use the command composer from anywhere in your terminal.
On OSX
cd /usr/local/bin
curl -sS https://getcomposer.org/installer | php
mv composer.phar composerEveryone else can Download Composer here, and Read how to install.
- Home
 - Getting Started
 - Server Config
 - Installation
 - Installing Composer
 - App
 - Route Shorthand
 - Config
 - Routes
 - Methods
 - Controller Types
 - Params & Regex
 - Aliases
 - Dependency Injection
 - Advanced Routing
 - Services
 - User Defined Services
 - Built in Services
 - Middleware
 - Views
 - Templates
 - Scope
 - Resource
 - Factory
 - Looper
 - Examples
 - Plugins
 - About