A PHP (clone) version of the trending app Sarahah
Note: This is an open-source project, so I can not upload your contacts to anywhere
- Download the latest version.
- Unzip file.
- Create a new Database and import sarahah.sql (from _install folder).
- Rename config.php.example to config.php and edit content with your info (database, admin account, reCaptcha,...).
- Install Composer and run the command
composer install
to install dependency libraries. - Upload anything except the _install folder.
Just share the following link on your social networks to start receiving the message:
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- Original idea by Sarahah
- Bootstrap
- Google reCaptcha
- mysqli-database-class by joshcam