A Simple Blog where users can create, read, update and delete the blogs. (Code can be messy, bare with it).
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible, and secure. More information can be found at the official site.
This repository holds the distributable version of the framework, including the user guide. It has been built from the development repository.
- php/jwt for JSON Web Tokens
- Jquery chosen
Do a composer install to install depedencies
- Use the ci4blog.sql to import the database.
- Rename env to .env
If the env file is not configured properly it will break the application.