Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Symfony Bundle 2.0

Example structuring: (more coming soon)

├── Access
│  ├── Console
│  │  └── CreatePostCommand.php
│  └── HTTP
│  ├── Admin
│  │  ├── AdminController.php
│  │  ├── Views
│  │  │  └── admin.html.twig
│  │  └── routing.yml
│  ├── AdminAPI
│  │  ├── AdminAPIController.php
│  │  └── routing.yml
│  └── Post
│  ├── PostController.php
│  ├── Views
│  │  └── post.html.twig
│  └── routing.yml
├── DependecyInjection
│  ├── Configuration.php
│  └── SymfonyExtension.php
├── Domain
│  ├── Config
│  ├── Entity
│  │  └── Post.php
│  ├── Manager
│  │  └── PostManager.php
│  ├── Repository
│  │  └── PostRepository.php
│  └── Service
│  └── Query
│  └── FetchPostsService.php
├── README.md
└── SymfonyBundle.php

About

Another type of Bundle structuring

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /