Download the PHP package royvoetman/laravel-gitlab-storage without Composer
On this page you can find all versions of the php package royvoetman/laravel-gitlab-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download royvoetman/laravel-gitlab-storage
More information about royvoetman/laravel-gitlab-storage
Files in royvoetman/laravel-gitlab-storage
Package laravel-gitlab-storage
Short Description A Gitlab Storage driver for Laravel
License MIT
Informations about the package laravel-gitlab-storage
A Gitlab Storage driver for Laravel
This package is a wrapper bridging Flysystem-Gitlab-storage into Laravel as an available storage disk.
Installation
Add a new disk to your filesystems.php config
Access token (required for private projects)
Gitlab supports server side API authentication with Personal Access tokens
For more information on how to create your own Personal Access token: Gitlab Docs
Project ID
Every project in Gitlab has its own Project ID. It can be found at to top of the frontpage of your repository. See
Base URL
This will be the URL where you host your gitlab server (e.g. https://gitlab.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-gitlab-storage with dependencies
illuminate/support Version ^10.0|^11.0
illuminate/filesystem Version ^10.0|^11.0
royvoetman/flysystem-gitlab-storage Version ^3.1