Skip to content

Commit

Permalink
add web tinker
Browse files Browse the repository at this point in the history
  • Loading branch information
uyab committed Oct 3, 2019
1 parent 7151e00 commit 4a3ce81
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"fzaninotto/faker": "^1.4",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^3.0",
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^8.0",
"spatie/laravel-web-tinker": "^1.5"
},
"config": {
"optimize-autoloader": true,
Expand Down
62 changes: 61 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/vendor/web-tinker/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/vendor/web-tinker/app.js

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions public/vendor/web-tinker/github.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
.CodeMirror-lines {
padding: 8px 0;
}

.CodeMirror-gutters {
box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .5);
-webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .5);
background-color: #f8f8ff;
padding-right: 10px;
z-index: 3;
border: none;
}

div.CodeMirror-cursor {
border-left: 3px solid #000;
}

.CodeMirror-activeline-background {
background: #00000012;
}

.CodeMirror-selected {
background: #bcd5fa;
}

.cm-comment {
font-style: italic;
color: #998;
}

.cm-number {
color: null;
}

.cm-atom {
color: null;
}

.cm-string {
color: #e020a3;
}

.cm-variable-2 {
color: #099;
}

.cm-property {
color: null;
}

.cm-keyword {
color: null;
}

.cm-operator {
color: null;
}
4 changes: 4 additions & 0 deletions public/vendor/web-tinker/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"/app.js": "/app.js?id=54675ea5df087610508e",
"/app.css": "/app.css?id=1e19e507bfac7fe73255"
}

0 comments on commit 4a3ce81

Please sign in to comment.