SAOKE2024
- Clone the project
- Run
composer install
- Copy
.env.example
to.env
- Run
php artisan key:generate
- Run
php artisan migrate
- Run
bun run build
ornpm run build
or whatever you used to build the frontend
- Install
pdftotext
by runningbrew install poppler
orsudo apt-get install poppler-utils
- Copy a Vietcombank transaction history file to "database/transactions/" folder
- Run
php artisan vcb:handle {filename}
to process the data transaction
- Copy a Vietcombank transaction history file to "database/transactions/" folder
- Run
php artisan vcb-11092024:handle {filename}
to process the data transaction
- Copy a Vietinbank transaction history file to "database/transactions/" folder
- Run
php artisan vietinbank:handle {filename} --binPath=/usr/local/bin/pdftotext
to process the data transaction
- Maybe you should increase the
memory_limit
inphp.ini
to1024M
or upper if you have a large transaction history filesize