Giter VIP home page Giter VIP logo

ci_admin's Introduction

CI_admin

Integrated Admin Panel in Codeigniter.

========================================

This piece of code enables you to have an Admin panel ready Codeigniter which has a Login Controller , Admin Controller and a Dynamic Menu CRUD to create and render menu for sidebar in Admin panel.

========================================

This a single login interface application which opens the login controller index function as it is the default route in application->config->routes.php. The users have roles, based on these roles, the user is redirected to its desired controller after successful login.

========================================

Update [Sep-2019]

So recently I used this boiler-plate to convert it into a product management system for an online store. The niche was jewelary so the related categories and features are mostly jewelary related.

HOW TO CONFIGURE

Download or Clone the source of this project on your machine and extract the admin.zip. If you are running wamp with default settings copy the admin folder to C:\wamp\www folder

Go to http://localhost/phpmyadmin

Create a database admin and import the database file admin.sql into that database.

Open the project in your IDE and go to application->config->database.php

Relace the following lines (probably line # 93-96)

  • $db['development']['hostname'] = 'localhost';
  • $db['development']['username'] = 'root';
  • $db['development']['password'] = '';
  • $db['development']['database'] = 'pm';
as per your machine settings. Replace database name, username and password. Hostname is likely to be localhost on your machine as well.

===========================================

If all goes well, Just open the project in your browser http://localhost/admin

You will be redirected to Login page.

Give email : [email protected] Give Pass : muhammad Click Let me in...

============================================

HOW TO USE IT

In the dashboard, click Admin Menu -> Add from sidebar. Add a menu item you wish to have in sidebar. Give name, url, and class for font awesome icon you want to display with the menu. Note: Only main menus can have font awesome icon, sub menus can't

=============================================

The Template used in this integration is flamming-red from Elephant Themes. The compressed folder is also listed in the files. You can download it and use it for consulting various classes of CSS and other pages.

ci_admin's People

Contributors

malikmudassar avatar

Stargazers

J P Senthil Kumar avatar  avatar Mian Mudassir Hussain avatar Agung Sugiarto avatar

Watchers

James Cloos avatar  avatar  avatar Muhammad Adrees avatar

Forkers

ntrsolutions

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.