Skip to content

Commit

Permalink
Merge branch 'master' of github.com:archtechx/laravel-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed Aug 6, 2021
2 parents a3636de + b54ac47 commit a040923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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.

Expand Down

0 comments on commit a040923

Please sign in to comment.