devpri / tinre
A fast and powerful Laravel URL Shortener.
Installs: 97
Dependents: 0
Suggesters: 0
Security: 0
Stars: 70
Watchers: 3
Forks: 10
Type:project
pkg:composer/devpri/tinre
Requires
- php: ^7.3
- devpri/tinre-core: ^1.0
Requires (Dev)
- facade/ignition: ^2.0
- nunomaduro/collision: ^4.1
This package is auto-updated.
Last update: 2025-11-05 23:18:49 UTC
README
About Tinre
A fast and powerful URL Shortener built with Laravel, VueJS, and Tailwind CSS.
Requirements
- PHP 7.3+
- Nginx or Apache
- MySQL, MariaDB or PostgreSQL
- Composer
Installation
- Run
composer create-project devpri/tinre. - Update the
DB_*variables in.env. After that runphp artisan migrateto create all tables. - Run
php artisan user:createto create the first user. - Run
php artisan tinre:publishto publish the assets. - Get a MaxMind license key and update the
MAXMIND_LICENSE_KEYvariable. After that runphp artisan geoip:updateto update the GeoIP database. - Update the
MAIL_*variables in .env.
Update
- Make a backup of your data before updating.
- Run
composer updateto update the dependencies. - Run
php artisan tinre:publishto publish the assets. - Check and update tinre-core overridden files.
Security
If you discover a security vulnerability, please send an e-mail to paul@devpri.com.
License
Tinre is open-source software licensed under the MIT License.