https://github.com/swader/publicinfo
https://github.com/swader/publicinfo
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/swader/publicinfo
- Owner: Swader
- Created: 2014-06-29T00:39:54.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-29T00:42:06.000Z (about 12 years ago)
- Last Synced: 2025-07-07T01:41:59.404Z (12 months ago)
- Language: PHP
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP Info in Public
Just a basic phpinfo file for cloning into the default Homestead box. Skips a couple manual steps you'd usually have to do.
## Usage
While SSHed into the Homestead VM (default site config), do the following:
```
cd Code
git clone https://github.com/Swader/publicinfo
```
You should be able to refresh the default `homestead.app:8000` now and get PHP info, without having to have written the info index file manually.