Skip to content

Commit 3353f20

Browse files
authored
Update README.md
1 parent 34dab90 commit 3353f20

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

README.md

+4-16
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
1-
# Slim 3 Skeleton
1+
# CGIAR Results Dashboard
22

3-
This is a simple skeleton project for Slim 3 that includes Twig, Flash messages and Monolog.
43

5-
## Create your project:
4+
## Install the project:
65

7-
$ composer create-project --no-interaction --stability=dev akrabat/slim3-skeleton my-app
8-
9-
### Run it:
10-
11-
1. `$ cd my-app`
12-
2. `$ php -S 0.0.0.0:8888 -t public public/index.php`
13-
3. Browse to http://localhost:8888
6+
$ composer install
147

158
## Key directories
169

@@ -24,10 +17,5 @@ This is a simple skeleton project for Slim 3 that includes Twig, Flash messages
2417

2518
## Key files
2619

27-
* `public/index.php`: Entry point to application
2820
* `app/settings.php`: Configuration
29-
* `app/dependencies.php`: Services for Pimple
30-
* `app/middleware.php`: Application middleware
31-
* `app/routes.php`: All application routes are here
32-
* `app/src/Action/HomeAction.php`: Action class for the home page
33-
* `app/templates/home.twig`: Twig template file for the home page
21+

0 commit comments

Comments
 (0)