mastercho / crud-ci4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRUD Project in CodeIgniter 4

This will guide you through the process of installing the CRUD project for adding users management in CodeIgniter 4.

Requirements

  • A web server with PHP and MySQL support
  • The CRUD project files from repo.

Step 1: Clone the CRUD Project Files to the Project's Directory Clone the CRUD project files that you've created to.

Step 2: Edit configuration Find .ENV file and edit with your database details

Step 3: Run migrations! Run migrations from your console using this command

php spark migrate

You can now access the CRUD project by opening your web browser and navigating to the project's URL (e.g. http://localhost/crud/users). You should be able to view, add, edit, and delete users and their credentials using the Bootstrap 4 UI and DataTables for pagination and sorting.

Congratulations, you've successfully installed the CRUD project for adding users management in CodeIgniter 4!

About


Languages

Language:PHP 97.9%Language:JavaScript 1.1%Language:CSS 0.8%Language:Smarty 0.2%Language:Hack 0.1%Language:HTML 0.0%