Custom module installation

Laraship QuestionsCategory: TechnicalCustom module installation
equipetechnique asked 5 years ago
Hello, i have created a custom module from the skeleton under Corals/Modules/FooBar and followed the instructions on this page: https://www.laraship.com/docs/laraship/customize-laraship/create-your-own-plugin/ i have renamed every "Foobar" to "Species" (i want a list of animal Species ex: dog, cat,horse etc) and succesfully installed my module from the administrator interface. However when i click on the new "Species" button on the left list menu in the dashboard i get a 404 and cant find why.
Attachments
1 Answers
laraship Staff answered 5 years ago

Hello,

can you clear the route cache :

php artisan route:clear

if it didnt work can you show the registered routes and see you r module there

php artisan route:list