How to run just composer, with no PHP files (composer satis)
See original GitHub issueQuestion
I want to publish a private composer satis repository to now.sh
However, the project has no PHP files, I need to run composer install
and vendor/bin/satis
on now.sh in order to setup satis.
Can I use this project to do that and how would I go about doing that?
Issue Analytics
- State:
- Created 4 years ago
- Comments:8
Top Results From Across the Web
How to run just composer, with no PHP files (composer satis)
In satis.json type your deps, you know. Composer file contains satis library to execute build command. Composer file also contains scripts, our script...
Read more >How do I install Composer PHP packages without Composer?
7 Answers 7 · make a file composer. · Browse to the directory with the shell of your choice(bash, git-bash, cmd, windows bash)...
Read more >Using - Satis
In your projects all you need to add now is your own composer repository using the packages.example.org as URL, then you can require...
Read more >Repositories - Composer
Composer is a dependency manager. It installs packages locally. A package is essentially a directory containing something. In this case it is PHP...
Read more >用 Satis 处理私有资源包 - Composer 中文文档
Satis is a static composer repository generator. ... Once you did this, you just run php bin/satis build <configuration file> <build dir> ....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Implemented. See FAQ (https://github.com/juicyfx/vercel-php#️-faq)
Hi @Jamesking56, I hope you’re still in this issue and want this feature, because I have a good news. 👁️