Skip to content

Sample of CodeIgniter3 Online Game Store upgraded to CodeIgniter4 using ci3-to-4-upgrade-helper

License

Notifications You must be signed in to change notification settings

kenjis/ci4-online-games-store

Repository files navigation

Notice

This repository is a sample of Online Games Store upgraded to CodeIgniter4 using ci3-to-4-upgrade-helper.

The Original Online Games Store is https://github.com/tegarpratama/online-games-store.

Online Games Store

This project built with framework Codeigniter 4 and MySql

Login with admin role:

email: [email protected]

pass : admin

Installation

Install Composer Packages

$ composer install

Setup Database

$ mysql -uroot
mysql> CREATE DATABASE `db_gstore` DEFAULT CHARACTER SET utf8mb4;
$ mysql -uroot db_gstore < 'database/db_gstore (1).sql'

Run built-in Web Server

$ php spark serve

alt text

alt text

About

Sample of CodeIgniter3 Online Game Store upgraded to CodeIgniter4 using ci3-to-4-upgrade-helper

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published