Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaemnnosttv/valet-dashboard
A simple dashboard for Laravel Valet to display all available sites.
https://github.com/aaemnnosttv/valet-dashboard
dashboard laravel-valet
Last synced: 12 days ago
JSON representation
A simple dashboard for Laravel Valet to display all available sites.
- Host: GitHub
- URL: https://github.com/aaemnnosttv/valet-dashboard
- Owner: aaemnnosttv
- Created: 2018-08-29T21:12:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-30T09:57:10.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T18:51:35.714Z (19 days ago)
- Topics: dashboard, laravel-valet
- Language: PHP
- Size: 46.9 KB
- Stars: 26
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# valet-dashboard
A simple dashboard for Laravel Valet to display all available sites.
![image](preview.png)
A super minimal dashboard which lists each available site for all parked paths as well as Valet-linked sites.
## Installation
1. Clone or download the repo into a directory of your choosing
E.g. `git clone https://github.com/aaemnnosttv/valet-dashboard.git dashboard`
1. Move the new directory into a Valet-parked path or run `valet link` within it
1. Run `valet open` from within the directory!## Configure as default site (optional)
If you would like to access your dashboard at http://localhost, simply define the path to your local valet dashboard in as the `default` in your Valet config file.
> Newer installations of Valet put the `config.json` in `~/.config/valet/` while older installations may use `~/.valet/`
```diff
{
+ "default": "/absolute/path/to/valet-dashboard",
"paths": [],
"tld": "test"
}
```