mirror of
https://github.com/archtechx/laravel-pages.git
synced 2025-12-12 01:44:03 +00:00
Merge branch 'master' of github.com:archtechx/laravel-pages
This commit is contained in:
commit
a040923881
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