Skip to content

HTW-Webtech/ReviewEngine

Repository files navigation

Review Engine based on Laravel

Installation

git clone https://github.com/HTW-Webtech/ReviewEngine
cd ReviewEngine

cp .env.example .env

# configure the environment settings
vim .env

# configure the database settings (again)
vim config/app.php

# fill the database
php artisan migrate --seed

Troubleshooting

Using MAMP?

Add 'unix_socket' => '/Applications/MAMP/tmp/mysql/mysql.sock', to the mysql connection configuration in config/database.php

About

Tool for creating embeddable feedback forms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published