X
X
Xveeder2018-08-28 09:42:54
Composer
Xveeder, 2018-08-28 09:42:54

How to distribute a Laravel application?

Good afternoon. Let's say I downloaded Laravel to the directory, wrote an application based on it, and then there is a need to distribute it to a certain circle of people. How can this be done?
The task is that I upload it to github so that it can be downloaded through Composer. Google unfortunately did not give an answer to the question. Or I didn't ask the right questions.
Thank you.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Raccoon, 2018-08-29
@Xveeder

I will summarize all the answers:
1. Upload to github/gitlab/bitbacket
2. Users do git clone [email protected]/to/project.git
3. Users do composer install/update
You can use composer without Packagist.org. read here

D
Dmitry Kuznetsov, 2018-08-28
@dima9595

What's wrong with Github? I took git clone and voila, everything works!)

D
Dmitry, 2018-08-28
@Astatroth

Upload to github, add it to the Packagist.org website, then it can be installed via composer.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question