Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.12 KB

readme.md

File metadata and controls

45 lines (25 loc) · 1.12 KB

CI3-WPANEL4

Original README

Todo

  • Gallery upload max post size is 2MB
  • Banner photo (no banner image, banner image height is high)
  • Migrate default sqlite3 to mysqli to enable mysql database backup
  • Fix on page link break, missing lang message
  • Code convention, fix, refactorization

Configuration

Change $config['base_url'] in app\config\config.php

Copy app/database/init/development.sqlite to app/database/development.sqlite

Copy app/database/init/production.sqlite to app/database/production.sqlite

Setup on your own

Use DB Browser to create these two sqlite files

composer run dev

Navigate http://localhost:8080/migrate

Run

composer run dev

Navigate http://localhost:8080/index.php/setup

Navigate http://localhost:8080

Navigate http://localhost:8080/index.php/admin

Demo

Navigate https://ci3-wpanel4.mondayrris.site

License

MIT