When creating a new project app directory not created correctly
Created 6 years ago by saraHello, 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?
@sara those are usually kept in the addon directory -
make:addon
like the module development video shows will produce all the files you need thenmake:stream
will produce migrations / models / etc for the entry stream.