PHPackages                             iceithq/cms-inferno - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. iceithq/cms-inferno

AbandonedArchivedProject[Framework](/categories/framework)

iceithq/cms-inferno
===================

CMS Inferno

001[1 issues](https://github.com/iceithq/cms-inferno/issues)[1 PRs](https://github.com/iceithq/cms-inferno/pulls)PHP

Since Sep 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/iceithq/cms-inferno)[ Packagist](https://packagist.org/packages/iceithq/cms-inferno)[ RSS](/packages/iceithq-cms-inferno/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

CMS-Inferno
===========

[](#cms-inferno)

Overview
--------

[](#overview)

CMS-Inferno is a robust Content Management System (CMS) developed using CodeIgniter 3. It provides a flexible and easy-to-use platform for managing website content, including pages, posts, media, and more. CMS-Inferno is designed to be customizable and extendable, making it suitable for a variety of web applications.

Features
--------

[](#features)

- **User Authentication**: Secure login and registration system for managing access.
- **Content Management**: Create, edit, and delete pages and posts with ease.
- **Media Library**: Manage images and files through an intuitive interface.
- **Admin Dashboard**: User-friendly admin panel for content and settings management.
- **Responsive Design**: Optimized for a seamless experience on both desktop and mobile devices.
- **Customizable**: Easily extend and customize to fit specific needs.

Requirements
------------

[](#requirements)

- PHP 5.6 or higher
- CodeIgniter 3.x
- MySQL 5.7 or higher
- Apache or Nginx web server
- Composer (for managing dependencies)

Installation
------------

[](#installation)

1. **Clone the Repository**

```
git clone https://github.com/iceithq/cms-inferno.git
cd cms-inferno
```

Install Dependencies
--------------------

[](#install-dependencies)

Install Composer dependencies:

```
composer install
```

Configure Environment
---------------------

[](#configure-environment)

Copy the example environment configuration file:

```
cp application/config/database.php.example application/config/database.php
```

Edit application/config/database.php to set your database credentials.

Set Up Database
---------------

[](#set-up-database)

Import the provided SQL dump to create the necessary database tables:

```
mysql -u username -p database_name
