Full Changelog: https://github.com/DevWizardHQ/laravel-filex/compare/v1.3.1...v1.3.2
Full Changelog: https://github.com/DevWizardHQ/laravel-filex/compare/v1.3.0...v1.3.1
Full Changelog: https://github.com/DevWizardHQ/laravel-filex/compare/v1.2.0...v1.3.0
Full Changelog: https://github.com/DevWizardHQ/laravel-filex/compare/v1.1.0...v1.2.0
Files can be set as public (accessible by anyone with URL) or private (only accessible through authorized requests)
Default visibility is configurable via FILEX_DEFAULT_VISIBILITY environment variable (defaults to public)
Enhanced moveFiles() and moveFile() methods in FilexService to accept optional $visibility parameter
Updated Filex facade with visibility support and convenience methods:
moveFileWithVisibility() - Move single file with specific visibilitymoveFilesWithVisibility() - Move multiple files with specific visibilitymoveFilePublic() - Move single file as publicmoveFilePrivate() - Move single file as privatemoveFilesPublic() - Move multiple files as publicmoveFilesPrivate() - Move multiple files as privateEnhanced HasFilex trait with visibility control methods:
moveFileWithVisibility() - Move single file with specific visibilitymoveFilesWithVisibility() - Move multiple files with specific visibilitymoveFilePublic() - Convenience method for public filesmoveFilePrivate() - Convenience method for private filesmoveFilesPublic() - Convenience method for multiple public filesmoveFilesPrivate() - Convenience method for multiple private filesBackward compatibility maintained - existing code continues to work without changes
storage.visibility.default configuration option to set default file visibilityFILEX_DEFAULT_VISIBILITY for easy deployment configurationmoveFile, moveFiles, validation helpers, and cleanup)moveFile, moveFiles)Full Changelog: https://github.com/DevWizardHQ/laravel-filex/commits/1.0.0
How can I help you explore Laravel packages today?