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 2a01390 commit f934d58Copy full SHA for f934d58
README.md
@@ -44,6 +44,13 @@ always current with the latest release:
44
Finally, run the seeder to install necessary database settings:
45
`spark db:seed "Tatter\Files\Database\Seeds\FileSeeder"`
46
47
+**NOTE**: If your project is part of a tracking repository you probably want to add the file
48
+storage to your **.gitignore**
49
+```
50
+writable/files/*
51
+!writable/files/index.html
52
53
+
54
## Configuration (optional)
55
56
The library's default behavior can be altered by extending its config file. Copy
0 commit comments