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 git@github.com:famous-all-stars/shortlink-v2.git your-directory
Now, go to your directory:
$ cd your-directory
See Usage to more...
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 me@hrr.im
in email and password
in password to login.
Do you want to develop your app from this? Install all NPM packages first (version lts/fermium):
$ npm install
And then run development command:
$ npm run dev
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.
- Harun R Rayhan
- All Other Contributors