Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deathart/blogci4
Blog write with Codeigniter v4dev
https://github.com/deathart/blogci4
blog blog-engine codeigniter php
Last synced: 4 months ago
JSON representation
Blog write with Codeigniter v4dev
- Host: GitHub
- URL: https://github.com/deathart/blogci4
- Owner: deathart
- License: mit
- Archived: true
- Created: 2017-10-24T15:04:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T11:15:00.000Z (about 5 years ago)
- Last Synced: 2024-09-30T15:07:27.474Z (4 months ago)
- Topics: blog, blog-engine, codeigniter, php
- Language: PHP
- Size: 3.83 MB
- Stars: 11
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Code of conduct: docs/code_of_conduct.md
Awesome Lists containing this project
README
# 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.# Installation (An automatic installation will come later on)
First of all, configure the file `.env` to the root of the folder.## 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](http://127.0.0.1:8080)
# Admin access
Then go to the link of your blog and added "/admin/" the identifiers are:
```
[email protected]
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](http://php.net) version 7.1 or newer is required, with the *intl* extension installed. [Why 7.1](https://gophp71.org/)?A database is required for most web application programming.
Currently supported databases are:- MySQL (5.1+) via the *MySQLi* driver
- PostgreSQL via the *Postgre* driver
More information : [Codeigniter4 User Guide](https://bcit-ci.github.io/CodeIgniter4/)# Issues
For any problems or suggestions created a new issue (By checking that this issue has not already been created)# Helps
Don't hesitate to help this project, to improve it to make it grow, even constructive criticism helps.# 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