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
Copy file name to clipboardExpand all lines: README.md
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
-
# Symfony Live Berlin 2019 Workshop
1
+
# Sulu Workshop
2
2
3
-
This repository contains the **project template**, **assignments** and **example solution code** for the Sulu workshop
4
-
at the Symfony Live Berlin 2019. The workshop consists of 12 assignments that guide you through creating a small
5
-
website that integrates two simple custom entities using the Sulu content management system.
6
-
The project builds upon the official [sulu/skeleton](https://github.com/sulu/skeleton) template and adds some project
7
-
specific libraries such as Bootstrap or Symfony Encore.
3
+
The Sulu workshop consists of 12 assignments that guide you through the process of creating a small website that
4
+
integrates two simple custom entities using the Sulu content management system. This repository contains the
5
+
**example project**, **assignments** and **solution code** for the workshop.
6
+
The included example project builds upon the official [sulu/skeleton](https://github.com/sulu/skeleton) template and
7
+
adds some implementation-specific libraries such as Bootstrap or Symfony Encore.
8
8
9
-
The **assignments** of the workshop are located in the [assignments](/assignments) folder of the repository.
10
-
Additionally, this repository includes an [open pull request](https://github.com/sulu/sulu-workshop-symfony-live-berlin-2019/pulls?q=is%3Apr+is%3Aopen+sort%3Acreated-asc)
11
-
that contains the **example solution code** for each assignment on this repository. Feel free to use the
9
+
The **assignments** of the workshop are available via the [pull requests area](https://github.com/sulu/sulu-workshop/pulls?q=is%3Aopen+is%3Apr+label%3Aassignment+sort%3Acreated-asc) of this repository.
10
+
Each pull requests contains the **example solution code** for the respective assignment. Feel free to use the
12
11
**comment feature on these pull requests** for asking questions or providing additional context about the solution code.
0 commit comments