how do i change the default_Asets_path / css_path /js path for the grocerryCRUD.
my default path comes with a index.php because of base_url
either I wanna change my base_url for grocerry crud
or any way to change the defualy assets folder, i tried customizing the library, with ../assets/ _____ but it didnt worked.
I did : protected $default_assets_path = '../assets/grocery_crud'; in library file [[ added ../ to go one step back ] but not working
my base_url gives a url with index.php, i cannot change it now because my whole application uses that url.
my base_url : www.mydomain.com/index.php
what i want = www.mydomain.com/
I know it is possible but since my program uses the url with index.php so i need to change the base_url only for grocerry crud .
how is that possible, please I want help,