Knolli Posted Tuesday at 09:38 PM Report Posted Tuesday at 09:38 PM Hello, I tried to create a module myself. It's recognized and is enabled. However, the corresponding function isn't added, and when I click "View Admin Module," I get a 404 error. I've tried to find the error, but I'm at a loss. The route, etc., is all correct. Quote
PaintSplasher Posted Wednesday at 12:00 PM Report Posted Wednesday at 12:00 PM If you create a module with artisan there is no need to edit or create a special route or anything. If you've cleared the cache there is always a created template like "This view is loaded from module: -yourmodulename-" as an example in your modules/-yourmodulename-/Resources/views/admin folder. So with the information we've, check your folders if all the blades, controllers, middleware, routes are created and present. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.