When creating a new project app directory not created correctly
Created 6 years ago by sara

Hello, I just created a new project (like your example on your videos -workbench.local). When I go to app directory, it has created only Providers and readMe file. It didn't create Console, Expectations, Controllers, Midelware, User.php and Kernel.php. Any idea?

ryanthompson  —  6 years ago

@sara those are usually kept in the addon directory - make:addon like the module development video shows will produce all the files you need then make:stream will produce migrations / models / etc for the entry stream.