Skip to content

Commit e92c3d4

Browse files
author
Ufuk Cetinkaya
committed
fix: add missing storage directories for Laravel CI
Add .gitignore files to storage/framework/{cache/data,sessions,views} and storage/logs to ensure these directories exist in CI environment. Fixes "Please provide a valid cache path" error in tests.
1 parent e5682cb commit e92c3d4

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
\!.gitignore
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
\!.gitignore

storage/framework/views/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
\!.gitignore

storage/logs/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
\!.gitignore

0 commit comments

Comments
 (0)