Git Product home page Git Product logo

app-manager's Introduction

App Manager

User interface for Yii configuration. Allows to manage components, extensions, modules.

The main goal of this extension is to utilize documentation, default options and many other things created with a source code, but usually not presented in a convenient form for day-to-day operations. For example, when need to configure a newly added extension and switch between its source code and Yii config for proper setup. App Manager eliminates such cases by providing abilities to configure and see useful comments in one place. Also it decreases possibility of misconfiguration by providing some basic validation rules.

Not the last goal of actual extension is to show all available for configuration properties. Lots of them usually hidden deeply inside sources (or by inheritance tree) and can be hardly recognizable.

##Requirements

  • Tested in Yii 1.12, but should work starting from Yii 1.10.
  • Application /config/main.php should be writable by a server (if not, only browsing will be available).

##Installation Extract the archive under /protected/modules/appManager. Add "appManager" under the config "modules" section.

##Usage Manager accessible as a usual module through /index.php?r=appManager (or /appManager).

There are two main sections:

  • App (specific for current web application components).
  • Core (Yii framework components).

For every section are available listing of components, detailed view and update form. For App there is a specific page Settings that contains main options.

Actions that can be performed with components:

  • Activation (adding to the config).
  • Deactivation.
  • Update (changing properties).
  • Restore (returns to default settings).

NOTICE: it's recommended to backup the original config before performing any of mentioned actions.

##Resources

app-manager's People

Contributors

antoncpu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.