Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justutiz/forge-sites
List all your sites hosted on Laravel Forge.
https://github.com/justutiz/forge-sites
Last synced: 3 months ago
JSON representation
List all your sites hosted on Laravel Forge.
- Host: GitHub
- URL: https://github.com/justutiz/forge-sites
- Owner: justutiz
- License: mit
- Created: 2018-05-09T13:42:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T14:34:47.000Z (over 6 years ago)
- Last Synced: 2024-01-28T23:09:57.356Z (about 1 year ago)
- Language: PHP
- Size: 33.2 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-laravel-zero - Forge Sites
README
# Laravel Forge Sites List
Sometimes you just need to know what sites do you have.
![screenshot](https://pbs.twimg.com/media/DcxK3UxX4AENbHr.jpg 'Screenshot')
# Installation
> **Requires [PHP 7.1.3+](https://php.net/releases/)**
Require Forge Sites cloning this repository to any location on your system:
```bash
git clone https://github.com/justutiz/forge-sites.git forge-sites
```Install the composer dependencies:
```bash
cd forge-sites && composer install
```Configure the .env:
```bash
cp .env.example .env
```# Configuration
You can change table columns in `app.php`.
Available headers: name, directory, wildcards, status, repository, repository_provider, repository_branch, repository_status, quick_deploy, deployment_status, project_type, app, app_status, hipchat_room, slack_channel, created_at, deployment_url, forge_site_url
[Get api token here https://forge.laravel.com/user/profile#/api](https://forge.laravel.com/user/profile#/api)
# Usage
```bash
php artisan sites
```## License
Forge Sites is an open-sourced software licensed under the [MIT license](LICENSE.md).
# Todo
* Deploy Now from command line
* Get Deployment Log
* Reboot server