A Laravel based URL shortner app. You can create unlimited short URLs. This app also provides insights like clicks by browser, clicks by devices, clicks by OS and IP address tracking.
The demo is available here. You can use below credentials to see the dashboard or can create your own your on the register page
Email - ishaan@example.com
Password - zzzzzzzz
-
Install dependencies (PHP)
composer install
-
Generate App Key
php artisan key:generate
-
Set the database configurations in the
.env
file. -
Run migrations
php artisan migrate
-
Run app
php artisan serve
-
Now you can access your app on
http://localhost:8000 or 8080
-
Laravel (6.0)
-
PostgreSQL
-
Bootswatch (Free Bootstrap themes)
-
- Jenssegers\Agent\Agent (A PHP desktop/mobile user agent parser)
- Math class to generate unique IDs. like
hV12gh
.
Hosted on Heroku platform (With automatic deploys from this repo).