Skip to content

Max101/SymfonyBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages