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.
Hello,
Can you clear route cache by running the command below:
php artisan route:clear
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.
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.
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
ok. just wondering why i can’t access the routes inside modules directory. Any suggestions?
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?
Please login or Register to submit your answer