2017 © Pedro Peláez
 

project blogci4

Blog write with Codeigniter v4dev

image

deathart/blogci4

Blog write with Codeigniter v4dev

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

BlogCI4

I created this blog system with the help of codeigniter v4, thank you for being lenient I'm not a professional developer, this system just helps me to learn more deeply codeigniter but also are style, feel free to help me in this project and tell me what goes and what doesn't go well., (*1)

Installation (An automatic installation will come later on)

First of all, configure the file .env to the root of the folder., (*2)

Then execute the following commands :

  • PHP
    • Normal
      • shell composer install php spark migrate:latest php spark db:seed DatabaseSeeder php spark serve -host 127.0.0.1
    • Docker
      • shell docker-compose build && docker-compose up -d ./docker/composer install ./docker/console spark migrate:latest ./docker/console spark db:seed DatabaseSeeder
  • Theme
    • shell npm install npm run theme:build

Go to http://127.0.0.1:8080, (*3)

Admin access

Then go to the link of your blog and added "/admin/" the identifiers are:, (*4)

contact@blog.dev
password

Themes and languages

  • Themes : To modify or add a new theme, this can be found in the folder: resources/themes/ & resources/assets/.
  • Language : To modify or add a new language, this can be found in the folder: resources/Languages/.

Server Requirements

PHP version 7.1 or newer is required, with the intl extension installed. Why 7.1?, (*5)

A database is required for most web application programming. Currently supported databases are:, (*6)

  • MySQL (5.1+) via the MySQLi driver
  • PostgreSQL via the Postgre driver

More information : Codeigniter4 User Guide, (*7)

Issues

For any problems or suggestions created a new issue (By checking that this issue has not already been created), (*8)

Helps

Don't hesitate to help this project, to improve it to make it grow, even constructive criticism helps., (*9)

TODO (Open to all suggestions)

  • [ ] Add theme management
  • [ ] Add Users management
  • [ ] Add translation in admin
  • [ ] Add Tags manager (WIP)
  • [ ] Add installer (and automatic update system)
  • [ ] Add feed system
  • [ ] Update configuration admin
  • [ ] Optimise SEO
  • [ ] Optimise AJAX
  • [ ] Clean rewriting of the css/js
  • [ ] Create Docs
  • [ ] Create demo
  • [x] Move translate folder template

The Versions

31/01 2018

dev-dependabot/composer/paragonie/sodium_compat-1.5.6

dev-dependabot/composer/paragonie/sodium_compat-1.5.6 https://github.com/deathart/BlogCI4

Blog write with Codeigniter v4dev

  Sources   Download

MIT

The Requires

 

The Development Requires

19/01 2018

dev-dependabot/composer/paragonie/sodium_compat-1.5.5

dev-dependabot/composer/paragonie/sodium_compat-1.5.5 https://github.com/deathart/BlogCI4

Blog write with Codeigniter v4dev

  Sources   Download

MIT

The Requires

 

The Development Requires