six/git-server

There is no license information available for the latest version (1.0.3) of this package.

git server base on laravel

1.0.3 2019-06-20 02:20 UTC

This package is auto-updated.

Last update: 2025-03-20 14:44:11 UTC


README

mysql http base authorized server

install guide

  1. install composer install six/git-server
  2. initialize table php artisan git:user init
  3. add a user php artisan git:user add tata@dr.h:123
  4. add a repos php artisan git:server app1
  5. clone it from you website git clone http://you-hosts/repos/app1.git 0. username is tata@dr.h 0. password is 123 0. the user can clone and pull and push...

configurations

default configuration see src/config/git.php if you need change it move it to you config path