We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d38191 commit 0fb4e4aCopy full SHA for 0fb4e4a
ct/firefly.sh
@@ -51,7 +51,7 @@ function update_script() {
51
find /opt/firefly/storage -type f -exec chmod 664 {} \;
52
mkdir -p /opt/firefly/storage/framework/{cache/data,sessions,views}
53
$STD sudo -u www-data php /opt/firefly/artisan cache:clear
54
-
+ cd /opt/firefly
55
$STD php artisan migrate --seed --force
56
$STD php artisan cache:clear
57
$STD php artisan view:clear
0 commit comments