An open source application for gathering design feedback from clients. Built on Laravel, an elegant PHP 5.3+ framework.
Although the application is still under development, if you want to install it and help contribute to the app you are more than welcome!
- Clone the repository:
git clone git@github.com:hackzillas/previewr.git
- Setup a database connection in the database config file. Refer to the docs for more information. You also might need to setup the application URL depending on how your environment is setup.
- Setup Laravel migrations:
php artisan migrate:install
- Run the migrations for the application:
php artisan migrate