Skip to content

Commit

Permalink
# Laravel 5.6 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mewebstudio committed Aug 27, 2019
1 parent 70ea4db commit fba8612
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/bootstrap/compiled.php
.env.*.php
.env.php
/vendor
.idea

# =========================
# Operating System Files
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
$ composer require mews/laravel-pos
```

### Laravel 5.6 için
```sh
$ composer require mews/laravel-pos "^0.2"
```

`config/app.php` dosyasındaki `providers` kısmına aşağıdaki kodu ekleyin:
```php
'providers' => [
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
],
"require": {
"php": "^7.1.3",
"illuminate/config": "~5.5|~5.6",
"mews/pos": "~0.1.8"
"illuminate/config": "~5.7|~5.8",
"mews/pos": "~0.3.0"
},
"require-dev": {
"orchestra/testbench": "~3.4.0|~3.5.0",
Expand Down

0 comments on commit fba8612

Please sign in to comment.