Skip to content

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

License

Notifications You must be signed in to change notification settings

mathmed/crud-codeigniter4

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published