mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
4 lines
95 B
Bash
Executable File
4 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
composer self-update
|
|
php artisan migrate:refresh --seed --env=local
|
|
./ide-helper.sh |