Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mazbaul/stream-download-large-file-in-laravel
https://github.com/mazbaul/stream-download-large-file-in-laravel
laravel laravel-stream-download large-file-download php
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mazbaul/stream-download-large-file-in-laravel
- Owner: Mazbaul
- Created: 2023-02-21T17:11:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-02-22T08:06:58.000Z (over 1 year ago)
- Last Synced: 2024-10-11T11:13:31.132Z (about 1 month ago)
- Topics: laravel, laravel-stream-download, large-file-download, php
- Language: JavaScript
- Homepage:
- Size: 20.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Technical Requirements
- PHP 8.0 or higher
- Composer installed## Installation
- First clone this Repo
- Go to project directory
- Run composer `composer install`
- Copy env file `cp .env.example .env`
- Generate laravel key `php artisan key:generate`
- Configure database in .env file
- Run migrate with seeder `php artisan migrate:fresh --seed`
- Project run `php artisan serve`