mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 11:20:39 -06:00
5 lines
128 B
Bash
Executable File
5 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
php artisan clear-compiled --env=local
|
|
php artisan ide-helper:generate --env=local
|
|
php artisan optimize --env=local
|