This is a simple web application that allows you to create a self-destructing message. The message will be automatically deleted after it has been read or upon reaching a specific expiration time.
The application is built using PHP / Laravel.
git clone git@github.com:Khazl/burn-after-read.git burn-after-read
cd burn-after-read
cp .env.example .env
composer install
sail up -d
sail artisan key:generate
sail npm install
npm run dev
This application is open-sourced software licensed under the MIT license.