mirror of
https://github.com/archtechx/laravel-pages.git
synced 2025-12-12 09:54:03 +00:00
Update README.md
This commit is contained in:
parent
9712447372
commit
b54ac4784d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
This package lets you create pages using Markdown or Blade without having to worry about creating routes or controllers yourself.
|
This package lets you create pages using Markdown or Blade without having to worry about creating routes or controllers yourself.
|
||||||
|
|
||||||
Essentially, you create either `content/pages/foo.md` or `resources/views/pages/foo.blade.php`.
|
Essentially, you create either `content/pages/foo.md` or `resources/views/pages/foo.blade.php` and the page will be accessible on the `/foo` route.
|
||||||
|
|
||||||
Markdown files use a pre-defined Blade view to get rendered. Blade files are meant for pages which don't follow the default layout and need more custom styling.
|
Markdown files use a pre-defined Blade view to get rendered. Blade files are meant for pages which don't follow the default layout and need more custom styling.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue