laravel-short-url
A Laravel package to shorten urls
File Explorer
Download Latest Version (.zip)- logo.png
- short.png
- shorturl.php
- 2018_02_13_204645_create_urls_table.php
- 2018_03_22_160425_add_counter_to_urls.php
- 2018_04_23_160425_add_title_and_description_to_urls.php
- 2019_09_06_231356_add_expires_at_to_urls.php
- 2020_03_04_214540_add_user_id_to_urls.php
- create.blade.php
- edit.blade.php
- index.blade.php
- layout.blade.php
- Hasher.php
- ShortUrl.php
- RedirectController.php
- UrlController.php
- UrlRequest.php
- UrlResponse.php
- UrlParser.php
- Blacklist.php
- Hasher.php
- ShortUrl.php
- ShortUrlServiceProvider.php
- Url.php
- User.php
- DeleteUrlTest.php
- HasherTest.php
- ParserTest.php
- RedirectTest.php
- TestCase.php
- UpdateUrlTest.php
- UrlTest.php
- .gitignore
- .travis.yml
- composer.json
- LICENSE
- phpunit.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/gallib/laravel-short-url
Downloads the entire project code from GitHub to your computer.
cd laravel-short-url
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer require gallib/laravel-short-url
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
