File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
resources/js/components/custom_table Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ echo "${NC}"
2121sudo chgrp -R www-data storage bootstrap/cache
2222sudo 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
Original file line number Diff line number Diff line change @@ -5,9 +5,14 @@ password: 123123
55
66## Installation
77service mysql stop
8+
89systemctl stop redis
10+
911sh Makefile
1012
13+ ## Testing
14+ docker-compose exec pw-server php ./vendor/bin/phpunit --no-coverage
15+
1116## Application Overview
1217
1318The application is for Parrot Wings (PW, “internal money”) transfer between system users.
Original file line number Diff line number Diff line change 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 >
1818 </h3 >
1919
2020 <pagination :meta =" meta" ></pagination >
21-
21+
2222 </div >
2323</template >
2424
You can’t perform that action at this time.
0 commit comments