xiidea / ezRbac

A simple yet easy to implement Role Based Access Control Library for popular PHP framework Codeigniter
http://xiidea.github.io/ezRbac/
86 stars 39 forks source link

How to run #32

Closed chandhanm20 closed 6 years ago

chandhanm20 commented 6 years ago

what changes need to do on routes.php file

ronisaha commented 6 years ago

Read the documentation here

chandhanm20 commented 6 years ago

Ya I read that .. I implemented this Rbac library in my Codeigniter application .. but I dint found exactly how to run this .. please anyone help me .. and send URL of the welcome page

ronisaha commented 6 years ago

Could you please clarify your question? How to use the library is documented here . If you have any specific use case/error/problem/question please add some details.

chandhanm20 commented 6 years ago

I saw that documentation .. but send the URL to run that application after implementing Rbac library

ronisaha commented 6 years ago

@chandhanm20 : What URL?

chandhanm20 commented 6 years ago

to run the application in my local host i need URL right .. so please send the URL for that ..

chandhanm20 commented 6 years ago

if i give localhost/myapplication_name/index.php/rbac .. I'm not getting

ronisaha commented 6 years ago

http://localhost/myapplication_name/index.php/

ivankusuma07 commented 6 years ago

what is the view when I access /index.php/welcome/index/rbac/gui? it always bring me to the default controller.

ronisaha commented 6 years ago

which ci version you are using? I've not tested the library quite a log period with latest ci releases.

ivankusuma07 commented 6 years ago

3.1.9. It can be accessed now. but the assets can't show.

ivankusuma07 commented 6 years ago

fixed.. forget to place .htaccess file to root.