Update realtime-facades.blade.md (#68)

Creates the directories recursively.
This commit is contained in:
Christoph Heich 2020-08-15 03:41:04 +02:00 committed by GitHub
parent cc8785922b
commit b40d9dc633
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ class CreateFrameworkDirectoriesForTenant
$this->tenant->run(function ($tenant) { $this->tenant->run(function ($tenant) {
$storage_path = storage_path(); $storage_path = storage_path();
mkdir("$storage_path/framework/cache"); mkdir("$storage_path/framework/cache", 0777, true);
}); });
} }
} }