Welcome Guest, Not a member yet? Register   Sign In
Help us to decide
#7

(08-10-2015, 02:46 PM)jdriddle Wrote: For development, the developer would have control of the web directory structure, so it would make more sense to use the following Structure (which I currently use for the app I am developing, both in dev and production):

AppName
  -- CodeIgniter
      ---- application
      ---- system
      ---- user_guide
  -- src (the user's application source)
  -- www (all static plus the web root)
      index.php
      ---- static
         ------ images
         ------ js
         ------ css
 

You could easily add a modules folder under CodeIgniter, plus another under either www or static, with appropriate subdirectories for each module.

This is easiest for deployment (and for composer deployment especially!), and allows the end user/developer to just point the webserver at the www for webroot.

Dennis
 
Not bad idea actually. a new feature has been introduced to the 3.0 branch, this feature let developer to compress and download a module on which he's working on development environment such as wampserver, this would ease module share (for sure this feature can be disabled through the dashboard).
NexoPOS 2.6.2 available on CodeCanyon.
Reply


Messages In This Thread
Help us to decide - by Blair2004 - 08-10-2015, 01:14 AM
RE: Help us to decide - by ivantcholakov - 08-10-2015, 04:08 AM
RE: Help us to decide - by ivantcholakov - 08-10-2015, 04:13 AM
RE: Help us to decide - by orionstar - 08-10-2015, 04:52 AM
RE: Help us to decide - by Blair2004 - 08-10-2015, 02:26 PM
RE: Help us to decide - by orionstar - 08-11-2015, 05:00 AM
RE: Help us to decide - by jdriddle - 08-10-2015, 02:46 PM
RE: Help us to decide - by Blair2004 - 08-11-2015, 01:35 AM
RE: Help us to decide - by Blair2004 - 08-11-2015, 01:42 AM
RE: Help us to decide - by mwhitney - 08-11-2015, 06:41 AM
RE: Help us to decide - by Blair2004 - 08-11-2015, 08:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB