Skip to content

A simple admin panel with user management, role management, log management and in-built feature to create new modules.

License

Notifications You must be signed in to change notification settings

ramwaykar/bootstrapAdmin

Repository files navigation

bootstrapAdmin

Feature:
  • Easy Installable
  • In-built user management
  • In-built role management
  • DB Log Management
  • Dynamic query generator
  • Descent UI
  • Responsive Design
  • Language localization. All labels are added in single file. So easy to modify
  • Both server side and client side validation added
  • Easy to understand and clean coding
  • Soft delete of records
Technologies Used:
  • PHP
  • SQL
  • Bootstrap Js
  • MySql
  • Datatables
Configuration changes need to be done are:
  • In 'commonFiles/conf.php' file change 'docRoot' and 'siteRoot' values
  • In 'static/js/common.js' file change 'domainUrl'
How to add new module? It’s very easy, just follow the following steps
  • Add new folder in ‘views/myModule’
    • index.php
    • modConf.php
    • listView.php
  • Add new file in ‘ validations/validateMyModule.php’ for server side validation
  • Add new file in ‘ models/myModule.php’ for DB operations
  • Add new file in ‘ controllers/myModuleBO.php’ for routing
  • Add new js file in ‘static/js/myModuleListView.js’ for JS functions

About

A simple admin panel with user management, role management, log management and in-built feature to create new modules.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published