Where do I put image files, css, js, etc. in Codeigniter?

前端 未结 14 1210
挽巷
挽巷 2020-11-30 16:57

Where is it acceptable to put css folders and image file folders? I was thinking inside the view folder? However the controller always reroutes the path to the base url so I

14条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-30 17:19

    I'm using the latest version of CodeIgniter 3.1.0. The folder structure of it is:

    • system
    • application
    • user_guide
    • assets
      • images
      • js
      • css

    That's where you should put the images, css and js files inside the assets folder.

提交回复
热议问题