Download the PHP package infernalmedia/laravel-gitea-storage without Composer
On this page you can find all versions of the php package infernalmedia/laravel-gitea-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download infernalmedia/laravel-gitea-storage
More information about infernalmedia/laravel-gitea-storage
Files in infernalmedia/laravel-gitea-storage
Package laravel-gitea-storage
Short Description A Gitea Storage driver for Laravel
License MIT
Informations about the package laravel-gitea-storage
A Gitea Storage driver for Laravel
This package is a wrapper bridging Flysystem-Gitea-storage into Laravel as an available storage disk.
This is a fork from the dashing RoyVoetman/laravel-gitlab-storage package which has been adapted to work with Gitea's API.
Installation
Add a new disk to your filesystems.php config
Access token (required for private projects)
Gitea supports server side API authentication with Personal Access tokens
Personal Access Token can be created from the Settings page of your user account.
Username
This is the username or the organization name under which repositories are stored.
Repository
Name of the repository.
Base URL
This will be the URL where you host your gitea server (e.g. https://gitea.com)
Usage
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Contributions are welcome and will be fully credited. We accept contributions via Pull Requests on Github.
Pull Requests
- PSR-2 Coding Standard - The easiest way to apply the conventions is to install PHP Code Sniffer.
- Document any change in behaviour - Make sure the
README.md
and any other relevant documentation are kept up-to-date. - Create feature branches - Don't ask us to pull from your master branch.
- One pull request per feature - If you want to do more than one thing, send multiple pull requests.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-gitea-storage with dependencies
illuminate/support Version ^9.0|^10.0
illuminate/filesystem Version ^9.0|^10.0
infernalmedia/flysystem-gitea-storage Version ^0.0.1