logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bake.php - generates skeleton CakePHP applications

Author

bake.php was written by Larry E. Masters <phpnut@gmail.com>.

       This manual page was written by Chris Lamb <chris@chris-lamb.co.uk>, for the Debian project (but  may  be
       used by others).

                                                 March 19, 2007                                      BAKE.PHP(1)

Description

       The  bake.php script generates controllers, views and models for your application. If run with no command
       line arguments, bake.php guides the user through the  class  creation  process.  You  can  customize  the
       generation  process  by telling bake.php where different parts of your application are using command line
       arguments.

Name

       bake.php - generates skeleton CakePHP applications

Options

-app,-a
              Absolute path to Cake's app directory

       -core,-c
              Absolute path to Cake's cake directory

       -project,-p
              Generates a new app directory in the path supplied

       -root,-r
              Absolute path to Cake's /app/webroot directory

       -help,-h
              Shows help message

See Also

acl.php(1).

Synopsis

bake.php [command] [path]

See Also