File tree 1 file changed +4
-16
lines changed
1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change 1
- # Slim 3 Skeleton
1
+ # CGIAR Results Dashboard
2
2
3
- This is a simple skeleton project for Slim 3 that includes Twig, Flash messages and Monolog.
4
3
5
- ## Create your project:
4
+ ## Install the project:
6
5
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
14
7
15
8
## Key directories
16
9
@@ -24,10 +17,5 @@ This is a simple skeleton project for Slim 3 that includes Twig, Flash messages
24
17
25
18
## Key files
26
19
27
- * ` public/index.php ` : Entry point to application
28
20
* ` 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
+
You can’t perform that action at this time.
0 commit comments