Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

ebadiere's avatar

Standard Spark/Laravel project directory layout

Hi,

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?

0 likes
1 reply
Cronix's avatar

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.

Here's a basic video tutorial: https://laracasts.com/series/laravel-spark

Please or to participate in this conversation.