Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ihsandevs/shortme
Shorten. Share. Simplify.
https://github.com/ihsandevs/shortme
laravel php url-shortener
Last synced: 6 days ago
JSON representation
Shorten. Share. Simplify.
- Host: GitHub
- URL: https://github.com/ihsandevs/shortme
- Owner: IhsanDevs
- License: mit
- Created: 2023-09-05T08:27:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-05T08:32:53.000Z (about 1 year ago)
- Last Synced: 2023-09-05T10:53:41.409Z (about 1 year ago)
- Topics: laravel, php, url-shortener
- Language: PHP
- Homepage: https://api.ihsandevs.io
- Size: 1.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Url Shortener Laravel
> **Shorten. Share. Simplify.**_Discover the future of URL shortening with our dynamic subdomain-based application! Say goodbye to lengthy web addresses as our innovative solution empowers you to effortlessly transform any URL into a concise and memorable subdomain. Experience the convenience of on-the-fly subdomain generation, making sharing links simpler and more engaging than ever before. Embrace the future of web navigation with our URL shortening app and elevate your online experience._
## Demo
https://github.com/IhsanDevs/ShortMe/assets/66362682/2389afe2-7674-4927-9e34-d3037907e6db## Features
- [x] Shorten any URL
- [x] Share links with ease
- [x] Shorten links using subdomains
- [x] FREE to use
- [x] No registration required
- [x] No ads
- [x] No tracking
- [x] SQLite database. No configuration required## Requirements
- PHP >= 8.1
- Composer
- Node.js
- For Windows:
- [Laragon](https://laragon.org/download/)
- For Mac:
- [Valet](https://laravel.com/docs/10.x/valet#installation)
- For Linux:
- [Valet Linux](https://cpriego.github.io/valet-linux/)
## Installation
1. Clone the repository
```shell
git clone https://github.com/IhsanDevs/Short.me.git
```
2. Run this commands:
```shell
cd ShortMe
```
```shell
composer install
```
```shell
npm install
```
```shell
cp .env.example .env
```
```shell
php artisan key:generate
```
```shell
php artisan migrate
```
**For MacOS and Linux:**
```shell
valet link
```
**For Windows:** You can use [Laragon](https://laragon.org/download/) for like Valet.
3. Open http://shortme.test in your browser.
4. Enjoy!## License
> Copyright 2023 by Ihsan Devs. All rights reserved.
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
>
>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
>
>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.