Download the PHP package webteractive/devstack without Composer
On this page you can find all versions of the php package webteractive/devstack. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download webteractive/devstack
More information about webteractive/devstack
Files in webteractive/devstack
Download webteractive/devstack
More information about webteractive/devstack
Files in webteractive/devstack
Vendor webteractive
Package devstack
Short Description Devstack
License MIT
Homepage https://webteractive.co
Package devstack
Short Description Devstack
License MIT
Homepage https://webteractive.co
Please rate this library. Is it a good library?
Informations about the package devstack
Devstack
Requirements
- PHP 8+
- Composer
Installation
This assumes that PHP and Composer is already installed. This also assumes that the Composer's bin is already added to your path (Add export PATH=~/.composer/vendor/bin:$PATH
to your .zshrc
). To install the command do:
- Open the terminal and run
composer global require webteractive/devstack
. This will install a CLI commanddevstack
. - Running the
devstack
command should list all available commands that you can use.
Initializing Runtimes
There are to ways to initialize runtimes.
- By running
devstack init https://github.com/vendor/the-name-of-the-runtime
. - By using a private repository. This good for runtimes that you don't want to share to the world.
Using Private Runtimes
You can do this by following the steps below:
- Run the
devstack config
command, this will ask the repository url, the branch, and token. The token here is your personal access token. Visit this page for more details on how to obtaine one. - Once the configuration is done, you may now initialize runtimes from your private repository by doing
devstack init the_runtime_name
. - To download the latest runtimes in your repository, run
devstack download
.
Running Docker Compose Commands
- If your are greeted by "
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
" after running a command, this means that your docker or docker desktop is not running. - If you are greeted by "
no configuration file provided: not found
" after running a command, this means that your current directory doesn't have the docker-compose.yml file. - If you are greeted by "
service "<service>" is not running container #1
" after running the following commandsdevstack redis
,devstack mysql
,devstack php
,devstack shell
, anddevstack composer
, this means that the containers are not yet up. Rundevsatck up -d
to start. - If your are greeted by "
Could not open input file: artisan
" after runningdevstack artisan
, this means that the current runtime you are running has no Laravel Artisan command or is not a Laravel project.
All versions of devstack with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^7.5.1
illuminate/support Version ^10.3
league/flysystem Version ^3.0
symfony/console Version ^6.2
symfony/finder Version ^6.2
symfony/process Version ^6.2
vlucas/phpdotenv Version ^5.5
illuminate/support Version ^10.3
league/flysystem Version ^3.0
symfony/console Version ^6.2
symfony/finder Version ^6.2
symfony/process Version ^6.2
vlucas/phpdotenv Version ^5.5
The package webteractive/devstack contains the following files
Loading the files please wait ....