Download the PHP package u-deploy/taxi without Composer
On this page you can find all versions of the php package u-deploy/taxi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download u-deploy/taxi
More information about u-deploy/taxi
Files in u-deploy/taxi
Informations about the package taxi
Taxi
Introduction
A multi-site manager for Laravel Valet. Easily manage local deployments of multiple web applications, for easier developer startup. Quickly reset site managed by uDeploy Taxi, stashing changes as needed to bring all sites up to date fast, ideal for QA and local Testers.
Get Started
Prerequisite:
This application requires Laravel Valet to be installed.
First install via composer;
composer global require u-deploy/taxi
Ensure that the ~/.composer/vendor/bin
is in your PATH.
Then run:
taxi install
In order to run certain commands (like Valet) sudo is required. Running this command will add taxi to the sudoer file.
taxi trust
If you wish to remove this privilege then run: taxi trust --off
Start using Taxi.
- Generate a taxi.json file in a empty directory.
Running this command
taxi call
Will place an example taxi.json file in the current directory.
- Use an existing taxi.json file hosted anywhere.
taxi call https://raw.githubusercontent.com/u-deploy/taxi/main/cli/stubs/taxi.json
Will download the taxi.json file into the current directory.
Build
Once you have the taxi.json file in the directory and set-up for your needs, you can then run
taxi build
This will clone the repos listed in the taxi.json file and also any build commands defined. The site will automatically be linked with Laravel Valet and isolate PHP version (if set) and enable https (secure).
Once the build is successful, you can start using your interlinked applications.
Reset
Ideal for QA or testers, or maybe a general reset for local development. Running;
taxi reset
Will reset any repositories listed in the taxi.json back to their defined default branches. Any uncommited changes will be stashed. Also the reset commands will be run, this is ideal if assets need to be recompiled.
Commands
Below is a comprehensive list of available commands:
List all commands available by Taxi
Install taxi locally, this creates a symlink to your users bin.
Adds taxi to sudoers so that commands can be run silently.
Removes taxi from sudoers.
Generate an example taxi.json file in the current directory.
Pull a taxi.json configuration from an external site or repository.
Downloads all sites and runs the associated commands, build hooks run first followed by site specific post-build commands.
Resets all sites back to the default branch, stashing changes. Then runs reset hooks followed by site specific post-reset commands.
List all Laravel Valet sites, including if used their taxi.json configuration files
License
uDeploy Taxi is open-sourced software licensed under the MIT license.
All versions of taxi with dependencies
laravel/valet Version ^4.0
guzzlehttp/guzzle Version ^7.5
illuminate/collections Version ^8.0|^9.0|^10.5
illuminate/support Version ^8.0|^9.0|^10.5
opis/json-schema Version ^2.3
symfony/process Version ^5.0|^6.0