mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-04-22 02:42:15 +00:00
add config for vagrant
This commit is contained in:
parent
87ab64b052
commit
1695e42b31
2
.gitignore
vendored
2
.gitignore
vendored
@ -12,6 +12,6 @@ Homestead.json
|
||||
Homestead.yaml
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
|
||||
Homestead.yaml
|
||||
public/js/app.js
|
||||
public/css/app.css
|
||||
|
26
Homestead.yaml.example
Normal file
26
Homestead.yaml.example
Normal file
@ -0,0 +1,26 @@
|
||||
ip: 192.168.10.16
|
||||
memory: 2048
|
||||
cpus: 2
|
||||
provider: virtualbox
|
||||
authorize: ~/.ssh/id_rsa.pub
|
||||
keys:
|
||||
- ~/.ssh/id_rsa
|
||||
folders:
|
||||
-
|
||||
map: /home/jenoh/data/CA_LARAVEL
|
||||
to: /home/vagrant/code
|
||||
sites:
|
||||
-
|
||||
map: homestead.test
|
||||
to: /home/vagrant/code/public
|
||||
databases:
|
||||
- homestead
|
||||
features:
|
||||
-
|
||||
mariadb: false
|
||||
-
|
||||
ohmyzsh: false
|
||||
-
|
||||
webdriver: false
|
||||
name: ca-laravel
|
||||
hostname: ca-laravel
|
@ -19,7 +19,7 @@
|
||||
"require-dev": {
|
||||
"facade/ignition": "^2.0",
|
||||
"fzaninotto/faker": "^1.9.1",
|
||||
"laravel/homestead": "^10.4",
|
||||
"laravel/homestead": "^10.9",
|
||||
"mockery/mockery": "^1.0",
|
||||
"nunomaduro/collision": "^4.1",
|
||||
"phpunit/phpunit": "^8.5"
|
||||
|
Loading…
x
Reference in New Issue
Block a user