Download the PHP package phpmv/ubiquity-devtools without Composer
On this page you can find all versions of the php package phpmv/ubiquity-devtools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package ubiquity-devtools
Command line tools for Ubiquity framework
I - Installation
Installing via Composer
Install Composer in a common location or in your project:
Run the composer installer :
Make sure to place the ~/.composer/vendor/bin
directory in your PATH so the Ubiquity executable can be located by your system.
To confirm Ubiquity was successfully installed, type Ubiquity version
:
If you get the message Ubiquity command not found
Add composer'sbin
directory to the system path
- On windows
-
by adding the value
%USERPROFILE%\AppData\Roaming\Composer\vendor\bin
to the system PATH variable
-
by adding the value
- On other systems
-
by placing
export PATH="$HOME/.composer/vendor/bin:$PATH"
into your~/.bash_profile
(Mac OS users) or into your~/.bashrc
(Linux users).
-
by placing
II Devtools commands
Information
To get a list of available commands just run in console:
This command should display something similar to:
Project creation
Once installed, the simple Ubiquity new
command will create a fresh micro installation in the directory you specify. For instance, Micro new blog
would create a directory named blog containing an Ubiquity project:
You can see more options about installation by reading the Project creation section.
Running
You can test with the php web server, from the root folder of your web application, run :
Models creation
make sure that the database is configured properly in app/config/config.php file :
Execute the command, make sure you are also in the project folder or one of its subfolders :
All versions of ubiquity-devtools with dependencies
phpmv/ubiquity-commands Version ^0.0
symfony/process Version ^5.2
vlucas/phpdotenv Version ^5.5