storing / storing-services
storing services
dev-main
2024-11-28 12:48 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-18 19:13:38 UTC
README
A simple Laravel package to handle file uploads and store them locally on the server. This package provides an easy interface to store files with both default and custom names and retrieve file URLs.
Features
- Upload and store files locally with configurable storage path
- Option to store files with default or custom names
- Retrieve file URLs from local storage
- Simple, clean API for file handling
Installation
Install the package via Composer:
composer require storing/storing-services:*@dev