Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blockpc/storage-link
create a symbolic link in the public folder
https://github.com/blockpc/storage-link
Last synced: about 1 month ago
JSON representation
create a symbolic link in the public folder
- Host: GitHub
- URL: https://github.com/blockpc/storage-link
- Owner: blockpc
- License: mit
- Created: 2021-11-17T20:28:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-17T21:17:57.000Z (about 3 years ago)
- Last Synced: 2024-04-24T15:23:47.826Z (8 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Storage Link - Laravel
It generates a symbolic link from a route when you don't have access to the console, for example, in shared servers with cpanel.
## Installation
Use [composer](https://getcomposer.org/) to install the packge.
```bash
composer require blockpc/storage-link
```## Usage
Visit the route `/storage-link` to generate the symlink
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[MIT](LICENSE.txt)