mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-16 02:13:34 -06: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 |