mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-04-22 10:52:14 +00:00
Merge
This commit is contained in:
commit
baf6fb7304
2
.gitignore
vendored
2
.gitignore
vendored
@ -12,6 +12,6 @@ Homestead.json
|
|||||||
Homestead.yaml
|
Homestead.yaml
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
|
Homestead.yaml
|
||||||
public/js/app.js
|
public/js/app.js
|
||||||
public/css/app.css
|
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": {
|
"require-dev": {
|
||||||
"facade/ignition": "^2.0",
|
"facade/ignition": "^2.0",
|
||||||
"fzaninotto/faker": "^1.9.1",
|
"fzaninotto/faker": "^1.9.1",
|
||||||
"laravel/homestead": "^10.4",
|
"laravel/homestead": "^10.9",
|
||||||
"mockery/mockery": "^1.0",
|
"mockery/mockery": "^1.0",
|
||||||
"nunomaduro/collision": "^4.1",
|
"nunomaduro/collision": "^4.1",
|
||||||
"phpunit/phpunit": "^8.5"
|
"phpunit/phpunit": "^8.5"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user