if you want to develop a ci project, where do you put static files such as pictures, js, css, etc.
what should I do with url when accessing pictures? For example, if you put it in the asset directory at the level of index.php, the url for accessing the image is: hostname/asset/img/temp.jpg, where the asset in url is unnecessary, how to avoid this ugly url?