Skip to content

d4dd4r/cutter-urls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#cutter_urls

requirements: mysql, composer


steps to start:

  1. composer install + input mysql params
  2. php app/console doctrine:database:create
  3. php app/console doctrine:migrations:migrate
  4. php app/console server:run

customs commands:

  • url:compress : this command give you short link of your url-address
  • url:remove:old : this command remove old urls which older then % days1

You can use cron for auto-removing olds urls. Like this 0 0 * * * {your_php_path} {path_to_project}/cutter_urls/app/console url:remove:old


A Symfony project created on July 22, 2017, 1:57 pm.

Footnotes

  1. you can change your % days here cutter_urls/app/config/parameters.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors