SNET is an admin panel created via codeigniter and sb-admin 2. CodeIgniter is an open-source PHP framework for building web applications. This project is a sample implementation of CodeIgniter 3.x.
- Role Management
- Menu Management
- Store
- PHP 5.6 or greater
- MySQL 5.5 or greater
- CodeIgniter 3.x
- Download the CodeIgniter 3.x source code
- Unzip the package to your local development environment
- Configure the application/config/database.php file to connect to your MySQL database
- Import database in assets/db/snet.sql to your new Databases
- Run the project by accessing http://localhost/your-project-folder in your web browser
For further information on using CodeIgniter, please refer to the official CodeIgniter User Guide.
This project is open source, so you are welcome to contribute. To report an issue or request a feature, please use the GitHub issue tracker.
- Admin Role
email: admin@gmail.com
password: 123456
- User Role
email: user@gmail.com
password: 123456