Simple URL Shortener based on Symfony framework
- PhantomJS - Download binary of phantomjs and put it into
binfolder of application or create symlink to it
- Install dependencies via comporer
composer install - Install
yarn - Install dependencies via yarn
yarn install - Install build frontend bundles with
yarn run encore devfor development oryarn run encore productionfor production - Apply migrations
bin/console doctrine:migrations:migrate - Add cron-task for info service
url:get-infowithbin/console cron:create - Add line
* * * * * /path/to/application/app/console cron:run 1>> /dev/null 2>&1to yourcrontabon server - Run server
bin/console server:start
- Simple form for add new url
- Redirect location
- Info location
- Authorization [FOSUserBundle]
- User Control panel
- RESTapi
- Update Hash algorithm (get rid of collisions)



