This commit is contained in:
Florian Bouillon 2020-06-29 14:58:48 +02:00
commit baf6fb7304
3 changed files with 28 additions and 2 deletions

2
.gitignore vendored
View File

@ -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
View 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

View File

@ -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"