Download the PHP package aybarsm/laravel-git without Composer
On this page you can find all versions of the php package aybarsm/laravel-git. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aybarsm/laravel-git
More information about aybarsm/laravel-git
Files in aybarsm/laravel-git
Package laravel-git
Short Description An intuitive service provider for Laravel and Laravel Zero, streamlining Git repository management both within and outside your application.
License MIT
Homepage https://github.com/aybarsm/laravel-git
Informations about the package laravel-git
What It Does
This package is crafted for both Laravel and Laravel Zero developers aiming to integrate and manage Git repositories seamlessly within their applications. Whether you're looking to control a repository residing within your application or interact with external ones, this service provider simplifies those interactions. Built on the foundation of Laravel's service container, it provides a straightforward and efficient approach to manage your Git operations, keeping your application connected and in sync with your versioning needs.
Installation
You can install the package via composer:
You can publish the config file by:
Configure Git Provider
You can change the concretes by extending the classes, remove or add new repos and modify commands with subcommands.
Note: The list of the commands only covers the commands with subcommands. Almost all git command has been implemented to the concrete and interface in the package.
Usage
You can call the concrete Git by either Git::class Facade or with helper function git(). Another helper function of gitRepo($repoName) has also implemented to directly call pre-defined Git Repos.
Example
All versions of laravel-git with dependencies
illuminate/contracts Version ^10.0
illuminate/support Version ^10.0
illuminate/process Version ^10.0
aybarsm/laravel-extended-support Version ^1.0.7