emreakay / CodeIgniter-Aauth

Authorization, Authentication and User Management library for Codeigniter 2.x and 3.x to make easy user management and permission operations
http://emreakay.com
GNU Lesser General Public License v3.0
393 stars 235 forks source link

Sql file for CodeIgniter 4-Aauth v3 #263

Closed mehmetsarr closed 3 years ago

mehmetsarr commented 3 years ago

Hi No sql file for CodeIgniter 4-Aauth v3? I am installing the ci 3 sql file, the user says wrong information.

REJack commented 3 years ago

CodeIgniter-Aauth v3 has no SQL File, v3 comes with migrations.

emreakay commented 3 years ago

hi, as @REJack said, you must use migration insted of importing sql.

mehmetsarr commented 3 years ago

CodeIgniter-Aauth v3 has no SQL File, v3 comes with migrations.

How can I do that? Can you give me information about this?

REJack commented 3 years ago

@mehmetsarr look at the CodeIgniter 4 docs.