mirror of
https://github.com/archtechx/laravel-pages.git
synced 2025-12-12 01:44:03 +00:00
Mention layout configuration in install instructions (fix #2)
This commit is contained in:
parent
83b6a6d1dc
commit
2f6039a81b
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ ArchTech\Pages\Page::routes();
|
|||
|
||||
This line will register the routes in a way that ensures that your routes take precedence, and the page route is only used as the final option.
|
||||
|
||||
**Important: Before attempting to visit URLs managed by this package, make sure that you configure it to use the correct layout (see the section below). Otherwise you might get an error saying that the view cannot be found.**
|
||||
|
||||
## Usage
|
||||
|
||||
### Markdown pages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue