We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af98316 commit dcb25a4Copy full SHA for dcb25a4
recipe/laravel.php
@@ -11,16 +11,8 @@
11
set('writable_dirs', [
12
'bootstrap/cache',
13
'storage',
14
- 'storage/app',
15
- 'storage/app/public',
16
- 'storage/app/private',
17
- 'storage/framework',
18
- 'storage/framework/cache',
19
- 'storage/framework/cache/data',
20
- 'storage/framework/sessions',
21
- 'storage/framework/views',
22
- 'storage/logs',
23
]);
+set('writable_recursive', true);
24
set('log_files', 'storage/logs/*.log');
25
set('bin/artisan', '{{release_or_current_path}}/artisan');
26
set('laravel_version', function () {
0 commit comments