storing/storing-services

dev-main 2024-11-28 12:48 UTC

This package is not auto-updated.

Last update: 2025-06-13 13:12:39 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