Showing posts with label command line notes. Show all posts
Showing posts with label command line notes. Show all posts

Wednesday, October 1, 2008

Akelos Command Line Notes

Akelos logo

Akelos is a PHP framework modeled after Ruby on Rails.

Windows command line reference for Akelos

Add PHP to your path for easy php.exe commands. Shorthand for:

Before:
path/to/php.exe script/generate scaffold book

Now:
php script/generate scaffold book

Full php.exe shortcut tutorial