mirror of
https://github.com/maelstrom-cms/odin.git
synced 2026-04-25 08:16:03 +03:00
[GH-ISSUE #30] Route [websites.show] not defined #21
Labels
No labels
bug
enhancement
help wanted
pull-request
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/odin-maelstrom-cms#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @martin-ro on GitHub (Sep 3, 2020).
Original GitHub issue: https://github.com/maelstrom-cms/odin/issues/30
Had this error in the logs..
app/Website.php@OwenMelbz commented on GitHub (Sep 13, 2020):
Hi,
Websites.show should exist as it's a Laravel Resource controller.
If you do...
php artisan route:list
Do you see the route? If not could you share the output please.
Thanks
@OwenMelbz commented on GitHub (Sep 17, 2020):
I've just double checked this and can see that it's definitely registered.
Will close this, however can continue to reply if needed