Build tables for auth ion and codeigniter

I have Codeigniter and Ion Auth installed on MAMP. I have libraries, but I'm not sure how to build the necessary database tables for Ion Auth. Is there a preferred / best way to do this? Should I copy the request code from somewhere? Run setup-db script? In this case, with Codeigniter installed, is there any basic database setup that needs to be done? All I did was set up the ci_sessions table.

Thanks for any help.

+6
source share
1 answer

Oh, I get it.

Just import the .sql file provided by Ion Auth - in my case, I used PHPmyAdmin to import ion_auth.sql.

It built a meta table and others

+5
source

Source: https://habr.com/ru/post/889717/


All Articles