Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
martiendt committed Oct 4, 2019
1 parent c588e61 commit 19143b5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
1 change: 1 addition & 0 deletions config/queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
'connection' => 'default',
'queue' => 'default',
'retry_after' => 90,
'block_for' => 5,
],

],
Expand Down
2 changes: 1 addition & 1 deletion docs/_lib/docsify.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/_lib/style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Our mission is to provide exceptional accounting and bookkeeping solutions in the most demanding era.

## Built With
- Laravel 5.7 - We build our API using Laravel Framework
- Laravel 6.0 - We build our API using Laravel Framework
6 changes: 3 additions & 3 deletions docs/en/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Prologue
- [Release Notes](/en/prologue/release-notes.md)
- [Contribution Guide](/en/prologue/contribution-guide.md)
- [API Documentation](https://documenter.getpostman.com/view/421224/RWgrxczT)
- [API Documentation](https://docs.point.red)
- [Github](https://github.com/point-red/point)
- Getting Started
- [Introduction](/en/getting-started/introduction.md)
Expand All @@ -22,6 +22,6 @@
- [Service](/en/modules)
- [Accounting](/en/modules)
- Testing
- [Intro](/en/testing/intro.md)
- [Test Master](/en/testing/testing-master.md)
- [Intro](/en/testing/intro.md)
- [Test Master](/en/testing/testing-master.md)

7 changes: 5 additions & 2 deletions docs/en/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ Point framework has a few system requirements. Of course, all of these requireme

However, if you are not using Homestead, you will need to make sure your server meets the following requirements:

- PHP >= 7.1.3
- PHP >= 7.2.0
- BCMath PHP Extension
- Ctype PHP Extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension

Expand Down

0 comments on commit 19143b5

Please sign in to comment.