medlib / installer
Medlib application installer.
Requires
- ext-zip: *
- guzzlehttp/guzzle: ~6.0
- illuminate/filesystem: ~5.3|~5.4
- illuminate/support: ~5.3|~5.4
- symfony/console: ~2.7|~3.0
- symfony/filesystem: ^3.2
- symfony/process: ~2.7|~3.0
This package is not auto-updated.
Last update: 2024-12-27 20:38:54 UTC
README
Installation
Medlib utilizes Composer to manage its dependencies. So, before using Laravel, make sure you have Composer installed on your machine.
composer global require "medlib/installer"
Make sure to place the $HOME/.composer/vendor/bin
directory (or the equivalent directory for your OS) in your $PATH so the medlib
executable can be located by your system.
Manually
You should clone this repository to any location on your system, then run the composer install
command within the cloned directory so the installer's dependencies will be installed. Finally add that location to your system's $PATH so that the medlib
executable can be run from anywhere on your system.
Running
After purchasing a Github token, run the medlib register
command with your API token generated from the Github website.
medlib register token-value
Creating Projects
Once your Github token has been registered, you can run the new
command to create new projects:
medlib new project-name
After the project has been created, don't forget to run your database migrations!