/starter-ci4

The Starter Project CodeIgniter 4, With useful features like example of CRUD, Export data, And Login system

Primary LanguageCSSMIT LicenseMIT

CodeIgniter 4 Application Starter

What is CodeIgniter?

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 a composer-installable app starter. It has been built from the development repository.

More information about the plans for version 4 can be found in the announcement on the forums.

The user guide corresponding to this version of the framework can be found here.

Setup

Copy env to .env and tailor for your app, specifically the baseURL and any database settings. import the database starter.sql to your web database server and run the application with local development server 'php spark serve', Username : user Email : user@gmail.com Password : starter12345

Features

CRUD Query Builder with Modal Bootstrap, CRUD Object Model, Export to PDF with TCPDF, Export to XLSX with Phpspreadsheet, Login system with Myth/Auth, Clean code, Protection from (SQL injection, CSRF and XSS)