adejorosam / file-xender

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

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


Languages

Language:PHP 73.7%Language:HTML 25.9%Language:Vue 0.4%