Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/g3n1us/makesite
- Owner: g3n1us
- License: gpl-3.0
- Created: 2020-01-14T17:34:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T21:03:49.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T20:52:00.168Z (about 1 month ago)
- Language: PHP
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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