You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on laravel framework. I installed this through composer.
$repo = GitRepository::init('/path/to/repo-directory', array(
'--bare', // creates bare repo
));
In this line I get error
"Class 'GitRepository' not found"
The text was updated successfully, but these errors were encountered:
I am working on laravel framework. I installed this through composer.
$repo = GitRepository::init('/path/to/repo-directory', array(
'--bare', // creates bare repo
));
In this line I get error
"Class 'GitRepository' not found"
The text was updated successfully, but these errors were encountered: