PHP Classes

How to Quickly Build CodeIgniter Admin Panel with User Management - CodeIgniter Admin Panel with User Management package blog

Recommend this page to a friend!
  All package blogs All package blogs   CodeIgniter Admin Panel with User Management CodeIgniter Admin Panel with User Management   Blog CodeIgniter Admin Panel with User Management package blog   RSS 1.0 feed RSS 2.0 feed   Blog How to Quickly Build ...  
  Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Viewers: 340

Last month viewers: 4

Package: CodeIgniter Admin Panel with User Management

Often applications need to implement panels to let administrators control several aspects of those applications.

You can use any framework to add an administration panel to your application but you still need to develop a lot of code if you start from scratch.

Read this short tutorial article to learn how to quickly create an administration panel using the CodeIgniter Admin Panel package.




Loaded Article

In this article you can learn about:

What is the CodeIgniter Admin Panel Package

What is the purpose of CodeIgniter Admin Panel Package

What Does CodeIgniter Admin Panel Do

Response to CodeIgniter Admin Panel

Useful Links


What is the CodeIgniter Admin Panel Package

CodeIgniter Admin Panel is a PHP package that can be use to implement small Admin Panel boilerplate developed using CodeIgniter framework and the AdminLTE theme.

Some time ago I integrated a login history maintainenance system in CodeIgniter Admin Panel (CIAS). Then I realized that there was a huge interest and many visitors commit to the small repository demo site. I concluded that it was really good idea to setup a demo for our repository.

What is the purpose of CodeIgniter Admin Panel Package

Usually, in every Web site that we develop, we need some sort of administration panel to monitor over the content of the Web site.

We developers need to start with the basic functionalities like login, logout, create and manage users, manage their roles, change password, handle the forgotton password, etc..

This package provides you these things ready to use as boilerplate for the administration panel. You just start with the code to add to your project these package administration panel features.

What Does CodeIgniter Admin Panel Do

Currently it provides basic features of the backend of an administration panel. Those features are listed below:

  • Pages for administrator login and logout
  • Pages to change a password and recover a forgotton password
  • Pages to create, update and delete users
  • Predefined roles and pages to change the roles and the user rights according to your project requirements
  • Pages to show the login history of the users

Response to CodeIgniter Admin Panel

As I mentioned above, recently I integrated the login history maintainance module in CodeIgniter Admin Panel package.

It really helps to calculate the response and visits to the administration panel. Every day, I am getting at least 10 new visitors that login there. A great is the number of visitors motivate me to work more and more in this package. 10 new visits is nice number for such a small work.

On GitHub, the repository is really having good interest. I got lot of stars and forks over there. It really motivates me. Thanks to people for appreciation.

Useful Links

To end I would like to share some relevant links. If you want to download this package you can just go to the download page. You can also install it with the PHP Composer tool following the installation instructions here.

If you want to contribute to this package, you can go to the project GitHub repository. If you want to learn more about my work, you can go to my site CodeInsect.




You need to be a registered user or login to post a comment

Login Immediately with your account on:



Comments:

No comments were submitted yet.



  Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  
  All package blogs All package blogs   CodeIgniter Admin Panel with User Management CodeIgniter Admin Panel with User Management   Blog CodeIgniter Admin Panel with User Management package blog   RSS 1.0 feed RSS 2.0 feed   Blog How to Quickly Build ...