/short-link-php

The shortening application written in Symfony

Primary LanguagePHP

short-link

Installation

  • Install composer verdors: composer install
  • Check requirements: php app/check.php
  • Check parameters here: app/config/parameters.yml
  • Create a database: php app/console doctrine:database:create
  • Create a database schema: php app/console doctrine:schema:create

Run the application: