Skip to content

Access control logic for two user types: administrators and super administrators. Multi-user login with permissions How to run 1.Added database file in root/db => talentedge.sql 2.changes database connection and app path in .env file database.default.hostname = localhost database.default.database = talentedge database.default.username = root dat…

License

Notifications You must be signed in to change notification settings

shashihawanna/codeigniter4_Simple_Admin

Repository files navigation

Codeigniter 4 Multi Admin with login

1.Access control logic for two user types: administrators and super administrators.

2.Multi-user login with permissions in codeigniter 4

3.Login in codeigniter 4

4.Filters in codeigniter 4

How To Run

1.Added database file in root/db => talentedge.sql

2.changes database connection and app path in .env file

1.database.default.hostname = localhost 2.database.default.database = talentedge 3.database.default.username = root 4.database.default.password = root 5.database.default.DBDriver = MySQLi 6.app.baseURL = 'http://talentedge.test'

3.not added vendor folder in code run => composer update

4.open application url in browser

5.User Details email=> [email protected] Password => 12345678

About

Access control logic for two user types: administrators and super administrators. Multi-user login with permissions How to run 1.Added database file in root/db => talentedge.sql 2.changes database connection and app path in .env file database.default.hostname = localhost database.default.database = talentedge database.default.username = root dat…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published