Skip to content

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

License

Notifications You must be signed in to change notification settings

mamans86/starter-ci4

 
 

Repository files navigation

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 : [email protected] 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)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 50.2%
  • PHP 47.8%
  • JavaScript 1.9%
  • HTML 0.1%