AviationCode8 years agoLevel 52ReplyReport SpamIf you meant front-end components I suggest you take a look at Jeffrey's Council project https://github.com/JeffreyWay/council Backend a structure you could use is app Component1 Component2 Example app/Billing contains all classes related to billing like StripeGateway.php or Billable.php Like Reply
martinbean8 years agoLevel 80ReplyReport Spam@skyturk Laravel already comes with a pre-configured folder structure. I’m not sure what the “component pattern” is, but design patterns shouldn’t dictate how you organise your folders in an application. Like Reply