Skip to content

Commit 738aac7

Browse files
committed
change readme and table
1 parent 0342ecf commit 738aac7

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ echo "${NC}"
2121
sudo chgrp -R www-data storage bootstrap/cache
2222
sudo chmod -R ug+rwx storage bootstrap/cache
2323

24-
#sudo chown 777 bootstrap/cache -R
25-
#sudo chown 777 storage -R
24+
#sudo chown doctor bootstrap/cache -R
25+
#sudo chmod 777 storage -R

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ password: 123123
55

66
## Installation
77
service mysql stop
8+
89
systemctl stop redis
10+
911
sh Makefile
1012

13+
## Testing
14+
docker-compose exec pw-server php ./vendor/bin/phpunit --no-coverage
15+
1116
## Application Overview
1217

1318
The application is for Parrot Wings (PW, “internal money”) transfer between system users.

resources/js/components/custom_table/Table.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<slot name="message"></slot>
55
</div>
66

7-
<filter-table :fields="filterFields" @changed="fetch"></filter-table>
7+
<filter-table :fields="filterFields"></filter-table>
88

99
<table v-if="items.length != 0" class="table card-body-table">
1010
<thead>
@@ -18,7 +18,7 @@
1818
</h3>
1919

2020
<pagination :meta="meta"></pagination>
21-
21+
2222
</div>
2323
</template>
2424

0 commit comments

Comments
 (0)