This is a package that can aid the creation and management of your Fat-Free projects.
Note: This is not tested against Windows environments for the time being.
I created a basic guide to help those that want to get started with this DevTools package.
Installation is through Composer. If you don't have Composer, run the following command.
curl -s http://getcomposer.org/installer | php
composer global require n0nag0n/fatfree-devtools
# or sudo if you run into permissions issues because it's configured for restricted directories
sudo composer global require n0nag0n/fatfree-devtools
composer require n0nag0n/fatfree-devtools --dev
Basic usage is provided via the bin that is installed with Composer. Most of the default installations of Composer will use vendor/bin/
and the root directory for bin files if you've installed this locally.
Otherwise, globally installations can just type fatfree
. Make sure to place the ~/.composer/vendor/bin
directory in your PATH
so the fatfree
executable can be located by your system. As such, the remainder of this readme will only use fatfree
instead of vendor/bin/fatfree
.
There is a web interface that can be used instead of usage through CLI. It is recommended to use the web interface for beginners. To start up the web interface run the following command.
fatfree serve admin [--help [--port-8081 [--host=localhost]]]
Then follow the instructions output in your console for where to navigate to in your browser for the DevTools to display.
This is a list of commands currently being used in the devtools helper.
This will serve your project using the PHP built-in web server.
fatfree serve [--help [--port-8080 [--host=localhost]]]
This will clear your temp cache for you.
fatfree cache clear
Provides a simple help dialog.
fatfree help
Outputs the version.
fatfree version