Skip to content

rlp/edu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edu

Installing

  • clone the repo into /path/to/project/
  • set your include_path variable to include the path to your CakePHP/lib/Cake
  • do git submodule update --init
  • create the empty database and Config/database.php
  • execute from /path/to/project/: cake Migrations.migration run all --plugin Users
  • execute from /path/to/project/: cake Migrations.migration run all --plugin Tags
  • execute from /path/to/project/: cake Migrations.migration run all

Included plugins

Extending the users plugin

No changes need to be made to the users plugin. Any changes to existing methods should be made by overriding the methods in the AppUsersController and AppUser. Changes to the views should be made by creating app/View/AppUsers directory and overriding the plugin views.

Updating the included plugins

  • git submodule update --init

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •