From 4a6d55d3b65e7a4ab94422a07550d5358679f4e5 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sun, 1 Jul 2018 19:27:38 +0200 Subject: Add some goot cheat --- cheat/.cheat/symfony | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 cheat/.cheat/symfony (limited to 'cheat/.cheat/symfony') diff --git a/cheat/.cheat/symfony b/cheat/.cheat/symfony new file mode 100644 index 0000000..c76bc7a --- /dev/null +++ b/cheat/.cheat/symfony @@ -0,0 +1,17 @@ +# Generated a crud +php bin/console generate:doctrine:crud + +# Genenrates entities +php bin/console doctrine:generate:entities AppBundle:Film + +# Run dev server +php bin/console server:run + +# Drop database +php bin/console doctrine:database:drop --force + +# Create database +php bin/console doctrine:database:create + +# Create schema +php bin/console doctrine:schema:create -- cgit v1.2.1