Jump to content

MrJohn6774

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by MrJohn6774

  1. Most VPS providers blocks SMTP port 25. You might need a SMTP relay service. I've found this article from GoDaddy that might help you.
  2. You can totally customize phpvms however you want. It is written in Laravel after all but it does look confusing at first glance because some files are renamed or removed. All route definitions are written in RouteServiceProvider.php TBH not sure why the author would remove routes folder. If you are gonna add just one or two pages, I recommend you writing a module for it so that the logic you write is totally separated from the core phpvms logic. It'd make the code much easier to read and debug. Documentation for the module system can be found here. If you want to rewrite the entire frontend, you may take a look at the template system that phpvms uses. Good luck!
×
×
  • Create New...