It's simple yet powerful shortlink generator using the Laravel Framework. It's saves statistics of each link clicks too. See SCREENSHOTS for UI design
Clone this app into your directory using git:
$ git clone https://github.com/HarunRRayhan/hrr.im.git your-directoryNow, go to your directory:
$ cd your-directorySee Usage to more...
Install all composer dependencies:
$ composer installCopy .env.example as .env and generate new app key using this
php artisan key:generateThen, migrate your the database by this command:
$ php artisan migrateOr you can migrate with default data:
$ php artisan migrate --seedNow use [email protected] in email and password in password to login.
Do you want to develop your app from this? Install all NPM packages first:
$ npm installAnd then run development command:
$ npm run devPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- Harun R Rayhan
- All Other Contributors


