question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to run just composer, with no PHP files (composer satis)

See original GitHub issue

Question

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:closed
  • Created 4 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
f3l1xcommented, Jun 29, 2020
1reaction
f3l1xcommented, Jun 27, 2020

Hi @Jamesking56, I hope you’re still in this issue and want this feature, because I have a good news. 👁️

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found