All Projects → kishor10d → Admin Panel User Management Using Codeigniter

kishor10d / Admin Panel User Management Using Codeigniter

Licence: gpl-3.0
Admin Panel User Management Demo - CodeIgniter + AdminLTE Theme

Projects that are alternatives of or similar to Admin Panel User Management Using Codeigniter

Codeigniter Hmvc
为 CodeIgniter 增加 HMVC 支持
Stars: ✭ 139 (-44.4%)
Mutual labels:  codeigniter
Starter Public Edition 4
A PHP application starter, based on CodeIgniter 3
Stars: ✭ 159 (-36.4%)
Mutual labels:  codeigniter
Learnify
👨🏻‍🏫 — Web Edukasi Open-Source yang dibuat oleh SYAUQIZAIDAN KHAIRAN KHALAF. Learnify adalah Web edukasi yang dilengkapi video, materi dan sistem ujian yang tersedia secara gratis. Learnify dibuat ditujukan agar para siswa dan guru dapat terus belajar dan mengajar dimana saja dan kapan saja.
Stars: ✭ 199 (-20.4%)
Mutual labels:  codeigniter
Codeigniter Jwt Sample
CodeIgniter JWT Sample
Stars: ✭ 144 (-42.4%)
Mutual labels:  codeigniter
Codeigniter Develbar
CodeIgniter Developer Toolbar is a third party library based on Profiler Library with additional functionality for debugging and optimisation, Database, Models, Helpers, Libraries, Views, Ajax...
Stars: ✭ 151 (-39.6%)
Mutual labels:  codeigniter
React Admin Low Code
react-admin (via ra-data-hasura-graphql provider) + hasura = :)
Stars: ✭ 161 (-35.6%)
Mutual labels:  admin-panel
Codeigniter Ss Twig
A Simple and Secure Twig integration for CodeIgniter 3.x and 4.x
Stars: ✭ 139 (-44.4%)
Mutual labels:  codeigniter
Codeigniter Phpmailer
A CodeIgniter 3 compatible email-library powered by PHPMailer
Stars: ✭ 239 (-4.4%)
Mutual labels:  codeigniter
Identity Card
A simple proof of identity card of the people's Republic of China.
Stars: ✭ 154 (-38.4%)
Mutual labels:  codeigniter
Codeigniter Phpstorm
PhpStorm Code Completion to CodeIgniter
Stars: ✭ 194 (-22.4%)
Mutual labels:  codeigniter
Codeigniter Login Logout Register
A user login, logout, register start for Codeigniter 3
Stars: ✭ 144 (-42.4%)
Mutual labels:  codeigniter
Invoiceplane
A self-hosted open source application for managing your invoices, clients and payments.
Stars: ✭ 1,936 (+674.4%)
Mutual labels:  codeigniter
Ignition Go
Bootstrap4 /Codeigniter 3 Modular (HMVC) App Building Framework - to build enterprise class web applications... Versions: CodeIgniter 3.1.9 AdminLTE 3.4 Bootstrap 4.5.0
Stars: ✭ 166 (-33.6%)
Mutual labels:  codeigniter
Easyappointments
Easy!Appointments is a highly customizable web application that allows customers to book appointments with you via a sophisticated web interface. Moreover, it provides the ability to sync your data with Google Calendar so you can use them with other services. It is an open source project that you can download and install even for commercial use. Easy!Appointments will run smoothly with your existing website as it can be installed in a single folder of the server and of course share an existing database.
Stars: ✭ 2,013 (+705.2%)
Mutual labels:  codeigniter
Vue Questionnaire
使用 Vue + CI 开发的简易问卷调查系统,演示账户:admin / admin
Stars: ✭ 220 (-12%)
Mutual labels:  codeigniter
Memcached Library
A CodeIgniter Library to Interface with the Memcached cache system
Stars: ✭ 139 (-44.4%)
Mutual labels:  codeigniter
Majesticadmin Free Bootstrap Admin Template
Simple Bootstrap 4 Dashboard template.
Stars: ✭ 160 (-36%)
Mutual labels:  admin-panel
Cms
News Management System Written In PHP
Stars: ✭ 245 (-2%)
Mutual labels:  codeigniter
Validate.js
Lightweight JavaScript form validation library inspired by CodeIgniter.
Stars: ✭ 2,540 (+916%)
Mutual labels:  codeigniter
Datatables
PHP Library to handle server-side processing for Datatables, in a fast and simple way.
Stars: ✭ 185 (-26%)
Mutual labels:  codeigniter

Admin Panel - User Management using CodeIgniter

Admin Panel - User Management Demo using CodeIgniter + AdminLTE Bootstrap Theme

The code is uploaded to demonstrate the simple role based Admin Panel application using CodeIgniter(MVC Framework)

Purpose :

For every website, we need some sort of admin panel to monitor over the content of the website. The developers must have to start with the basic functinalities like login, logout, create/manage admin users, manage their roles, change password, forget password etc. This repository gives you all above things readymade as boilerplate for admin panel (but by using CodeIgniter PHP MVC framework). You just start code to add your project feature in it.

Features

  1. Login, Logout.
  2. Change Password, Forget Password.
  3. Create, Update, Delete Users.
  4. Predefined Roles (You can change roles and rights as per your project requirement).
  5. Login history of Users.

Version Information

1) Upto Release 1.2 - CodeIgniter 2.2, PHP version 5.1.6 or newer, MySQL (4.1+), MySQLi

2) Latest (master) - CodeIgniter 3.1.6, PHP version 5.6 or newer, MySQL (5.1+), MySQLi

Installation

Download the code from repository. Unzip the zip file.

Open browser; goto localhost/phpmyadmin.

Create a database with name "cias" and import the file "cias.sql" in that database.

Copy the remaining code into your root directory:

for example, for windows

WAMP : c:/wamp/www/cias

OR

XAMPP : c:/xampp/htdocs/cias

Open browser; goto localhost/cias and press enter:

The login screen will appear.

To login, I am going to provide the user-email ids and password below.

System Administrator Account :

email : [email protected]

password : codeinsect

Manager Account :

email : [email protected]

password : codeinsect

Employee Account :

email : [email protected]

password : codeinsect

Once you logged in with System Administrator account, you can create user or edit previous user if you want.

Youtube Links :

CodeIgniter Admin Panel Demo : This video contain the demo of CodeIgniter Admin Panel.

CodeIgniter Admin Panel Demo

How to setup CodeIgniter Admin Panel : This video contain the procedure of setting up CodeIgniter Admin Panel.

How to setup CodeIgniter Admin Panel

ISSUE # 1 : After login "loginMe" controller is not found :

Lot of people raising this issue, I resolved it 4-5 times for every user. People are not searching for closed issues. Thats why I am going to put this here.

How to get over this issue?

  1. enable mod_rewrite.dll (or mod_rewrite.so) by removing leading # in httpd.conf.
  2. After that, follow this solution https://stackoverflow.com/questions/24472349/htaccess-doesnt-work-on-xampp-windows-7

ISSUE # 2 : Call to undefined function password_verify() :

Solution is here : Call to undefined function password_verify()

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].