six / git-server
git server base on laravel
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/six/git-server
This package is auto-updated.
Last update: 2025-10-20 15:57:00 UTC
README
mysql http base authorized server
install guide
- install
composer install six/git-server - initialize table
php artisan git:user init - add a user
php artisan git:user add tata@dr.h:123 - add a repos
php artisan git:server app1 - clone it from you website
git clone http://you-hosts/repos/app1.git0. username is tata@dr.h 0. password is 123 0. the user cancloneandpullandpush...
configurations
default configuration see src/config/git.php if you need change it move it to you config path