Skip to content

Commit

Permalink
aupdate composer description
Browse files Browse the repository at this point in the history
  • Loading branch information
lotfio committed Apr 26, 2018
1 parent ef96d5f commit af06a78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,14 @@ make sure to :
Your `vendo/bin/aven` should have these two lines:

```php
require 'vendor/autoload.php';
require '../../routes/myRoutesFile.php';
require '../autoload.php';
require '../../routes/myRoutesFile.php'; // routes file

```

**Available Commands :**

Assume we have moved `vendor/bin/Aven` to `../../` our project location and we have added the routes file.
Assume we have moved `vendor/bin/Aven` to `../../` our project location and we have added the routes and the autoload files.

**1-routes :** this command will list all defined routes giving you the ability to debug and see your routing table :

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lotfio/aven",
"description": "Aven PHP is a robust PHP Router.",
"description": "Aven is a robust and flexible PHP Router with more than 14 HTTP verbs.",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit af06a78

Please sign in to comment.