Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Slim example

  1. Install composer

    $ cd Slim
    $ composer install
    
  2. Run php server

    $ cd Slim
    $ php -S localhost:8888 -t example example/index.php
    
  3. Open browser

    Open http://localhost:8888 in your browser and you will see 'Welcome to Slim!'