You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This template helps you to get started with the modular programming aproach within the Symfony framework
22
21
<br />
23
22
<a href="https://github.com/Tim-Koertgen/modular-symfony-template"><strong>Explore the docs »</strong></a>
24
23
<br />
@@ -62,8 +61,6 @@
62
61
<!-- ABOUT THE PROJECT -->
63
62
## About The Project
64
63
65
-
After struggling to find a modular symfony template I decided to create my own. I decided to split the application into 5 main parts: Backend, Client, Core, Frontend and Shared. Each layer has its own tasks.
66
-
67
64
### Backend
68
65
69
66
All your business logic should be located here. The backend layer is split into four layers
@@ -108,6 +105,7 @@ Shared contains classes that are used across the hole application like TransferO
<palign="right">(<ahref="#top">back to top</a>)</p>
113
111
@@ -143,11 +141,9 @@ All you need to do is install [Docker](https://docs.docker.com/get-docker/) and
143
141
## Usage
144
142
145
143
You should be able to access the following two endpoints after your installation is finished:
146
-
-http://localhost:18000/team
144
+
-http://localhost:18000/
147
145
-http://localhost:18000/admin
148
146
149
-
Adding a team in the backend UI will make it appear in the frontend. This is just a really simple example of how to build your modules to make them work together.
150
-
151
147
<!--_For more examples, please refer to the [Documentation](https://example.com)_-->
152
148
_Documentation is in progress_
153
149
@@ -158,7 +154,7 @@ _Documentation is in progress_
158
154
<!-- ROADMAP -->
159
155
## Roadmap
160
156
161
-
-[] Generate TransferObjects from XML schema files
157
+
-Nothing specific planned. I keep the template up to date with the experience I gain from developing apps using this template
162
158
163
159
See the [open issues](https://github.com/Tim-Koertgen/modular-symfony-template/issues) for a full list of proposed features (and known issues).
0 commit comments