We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91571e3 commit a406f31Copy full SHA for a406f31
README.md
@@ -6,17 +6,12 @@
6
composer create-project sunrise/awesome-skeleton app
7
```
8
9
-## Filling the database
10
-
11
-```bash
12
-php vendor/bin/doctrine orm:schema-tool:update --force
13
-```
14
15
## Useful links
16
17
-* http://php-di.org/
+* https://github.com/doctrine/orm
+* https://github.com/middlewares
+* https://github.com/PHP-DI/PHP-DI
18
* https://github.com/Seldaek/monolog
19
* https://github.com/sunrise-php/http-router
20
-* https://github.com/middlewares
21
-* https://www.doctrine-project.org/
+* https://github.com/symfony/validator
22
* https://www.php-fig.org/
0 commit comments