https://github.com/lkaemmerling/laravel-download-from-ftp
https://github.com/lkaemmerling/laravel-download-from-ftp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lkaemmerling/laravel-download-from-ftp
- Owner: LKaemmerling
- Created: 2018-05-17T06:51:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T07:30:51.000Z (about 7 years ago)
- Last Synced: 2025-02-01T09:41:48.503Z (5 months ago)
- Language: PHP
- Size: 186 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Sample FTP Download
## Setup:
**Don't forget to run composer install!**Edit Disk Config under /config/filesystems.php
Access per Browser: /ftp and download all files.
Code: See /app/Http/Controllers/FTPController.php
View: See /resources/views/list_folders.php
Routes: See /routes/web.php