URL Shortener with YOURLS.
- Fork it (https://github.com/UTCWeb/utctiny/fork)
- Clone it (git clone https://github.com/youruser/utctiny)
ddev restartcp user/config-sample.php user/config.php- Edit config.php to change $yourls_user_passwords
'admin' => 'phpass:yourls" - https://utctiny.ddev.site/admin/
- Install and set Plugins like prod, but don't enable SAML plugins
- Create your feature branch (git checkout -b feature/UTCT-1-your-branch-name)
- Commit your changes (git commit -m 'UTCT-1-Description of a commit')
- Push to the branch (git push origin feature/UTCT-1-your-branch-name)
- Create a new Pull Request