You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCS.md
+49-22Lines changed: 49 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -504,9 +504,9 @@ This will run the production build process (minifies, strips dev code, precompil
504
504
- The old `build` command is now replaced by `bloom` for clarity and branding.
505
505
- Use this command before deploying your app to production.
506
506
507
-
## File Upload & Storage
507
+
## File Upload & Storage (v0.1.7+)
508
508
509
-
SproutPHP now includes a Storage helper for easy file uploads and URL generation, saving files in `public/uploads` for web accessibility.
509
+
SproutPHP now includes a robust Storage helper for file uploads and URL generation, saving files in `storage/app/public` for web accessibility via a symlink.
0 commit comments