Smart URL shortening tools in Laravel
- URL Shortener.
- Customized short URLs.
- Expire date for shorten URLs.
- Click limitation for short's URLs.
- User's dashboard.
- Short's URL statistics.
- Written in PHP and Laravel 7.
- PHP >= 7.2.5
- Composer
- A supported database: MySQL or MariaDB.
-
Run
composer install
. -
Rename
.env.example
file to.env
. Update.env
to your specific needs. -
Run
php artisan key:generate
. -
Run
php artisan migrate
. -
Run
php artisan serve
.After installation, you can access
http://localhost:8000
on your browser.
Run php artisan test
.
The SmartURLShortener is open-sourced software licensed under the MIT license.