定制 flowan/laravel-warehouse 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

flowan/laravel-warehouse

最新稳定版本:v0.3.0

Composer 安装命令:

composer create-project flowan/laravel-warehouse

包简介

Simple Storage for Laravel

README 文档

README

Build Status Total Downloads Latest Stable Version License

Warehouse is a simple storage for Laravel. It allows you to store files using an HTTP API.

laravel-warehouse

Installation

You can create a new project using Composer:

composer create-project flowan/laravel-warehouse

You can run the application using the following command:

sail up -d

Or using the built-in PHP server:

php artisan serve

Users

You can create a new user using the following command:

php artisan make:filament-user

You can also create a new users in the admin panel.

Buckets

In order to store files, you need to create a bucket. You can create a new bucket in the admin panel.

Buckets and files are stored in the storage/app/bucket directory. You can change the default storage directory in your .env file:

WAREHOUSE_STORAGE_PATH=/path/to/storage

Filesystem Adapter

Warehouse provides a filesystem adapter for Laravel that allows you to use an HTTP API as a filesystem.

Use this adapter in your Laravel project to store files in Warehouse.

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 12
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-01-31