Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 323 Bytes

readme.md

File metadata and controls

23 lines (11 loc) · 323 Bytes

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/