I am new to Laravel and Spark. As I go through the documentation I am not seeing the simple hello world project with the directory structure. Where do I add my files? Down in the spark directory that is a peer to the app directory? Did I miss something?
No, everything goes in your app dir, like normal. You'll see there is a User and Team model, which extend the Spark user/team models. That's what you use (and can add onto) in your own app.