yoni
yoni
FFilament
Created by yoni on 5/23/2024 in #❓┊help
Disk [tmp-for-tests] does not have a configured driver.
Not that I am aware of.
20 replies
FFilament
Created by yoni on 5/23/2024 in #❓┊help
Disk [tmp-for-tests] does not have a configured driver.
yes and I candefine what ever i want it always use this tmp-for-tests disk.
20 replies
FFilament
Created by yoni on 5/23/2024 in #❓┊help
Disk [tmp-for-tests] does not have a configured driver.
'tmp-for-tests' => [
'driver' => 'local',
'root' => public_path(),
'throw' => false,
],
'tmp-for-tests' => [
'driver' => 'local',
'root' => public_path(),
'throw' => false,
],
20 replies
FFilament
Created by yoni on 5/23/2024 in #❓┊help
Disk [tmp-for-tests] does not have a configured driver.
After adding this in the filesystems config it works but now i want to save the images in the public folder and not in the resource folder.
20 replies
FFilament
Created by yoni on 5/23/2024 in #❓┊help
Disk [tmp-for-tests] does not have a configured driver.
No, it doesn't take the public disk but it takes this 'tmp-for-tests'.
20 replies
FFilament
Created by yoni on 5/23/2024 in #❓┊help
Disk [tmp-for-tests] does not have a configured driver.
'tmp-for-tests' => [
'driver' => 'local',
'root' => public_path(),
'throw' => false,
],
'tmp-for-tests' => [
'driver' => 'local',
'root' => public_path(),
'throw' => false,
],
20 replies
FFilament
Created by yoni on 5/23/2024 in #❓┊help
Disk [tmp-for-tests] does not have a configured driver.
i did this but how can i save this to the public folder and not the resource folder? without symlink
20 replies
FFilament
Created by yoni on 5/23/2024 in #❓┊help
Disk [tmp-for-tests] does not have a configured driver.
don't find it
20 replies
FFilament
Created by yoni on 5/23/2024 in #❓┊help
Disk [tmp-for-tests] does not have a configured driver.
i cleared my config serveral times.
20 replies
FFilament
Created by yoni on 5/23/2024 in #❓┊help
Disk [tmp-for-tests] does not have a configured driver.
no, i don't have that in my config.
20 replies
FFilament
Created by yoni on 4/1/2024 in #❓┊help
The POST method is not supported for route admin/login. Supported methods: GET, HEAD.
Shared test hosting.
16 replies
FFilament
Created by yoni on 4/1/2024 in #❓┊help
The POST method is not supported for route admin/login. Supported methods: GET, HEAD.
How can i fix this with a htacces file?
16 replies
FFilament
Created by yoni on 4/1/2024 in #❓┊help
The POST method is not supported for route admin/login. Supported methods: GET, HEAD.
But an other problem is domain.com/public/admin.
16 replies
FFilament
Created by yoni on 4/1/2024 in #❓┊help
The POST method is not supported for route admin/login. Supported methods: GET, HEAD.
Yes, it works fine on my local environment, but I want to test it on a production server. However, when I try it on the production suite, I encounter the following issue.
16 replies