Hi, I just uploaded the whole zip file’s content on ftp and trying to access it gives me 500 Server Error. There are no error logs as well. Is there any documentation to follow for installation?
Thanks!
- MSAnswered
Hello,
I am sorry as the documentation.pdf seems to be missing in the download. I will add it soon. For now you can follow install instruction form Online Docs
If you don’t understand any step, please let me know.
Thank you
- MRAnswered
Thanks for your response. I managed to installed it, it’s working fine. I installed on one of the test domains but now once i moved this to the real domain, it stopped working. Can you please confirm if the license gets bound to the initial domain where this was installed for the first time? If yes, is there a way to get it updated?
Thanks
- MSAnswered
Hello,
No. It should work fine. You can check the error logs on production server. The laravel save logs in
storage/logs/
Please let me know the error details so that I can suggest you solution.
Thank you
- MRAnswered
It seems to be working fine as I created another subdomain and pointed to installation folder. It can be accessed here: http://tailorshop.kamranrafi.com/
Can you please confirm what should be the values for following properties in .env file? Current values are these. APP_DEBUG=true APP_ENV=production APP_URL=http://kamranrafi.com
Couple of days back, when i moved it to one of the sub-domains, it stopped working. The only thing i modified was APP_URL. Should i updated my app url to say: tailorshop.kamranrafi.com or kamranrafi.com will keep working?
Thanks!
- MSAnswered
Hello,
You should set debug to false in production. Others look fine.
You have all the code, the Vue source code is in resource/js folder.
You should know Laravel and Vue to modify the item code.
The error logs should be helpful to know and fix the cause.
Thank you
- MRAnswered
Hi there,
Need some quick help on this please. I am trying to add simple html under Vue, it does not gets reflected. Went through some articles, people suggest it’s cache issue. tried to clear cache and ended up losing installation and had to do installation again 😦
- MSAnswered
Hello,
Browser cache nothing to so with installation 😦 You can refer to laravel mix docs for Browsersync Reloading or use custom local domain with virtual host.
Thank you
- Login to Reply