Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 816 Bytes

README.md

File metadata and controls

32 lines (16 loc) · 816 Bytes

PrettyForum

Forum built on Laravel in PHP

How to install:

  • Download and extract the source
  • Create a virtualhost with document root pointing to the public folder
  • Go to http://yourdomain.com/setup and follow instructions
  • If all goes well it should be installed, check your database for created tables

Creating custom templates

Best way to create custom templates is by copying the default templates and then edit it to your likings. This way you'll get used to the way PrettyForum handles layouts. Make sure that any assets you use are linked to by domain.com/assets/asset

** Make sure you know how to use Laravel's blade templating engine! It makes life much easier!

Thanks to: