g3n1us / makesite
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:package
Requires
- laravel/valet: ~3.2
This package is auto-updated.
Last update: 2024-11-08 00:17:05 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