LogoLogo
Official SiteAPI Reference
stable/3.0
stable/3.0
  • Cement Developer Guide
  • Release Information
    • What's New!
    • Upgrading
    • ChangeLog
    • Deprecations
  • Getting Started
    • Installation
    • Developer Tools
    • Framework Overview
    • Beginner Tutorial
      • Part 1: Creating Your First Project
      • Part 2: Adding Features
      • Part 3: Extending a Project
      • Part 4: Making Everything Legit
  • Core Foundation
    • Interfaces and Handlers
    • Hooks
    • Configuration Settings
    • Arguments
    • Logging
    • Controllers
    • Output Rendering
    • Caching
    • Mail Messaging
    • Framework Extensions
    • Application Plugins
    • Templating
  • Utilities
    • Filesystem
    • Shell
    • Miscellaneous
  • Extensions
    • Alarm
    • Argparse
    • Colorlog
    • ConfigParser
    • Daemon
    • Dummy
    • Generate
    • Jinja2
    • Json
    • Logging
    • Memcached
    • Mustache
    • Plugin
    • Print
    • Redis
    • Scrub
    • SMTP
    • Tabulate
    • Yaml
    • Watchdog
  • Additional Topics
    • Extending The App Object
    • Unit Testing
    • Cleanup
    • Signal Handling
    • Pipenv
    • Autocomplete
    • Profiling with cProfile
    • Debugging with VSCode
  • Environment Variables
  • Terminology
  • Contributing
  • Privacy Policy
Powered by GitBook
On this page
  1. Release Information

Upgrading

PreviousWhat's New!NextChangeLog

Last updated 6 years ago

Upgrading from Cement 2

There is currently no upgrade path directly from Cement 2. Cement 3 is the first iteration of a new/modified codebase and as such breakage was intentionally not a concern.

In general, usage is very similar. However, paths to classes and class names may have changed and will need to be modified. If not married to your existing application layout/design/etc, it would be recommended to start a new project using the cement generate developer tools, and move code into it piece by piece.

Data Folk Labs, LLC (the creators of Cement) do offer consulting and development services, and could evaluate the migration of a Cement 2 app over to Cement 3. Please contact us if that is something you'd be interested to inquire about: .

team@datafolklabs.com