Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`