Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4 from BrokerExchange/feature/1.0
Browse files Browse the repository at this point in the history
update gitgnore; update package.json; updated composer.json
  • Loading branch information
Jantho1990 authored May 10, 2018
2 parents 680c4ca + 187a34a commit 0aead39
Show file tree
Hide file tree
Showing 5 changed files with 2,829 additions and 2,765 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.vscode/
node_modules/
package/src/node_modules
src/node_modules
test-project/
vendor/
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"require": {
"laracasts/flash": "^3.0",
"illuminate/database": "^5.4",
"doctrine/dbal": "^2.5",
"fzaninotto/faker": "^1.4",
"illuminate/filesystem": "^5.4",
"illuminate/pagination": "^5.4",
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ A Laravel package which adds the ability to create "showcases", or view boxes wh
- finish adding flash messages for CRUD
- Vue multiselect for trophy display select
- combine with sort order selection
- redo nav dropdowns to use scrollbars for large amounts
- 1.1
- Replace buttons with FontAwesome icons where appropriate
- add ability to use a custom auth guard
Expand Down
Loading

0 comments on commit 0aead39

Please sign in to comment.