Skip to content

Latest commit

 

History

History
70 lines (56 loc) · 1.68 KB

README.md

File metadata and controls

70 lines (56 loc) · 1.68 KB

HRR.im - Personalized Shortlink Generator

Build Packagist License

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

Installation

Clone this app into your directory using git:

$ git clone https://github.com/HarunRRayhan/hrr.im.git your-directory

Now, go to your directory:

$ cd your-directory

See Usage to more...

Usage

Install all composer dependencies:

$ composer install

Copy .env.example as .env and generate new app key using this

php artisan key:generate

Then, migrate your the database by this command:

$ php artisan migrate

Or you can migrate with default data:

$ php artisan migrate --seed

Now use [email protected] in email and password in password to login.

Development

Do you want to develop your app from this? Install all NPM packages first:

$ npm install

And then run development command:

$ npm run dev

Screenshots

Dashboard: Dashboard

Add Shortlink: Dashboard

Edit Shortlink: Dashboard

Contributing

Pull 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.

Contributors

License

MIT