dsgrillo / file-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


File Manager Web App

A simple media library for managing your files.

Screenshot

Table of Contents
  1. Built With
  2. Getting Started
  3. License
  4. Contact

Built With

Getting Started

To get a local copy up and running follow these steps.

Installation

  1. Clone the repo
    git clone https://github.com/dsgrillo/file-manager
  2. Create an .env file
    cp .env.example .env
  3. Install composer dependencies
    docker run --rm \
        -u "$(id -u):$(id -g)" \
        -v $(pwd):/opt \
        -w /opt \
        laravelsail/php80-composer:latest \
        composer install
  4. Start the container
    ./vendor/bin/sail up -d
    
  5. Setup the database and APP_KEY
    ./vendor/bin/sail artisan migrate
    ./vendor/bin/sail artisan key:generate 
  6. Navigate to localhost

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Diogo Sgrillo

Project Link: https://github.com/dsgrillo/file-manager

About

License:MIT License


Languages

Language:PHP 64.5%Language:Blade 32.2%Language:Dockerfile 2.5%Language:Shell 0.8%