Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phppirate/attendant
Laravel Valet GUI
https://github.com/phppirate/attendant
attendant electron laravel laravel-valet-gui vue
Last synced: about 1 month ago
JSON representation
Laravel Valet GUI
- Host: GitHub
- URL: https://github.com/phppirate/attendant
- Owner: phppirate
- Archived: true
- Created: 2017-02-06T19:58:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T20:08:29.000Z (over 4 years ago)
- Last Synced: 2024-07-31T12:07:49.911Z (4 months ago)
- Topics: attendant, electron, laravel, laravel-valet-gui, vue
- Language: JavaScript
- Size: 773 KB
- Stars: 76
- Watchers: 6
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-opensource-apps - Attendant - An app to monitor your sites running on Valet. Packaged with Electron | (VueJS)
README
## A Laravel Valet GUI
## Requirements
You need to have valet entirely install already.
## Currently Supports
- Listing Sites
- Showing Valet Running status
- Restarting Valet
- Stoping Valet
- Starting Valet
- Link and Unlink Directories
- Park and Forget Directories
- Opening sites in browser
- Revealing sites in finder
- Opening sites in Sublime Text using the `subl` utility## Installation
Download the most recent version from the ["Releases"](https://github.com/phppirate/attendant/releases) page and add it to your Applications folder.
Then run this is your terminal
```
ln -s /Applications/Attendant.app/Contents/Resources/app/attendant /usr/local/bin
```
Also make sure `/usr/local/bin` is in your $PATH env variable.## Caveat
Now here is the only issue. When you want to open Attendant you need to open your terminal and type `attendant`.
That is it!