Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/g3n1us/makesite

Set up a local website for dev work
https://github.com/g3n1us/makesite

Last synced: 24 days ago
JSON representation

Set up a local website for dev work

Awesome Lists containing this project

README

        

# Makesite

## Installation
```
composer global require g3n1us/makesite
```

This will also install Laravel Valet. Make sure that your `$PATH` includes the following:

```
$HOME/.composer/vendor/bin
```

Next, install Valet and Makesite...

```
makesite install
```

> You'll need to enter your password. After this you should not need to enter your password to create sites

Follow the prompts, and then you will be ready to go

## Usage

### Create a Site

```
makesite [subdomain]
```

> If you don't enter a subdomain, you will be asked interactively what it should be

### Delete a Site

```
makesite -d|--delete
```

This will remove the site directory and associated configurations