/file-xender

A web app that allows you send files to people via email

Primary LanguagePHP

About FileXender

FileXender is a file sending web application where user can send files to people via their email address.

Installation

git clone https://github.com/samson1998/file-xender.git

cd file

composer install

cp .env.example .env

php artisan key:generate

php -S 127.0.0.1:8080 -t public/