spiral / app

Spiral Framework Skeleton HTTP Application: Queue, Console, Cycle ORM
https://spiral.dev/
MIT License
191 stars 20 forks source link

How to get spiral binary for the existing project from github #12

Closed sujit-baniya closed 4 years ago

sujit-baniya commented 4 years ago

I'm new to spiral framework. I pushed the code from one machine and pulled to another machine. I didn't find the spiral binary to work with. The documentation doesn't provide information on how to get spiral binary for existing project.

Please suggest me on how to get the binary

krwu commented 4 years ago

Once you executed composer install for an exists project, you can run

vendor/bin/spiral get-binary

to get the spiral binary

sujit-baniya commented 4 years ago

Thanks