Skip to content

A simple dashboard for Laravel Valet to display all available sites.

Notifications You must be signed in to change notification settings

aaemnnosttv/valet-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

valet-dashboard

A simple dashboard for Laravel Valet to display all available sites.

image

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
  2. Move the new directory into a Valet-parked path or run valet link within it
  3. 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/

{
+   "default": "/absolute/path/to/valet-dashboard",
    "paths": [],
    "tld": "test"
}

About

A simple dashboard for Laravel Valet to display all available sites.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages