Social Secret Confessions Script

Overview

Social Secret Confession is the script that allows you to enter completely secret stories, cries or confessions, anonymously.

Features

posting secret, commenting, reaction, account, profile, etc

Requirements

php ^7.1.3

Instructions

*********Local Installation**********
1. Extract the project.
2. Go to project root directory and run the following commands:
php artisan migrate
php artisan serve

or you can import the anonymous.sql as well.

3. visit http://localhost:8000/ and project will start running
4. Go to signup to create a new account and start confessing.

*********Server Installation**********
1. Extract the project.
2. Make sure the domain document path point to public/ directory
3. Go to terminal section from cpanel and run the following command:
php artisan migrate

or you can import the anonymous.sql file.

4. visit http://www.yourproject.com/ and project will start running
5. Go to signup to create a new account and start confessing.

Related