Skip to content

Commit

Permalink
Merge pull request #5 from vickzkater/v1.1.1
Browse files Browse the repository at this point in the history
v1.1.1
  • Loading branch information
vickzkater authored Jun 20, 2020
2 parents d1396d6 + fb13bfe commit 9e3c850
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 144 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
.DS_Store

/public/uploads/product/
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ Username: superadmin
Password: admin123
```

## Version

Laravel | Lara-S-CMS
:---------|:----------
5.8.x | 1.0.x
6.x.x | 1.1.1

## Requirements

- PHP >= 7.2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"php": "^7.1.3",
"doctrine/dbal": "^2.10",
"fideloper/proxy": "^4.0",
"laravel/framework": "5.8.*",
"laravel/framework": "^6.0",
"laravel/tinker": "^1.0",
"maatwebsite/excel": "^3.1",
"symfony/translation": "4.3.8",
Expand Down
Loading

0 comments on commit 9e3c850

Please sign in to comment.