Commit 3ee91d01 authored by Pavel Tatar's avatar Pavel Tatar 💬
Browse files

Update README.md

parent 8b6cc405
......@@ -248,6 +248,11 @@ dědění layoutové šablony:
@extends('nazevlayoutu')
```
include - načtení části stránky:
```sh
@extends('footer')
```
označení bloku html contentu, co se includuje podle příslušné akce controlleru do layoutu:
```sh
@section('content')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment