g3n1us/makesite

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:package

v1.1.2 2023-03-07 21:01 UTC

This package is auto-updated.

Last update: 2024-04-07 23:10:48 UTC


README

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 <subdomain>

This will remove the site directory and associated configurations