How to view CRUD Resources #2466
Unanswered
GlenWarren
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been experiencing a serious issue with pagination. See here: #2455
In an attempt to bypass that problem that I have been unable to solve, I have attempted to use the CRUD package, to see if that could help my situation (it has a
perPage()
function).I have installed the package. I have a Hashtag model. I have created a HashtagResource with
public static $model = Hashtag::class
.I am used to using screens, routes and the platform provider
registerMainMenu()
function to gain access to those screens. But I haven't been able to figure out how to access resources in the browser? How do we define the routes for these?Some help with this problem would be much appreciated, as well as help with my other open discussion mentioned above.
Beta Was this translation helpful? Give feedback.
All reactions