https://github.com/tkc/vagrant-php7
https://github.com/tkc/vagrant-php7
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tkc/vagrant-php7
- Owner: tkc
- Created: 2016-05-26T05:34:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-14T05:14:43.000Z (almost 10 years ago)
- Last Synced: 2025-12-13T01:34:48.262Z (6 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Laravel vagrant-php7
## download package.box
https://drive.google.com/file/d/0Bwb7S_-TeW_eT0NkVnZ6UU9xWUk/view?usp=sharing
## Box add
```
$vagrant box add laravel/php7 package-laravel-php7-postgresql.box
```
## Start Vagrant
```
$ vagrant up
$ vagrant ssh
```
## Installed list
```
php7
Nginx
MySQL
PostgreSQl
```