Answer the question
In order to leave comments, you need to log in
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
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
What's wrong with Github? I took git clone and voila, everything works!)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question