Skip to content

Commit

Permalink
Update procedure with advices
Browse files Browse the repository at this point in the history
  • Loading branch information
giannisdaras committed Nov 14, 2017
1 parent 9d4c4d0 commit 0425d23
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion etc/procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit 0425d23

Please sign in to comment.