From 0425d2384f407856a751d1af1673764ee30bec04 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 14 Nov 2017 16:16:35 +0200 Subject: [PATCH] Update procedure with advices --- etc/procedure.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/etc/procedure.md b/etc/procedure.md index efcb3a8..e53bed8 100644 --- a/etc/procedure.md +++ b/etc/procedure.md @@ -32,10 +32,17 @@ chmod -R 777 storage Enjoy: http://tedxntua ## Creating Views ## -In the resources/views file we can create files like foo.twig + +Create route in web.php +Create view in resources/views (file: foo.twig) +Create controller in app/http/controllers based on HomeController + More about twig can be found here: https://github.com/rcrowe/TwigBridge ## Locales ## + check also file kernel.php +publish +then change laravellocalization.php