Skip to content

CRUD Operations in Codeigniter 4 using Ajax Login & Register

License

Notifications You must be signed in to change notification settings

rahulkumarr1/ajax-crud-codeigniter-4

Repository files navigation

Login and Registration Authentication in Codeigniter 4

Migrations File

stored inside /app/Database/Migrations folder Run this given command into your shell or terminal

php spark migrate

Run server

You can use the serve script to launch it, with the following command line in the main directory

php spark serve

Server Requirements

PHP version 7.3 or higher is required, with the following extensions installed:

  • intl
  • libcurl if you plan to use the HTTP\CURLRequest library

Additionally, make sure that the following extensions are enabled in your PHP:

  • json (enabled by default - don't turn it off)
  • mbstring
  • mysqlnd
  • xml (enabled by default - don't turn it off)

About

CRUD Operations in Codeigniter 4 using Ajax Login & Register

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published