File: README.md

package info (click to toggle)
php-slim 3.12.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,444 kB
  • sloc: php: 11,581; makefile: 14; xml: 10; sh: 3
file content (11 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# Slim example

1. Run php server

      ```text
      $ php -S localhost:8888 -t example /usr/share/doc/php-slim/examples/index.php
      ```

2. Open browser

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