newbie alert! i’ve recently moved my Laravel site to Fortrabbit but when i post new images to the site, they do not write to the database or the upload\images directory. other changes such as posting text, adding users, changing passwords etc, successfully add to the database - all was functioning properly on the local site.
some of the things i’ve tried;
changed permissions to group write on the upload directory on the Fortrabbit server with SSH,
checked public path with {{ dd(public_path()) }}
on local and remote sites,
declared public path in \bootstrap\start.php,
declared host in \croppa\config.php,
does anyone have any ideas…
thx in advance