mirror of
https://github.com/archtechx/laravel-pages.git
synced 2025-12-12 01:44:03 +00:00
Fix typo
This commit is contained in:
parent
2f6039a81b
commit
f5066f792f
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ The layout is used *by* the vendor (package-provided) Markdown view. You'll like
|
|||
|
||||
If you'd like to change the file that renders the Markdown itself, create `resources/views/pages/_markdown.blade.php` (the `_` prefix is important as it prevents direct visits) and change the `pages.views.markdown` config key to `pages._markdown`.
|
||||
|
||||
And if you'd like to customize the routing logic more ethan the config file allows you, simply register the route yourself (instead of calling `Page::routes()`):
|
||||
And if you'd like to customize the routing logic more than the config file allows you, simply register the route yourself (instead of calling `Page::routes()`):
|
||||
|
||||
```php
|
||||
Route::get('/{page}', ArchTech\Pages\PageController::class);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue