Update realtime-facades.blade.md

Creates the directories recursively.
This commit is contained in:
Christoph Heich 2020-08-15 02:13:40 +02:00 committed by GitHub
parent cc8785922b
commit 22fca6f069
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);
}); });
} }
} }