Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/illegalstudio/linky-dist
https://github.com/illegalstudio/linky-dist
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/illegalstudio/linky-dist
- Owner: illegalstudio
- License: mit
- Created: 2023-04-02T18:26:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T20:21:23.000Z (almost 2 years ago)
- Last Synced: 2024-11-18T04:11:55.992Z (about 2 months ago)
- Language: PHP
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About Linky
Linky is a powerful link manager and shortener built with Laravel.
It allows you to manage your links and shorten them with a custom domain name, among many other features.Please refere to the main Linky repository for more information: https://github.com/illegalstudio/linky
## About this repository
This is the official distribution image for Linky.
You can use this repository if you wan to get Linky up and running quickly, without having to install it manually.
## Using composer
You can use composer to create a new Linky project by running the following command:
```bash
composer create-project illegal/linky-dist
```