Sanjay-Sahu-Bandla / crud-codeigniter4

Simple CRUD example using the new version of code igniter (4)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C.R.U.D Code Igniter v4

Simple CRUD example using the new version of code igniter (4)

Getting start

Make the clone of this repository

$ git clone https://github.com/mathmed/crud-codeigniter4.git

Setting up the database

First of all, you need to configure your database database (eg. MySQL, MariaDB). Import the crud-codeigniter4/crudci4.sql located in the project root in your database.
After do this, set your database config in crud-codeigniter4/app/config/Database.php.

Starting the server

Check if you have the latest php version installed, if you have, go to project root and execute

$ php spark serve

your server will start on port 8080.

Accessing

To access the project, type in your browser

http://localhost:8080

Code Igniter 4 docs

For details on how to use Code Igniter 4, visit the documentation.

About

Simple CRUD example using the new version of code igniter (4)

License:Apache License 2.0


Languages

Language:PHP 97.2%Language:JavaScript 0.8%Language:Shell 0.6%Language:CSS 0.4%Language:Ruby 0.4%Language:Smarty 0.2%Language:HTML 0.2%Language:BlitzBasic 0.1%Language:TSQL 0.1%