Skip to content

Commit

Permalink
Merge pull request #3 from jfyoboue/develop
Browse files Browse the repository at this point in the history
Merging for version 1.1.1
  • Loading branch information
jfyoboue committed Apr 30, 2017
2 parents 328e4ed + 1429871 commit 17dbbad
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
index.php
/vendor/
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ Browse to http://localhost:8008

## Change log

* 1.1.1
- Bug fixed - Removing index.php file in .gitignore
* 1.1.0
- Improvement of application setup
- Adding HelloServiceTest class
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Bandama Application Skeleton with Monolog",
"type": "project",
"license": "MIT",
"version": "1.1.0",
"version": "1.1.1",
"require-dev": {
"php": ">=5.4"
},
Expand Down
13 changes: 13 additions & 0 deletions src/views/home/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!-- Title -->
<?php $title = 'Bandama Framework'; ?>

<!-- Content -->
<?php ob_start(); ?>

<pre>Bandama Application</pre>

<?php $content = ob_get_clean(); ?>


<!-- Layout -->
<?php include(__DIR__."/../layout.php"); ?>

0 comments on commit 17dbbad

Please sign in to comment.