Route of Modules directory not found

Laraship QuestionsCategory: TechnicalRoute of Modules directory not found
appdev asked 5 years ago

Hello, i installed the laraship on my local iMac and already installed plugin, theme and update license key too. The e-commerce menu is show up. But, i got problem when click e-commerce > products which the route is localhost:8000/e-commerce/products. The error is 404 not found. I tried to check via routes but got no result. Also, with another modules like payment. localhost:8000/payments/settings. Please help. Thanks.

1 Answers
laraship Staff answered 5 years ago

Hello,

Can you clear route cache by running the command below:

php artisan route:clear

appdev replied 5 years ago

Yes, i run the command and route cache cleared succesfully. But, i can't still access the routes. The error is 404 not found too. Please help. Thanks.

appdev replied 5 years ago

Do you have somekind like e-commerce installation guide complete step by step? I already followed at https://www.laraship.com/docs/laraship/installation-instructions/installation/ . But, still have problem when access like 404 not found. The routes inside core directory can be accessed. But, the modules like e-commerce and payment can’t be accessed.

laraship Staff replied 5 years ago

Hello,

The procedure is the same for all, and it worked for hundreds of users, if you are looking for installation services or obtain a free installation by upgrading to an extended license

appdev replied 5 years ago

ok. just wondering why i can’t access the routes inside modules directory. Any suggestions?

appdev replied 5 years ago

I can access the http://localhost:8000/users. But, can’t access the http://localhost:8000/e-commerce/products . Does it because the ProductController is under Corals/modules directory while the UsersController is under Corals/core directory?