https://github.com/b3none/sharex
PHP custom image uploading via ShareX
https://github.com/b3none/sharex
php php-oop php7 screenshot sharex sharex-php
Last synced: 4 months ago
JSON representation
PHP custom image uploading via ShareX
- Host: GitHub
- URL: https://github.com/b3none/sharex
- Owner: B3none
- Created: 2019-04-14T12:24:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T15:48:09.000Z (over 6 years ago)
- Last Synced: 2025-01-22T02:22:54.854Z (9 months ago)
- Topics: php, php-oop, php7, screenshot, sharex, sharex-php
- Language: PHP
- Homepage: https://github.com/b3none
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShareX
Custom image uploading via ShareX## Server Installation
- Clone the repository onto your webserver running PHP version `>=7.1`.
- For Apache use you'll need to create the following site:
```apacheconfig# The domain name
ServerName example.com# Populate this with the path to the web folder.
DocumentRoot /path/to/sharex/web# This should be the same as the DocumentRoot
# Ensure that we are routing all requests through the index.php
FallbackResource /index.php
```
- Run `composer install` in the root of the cloned repository
- Run `mv /app/config.example.php /app/config.php` in the root of the cloned repository
- Run `chmod -R 777 ./web` in the root of the cloned repository
- Go and add your values to the`/app/config.php`## ShareX setup

