Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

SomeT's avatar
Level 1

Installing a repo onto laravel forge?

After setting up / provisioning my server using Laravel Forge I want to install the following onto it:

https://gitlab.com/tslocum/tinyib

My question is would I better doing step 3 as so:

Run the command: git clone https://gitlab.com/tslocum/tinyib.git ./

and if so what directory do I run this command? (Not familiar with using git command but I am guessing this is what you do, run the git clone command whilst inside the directory you want to clone it to?)

Or would I better off downloading the entire repo then just pushing the repo from my own github to laravel forge?

Are both methods the same really in how they are taken through in Laravel forge?

0 likes
1 reply
SomeT's avatar
SomeT
OP
Best Answer
Level 1

Apologies misread the instructions worked it out.

Please or to participate in this conversation.