Self destructing message application
Here is the working demo
This app allows you to send a message to any email address. The recipient will receive the message via a link and the message will self destruct as soon as it is read.
This application uses Slim php micro-framework. Slim is a PHP micro-framework that helps you quickly write simple yet powerful web applications and APIs.
-
php
-
composer
-
mysql database
- Clone the repository in your desired directory
git clone url
- Enter into the project directory
cd project-directory
- Update composer dependencies
composer install
- Rename
.env.example to .env
and change the values accordinglymv .env.example .env
- Navigate to your url and you are done
All pull requests are welcome