Skip to content

A web and cli admin to help with creating and maintaining Fat-Free Framework projects

Notifications You must be signed in to change notification settings

Lawrence72/fatfree-devtools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FatFree Developer Tools

This is a package that can aid the creation and management of your FatFree projects.

Usage Video

I created a basic guide to help those that want to get started with this devtools package. Dev-Tools for Fat-Free

https://youtu.be/2kU5S-byTwI

Installation

Installation is through composer. If you don't have composer, run the following command:

curl -s http://getcomposer.org/installer | php

Globally (recommended)

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

Locally

composer require n0nag0n/fatfree-devtools --dev

Usage

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

Webtools

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

Then follow the instructions output in your console for where to navigate to in your browser for the devtools to display.

Commands

This is a list of commands currently being used in the devtools helper.

Serve

This will serve your project using the PHP built in webserver

fatfree serve

Clear Cache

This will clear your temp cache for you.

fatfree cache clear

Help

Provides a simple help dialog.

fatfree help

Version

Outputs the version

fatfree version

About

A web and cli admin to help with creating and maintaining Fat-Free Framework projects

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 85.3%
  • HTML 12.3%
  • CSS 1.4%
  • JavaScript 1.0%