CommentApr 6, 2016
What in your opinion in the best practice in Laravel to adding small, custom classes? I've seen and used a "library" folder in app. Of course, anything that is going to be larger than a single class would be abstracted into its own package.