Skip to content

Commit a040923

Browse files
committed
Merge branch 'master' of github.com:archtechx/laravel-pages
2 parents a3636de + b54ac47 commit a040923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This package lets you create pages using Markdown or Blade without having to worry about creating routes or controllers yourself.
44

5-
Essentially, you create either `content/pages/foo.md` or `resources/views/pages/foo.blade.php`.
5+
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.
66

77
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.
88

0 commit comments

Comments
 (0)