Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.36 KB

readme.md

File metadata and controls

37 lines (24 loc) · 1.36 KB

Build Status Total Downloads Latest Stable Version License

Laravel - File Upload Template

this template: file upload for Laravel

Launch

 
# clone
git clone https://github.com/ariadys/lara-upload.git

# Setup with your Database
.env 

# migrate
php artisan migrate

# Serve
php artisan serve

# index file upload
localhost:8000/file/index

License

The Laravel framework is open-sourced software licensed under the MIT license.