Stubs

CodefyPHP has a few stubs or starter templates to help with creating some needed classes. Stubs are available for controllers, repositories, providers, middlewares, and errors. Due to the differences in how domain driven projects are set up, there are no stubs for aggregates, domain events, and so forth. Check out Codex on how to create a controller, repository, provider, middleware or error class.