Try changing Acorn’s storage path to WP Engine’s temp path like you did on Sage 10:
Application::configure()
+ ->withPaths(storage: '/path/to/tmp')
->withProviders([
App\Providers\ThemeServiceProvider::class,
])
->boot();
Try changing Acorn’s storage path to WP Engine’s temp path like you did on Sage 10:
Application::configure()
+ ->withPaths(storage: '/path/to/tmp')
->withProviders([
App\Providers\ThemeServiceProvider::class,
])
->boot();