Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Jiří Fejfar
laravel-test
Commits
3ee91d01
Commit
3ee91d01
authored
2 years ago
by
Pavel Tatar
💬
Browse files
Options
Download
Email Patches
Plain Diff
Update README.md
parent
8b6cc405
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
README.md
README.md
+5
-0
No files found.
README.md
View file @
3ee91d01
...
...
@@ -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'
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment