Skip to content
Snippets Groups Projects
Select Git revision
0 results

pvediscorddark

  • Clone with SSH
  • Clone with HTTPS
  • URL Shorter

    This is a very simple URL Shortener written in PHP. There is a simple API available at '/api', which gets used by the Firefox Extension

    Setup

    # Install Dependencies
    composer install
    
    # Copy the .env to .env.local
    cp .env .env.local
    
    # Setup the database connection
    # Then run the database migrations
    php bin/console doctrine:migrations:migrate