Skip to content
Snippets Groups Projects
Jonas Leder's avatar
Jonas Leder authored
Update dependency squizlabs/php_codesniffer to v3.13.0

See merge request !623
340fd8eb
History

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