Skip to content

Instantly share code, notes, and snippets.

@totoprayogo1916
Last active December 25, 2022 03:11
Show Gist options
  • Save totoprayogo1916/89bb241f0f09e188889460b936330d50 to your computer and use it in GitHub Desktop.
Save totoprayogo1916/89bb241f0f09e188889460b936330d50 to your computer and use it in GitHub Desktop.
CodeIgniter4 :: Create a symlink on the WRITABLE (upload) directory for public
**WINDOWS**
mklink /D "D:\project\public\uploads" "D:\project\writable\uploads"
**LINUX**
ln -s ~/project/writable/uploads ~/project/public/uploads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment