Skip to content

Commit

Permalink
Update Skeleton App
Browse files Browse the repository at this point in the history
  • Loading branch information
hungnguyenhp committed Jan 23, 2024
1 parent b043f89 commit ac07997
Show file tree
Hide file tree
Showing 17 changed files with 2,446 additions and 1,388 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ pull request for each branch. This allows us to review and pull in new features

## Style Guide

All pull requests must adhere to the [PSR-2 standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md).
All pull requests must adhere to
the [PSR-2 standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md).
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ Now, Project structure project is follow structure below

## Contact

If any question & request, please contact following infomation
If any question & request, please contact following information

| Name | Email | Skype | Facebook |
| ----------- | -------------------- | ---------------- | ------------- |
| Hung Nguyen | dev@nguyenanhung.com | nguyenanhung5891 | [@nguyenanhung](https://fb.com/nguyenanhung) |
| Name | Email | GitHub | Facebook |
|-------------|----------------------|---------------|---------------|
| Hung Nguyen | dev@nguyenanhung.com | @nguyenanhung | @nguyenanhung |

From Hanoi with Love <3

7 changes: 6 additions & 1 deletion cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@
$console->add($test_command);

// Run application
$console->run();
try {
$console->run();
} catch (Exception $exception) {
echo $exception->getMessage();
}

10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"ext-pdo": "*",
"ext-json": "*",
"slim/slim": "^3.12",
"faapz/pdo": "^1.12",
"nguyenanhung/pdo": "^1.0 || ^2.0 || ^3.0",
"nguyenanhung/my-debug": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"nguyenanhung/console": "^1.0 || ^2.0 || ^3.0",
"slim/flash": "^0.4",
"slim/csrf": "^0.8",
"slim/php-view": "^2.2",
"monolog/monolog": "^1.26",
"mnapoli/silly": "1.5.1"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": ">=4.8 < 6.0",
"kint-php/kint": "^3.3"
Expand Down
Loading

0 comments on commit ac07997

Please sign in to comment.