Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 0b6114dd
authored
Apr 18, 2019
by
Jonathan Reinink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Setup Inertia version tracking
1 parent
46764b2e
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
137 additions
and
142 deletions
app/Http/Kernel.php
app/Providers/AppServiceProvider.php
composer.lock
package-lock.json
resources/js/app.js
app/Http/Kernel.php
View file @
0b6114d
...
@@ -29,6 +29,7 @@ class Kernel extends HttpKernel
...
@@ -29,6 +29,7 @@ class Kernel extends HttpKernel
*/
*/
protected
$middlewareGroups
=
[
protected
$middlewareGroups
=
[
'web'
=>
[
'web'
=>
[
\Inertia\CheckInertiaVersion
::
class
,
\App\Http\Middleware\EncryptCookies
::
class
,
\App\Http\Middleware\EncryptCookies
::
class
,
\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse
::
class
,
\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse
::
class
,
\Illuminate\Session\Middleware\StartSession
::
class
,
\Illuminate\Session\Middleware\StartSession
::
class
,
...
...
app/Providers/AppServiceProvider.php
View file @
0b6114d
...
@@ -25,6 +25,9 @@ class AppServiceProvider extends ServiceProvider
...
@@ -25,6 +25,9 @@ class AppServiceProvider extends ServiceProvider
public
function
register
()
public
function
register
()
{
{
Inertia
::
version
(
function
()
{
return
md5_file
(
public_path
(
'mix-manifest.json'
));
});
Inertia
::
share
(
'app.name'
,
Config
::
get
(
'app.name'
));
Inertia
::
share
(
'app.name'
,
Config
::
get
(
'app.name'
));
Inertia
::
share
(
'errors'
,
function
()
{
Inertia
::
share
(
'errors'
,
function
()
{
return
Session
::
get
(
'errors'
)
?
Session
::
get
(
'errors'
)
->
getBag
(
'default'
)
->
getMessages
()
:
(
object
)
[];
return
Session
::
get
(
'errors'
)
?
Session
::
get
(
'errors'
)
->
getBag
(
'default'
)
->
getMessages
()
:
(
object
)
[];
...
...
composer.lock
View file @
0b6114d
...
@@ -427,12 +427,12 @@
...
@@ -427,12 +427,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/inertiajs/inertia-laravel.git",
"url": "https://github.com/inertiajs/inertia-laravel.git",
"reference": "
470079a37c36da6beeff776216bb658472ef26
a1"
"reference": "
307747e352eefb48a84e7e17b63ea7738606f2
a1"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/inertiajs/inertia-laravel/zipball/
470079a37c36da6beeff776216bb658472ef26
a1",
"url": "https://api.github.com/repos/inertiajs/inertia-laravel/zipball/
307747e352eefb48a84e7e17b63ea7738606f2
a1",
"reference": "
470079a37c36da6beeff776216bb658472ef26
a1",
"reference": "
307747e352eefb48a84e7e17b63ea7738606f2
a1",
"shasum": ""
"shasum": ""
},
},
"require-dev": {
"require-dev": {
...
@@ -467,7 +467,7 @@
...
@@ -467,7 +467,7 @@
"inertia",
"inertia",
"laravel"
"laravel"
],
],
"time": "2019-04-
09T22:49:4
2+00:00"
"time": "2019-04-
17T18:00:3
2+00:00"
},
},
{
{
"name": "jakub-onderka/php-console-color",
"name": "jakub-onderka/php-console-color",
...
@@ -559,16 +559,16 @@
...
@@ -559,16 +559,16 @@
},
},
{
{
"name": "laravel/framework",
"name": "laravel/framework",
"version": "v5.8.1
0
",
"version": "v5.8.1
2
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/laravel/framework.git",
"url": "https://github.com/laravel/framework.git",
"reference": "
505325b4577968750e622d7a5a271cf8785a7a1a
"
"reference": "
6dd75b67811a265c57144ab15f25a8061ed4721f
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/
505325b4577968750e622d7a5a271cf8785a7a1a
",
"url": "https://api.github.com/repos/laravel/framework/zipball/
6dd75b67811a265c57144ab15f25a8061ed4721f
",
"reference": "
505325b4577968750e622d7a5a271cf8785a7a1a
",
"reference": "
6dd75b67811a265c57144ab15f25a8061ed4721f
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -702,7 +702,7 @@
...
@@ -702,7 +702,7 @@
"framework",
"framework",
"laravel"
"laravel"
],
],
"time": "2019-04-
04T13:39:49
+00:00"
"time": "2019-04-
16T13:47:32
+00:00"
},
},
{
{
"name": "laravel/tinker",
"name": "laravel/tinker",
...
@@ -931,16 +931,16 @@
...
@@ -931,16 +931,16 @@
},
},
{
{
"name": "nesbot/carbon",
"name": "nesbot/carbon",
"version": "2.1
6.3
",
"version": "2.1
7.0
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "
373d9f0d58651af366435148c39beb702c2b7ef4
"
"reference": "
9b49d637ad009e5e211142bc7492adcb19dbd645
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/
373d9f0d58651af366435148c39beb702c2b7ef4
",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/
9b49d637ad009e5e211142bc7492adcb19dbd645
",
"reference": "
373d9f0d58651af366435148c39beb702c2b7ef4
",
"reference": "
9b49d637ad009e5e211142bc7492adcb19dbd645
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -950,9 +950,9 @@
...
@@ -950,9 +950,9 @@
},
},
"require-dev": {
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
"friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
"kylekatarnls/multi-tester": "^
0
.1",
"kylekatarnls/multi-tester": "^
1
.1",
"phpmd/phpmd": "^2.6",
"phpmd/phpmd": "^2.6",
"phpstan/phpstan": "^0.1
0.8
",
"phpstan/phpstan": "^0.1
1
",
"phpunit/phpunit": "^7.5 || ^8.0",
"phpunit/phpunit": "^7.5 || ^8.0",
"squizlabs/php_codesniffer": "^3.4"
"squizlabs/php_codesniffer": "^3.4"
},
},
...
@@ -987,7 +987,7 @@
...
@@ -987,7 +987,7 @@
"datetime",
"datetime",
"time"
"time"
],
],
"time": "2019-04-
06T17:09:23
+00:00"
"time": "2019-04-
17T08:51:36
+00:00"
},
},
{
{
"name": "nikic/php-parser",
"name": "nikic/php-parser",
...
@@ -1642,16 +1642,16 @@
...
@@ -1642,16 +1642,16 @@
},
},
{
{
"name": "symfony/console",
"name": "symfony/console",
"version": "v4.2.
5
",
"version": "v4.2.
7
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/console.git",
"url": "https://github.com/symfony/console.git",
"reference": "
24206aff3efe6962593297e57ef697ebb220e384
"
"reference": "
e2840bb38bddad7a0feaf85931e38fdcffdb2f81
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/
24206aff3efe6962593297e57ef697ebb220e384
",
"url": "https://api.github.com/repos/symfony/console/zipball/
e2840bb38bddad7a0feaf85931e38fdcffdb2f81
",
"reference": "
24206aff3efe6962593297e57ef697ebb220e384
",
"reference": "
e2840bb38bddad7a0feaf85931e38fdcffdb2f81
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -1710,7 +1710,7 @@
...
@@ -1710,7 +1710,7 @@
],
],
"description": "Symfony Console Component",
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"time": "2019-04-0
1T07:32:59
+00:00"
"time": "2019-04-0
8T14:23:48
+00:00"
},
},
{
{
"name": "symfony/contracts",
"name": "symfony/contracts",
...
@@ -1782,7 +1782,7 @@
...
@@ -1782,7 +1782,7 @@
},
},
{
{
"name": "symfony/css-selector",
"name": "symfony/css-selector",
"version": "v4.2.
5
",
"version": "v4.2.
7
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"url": "https://github.com/symfony/css-selector.git",
...
@@ -1835,16 +1835,16 @@
...
@@ -1835,16 +1835,16 @@
},
},
{
{
"name": "symfony/debug",
"name": "symfony/debug",
"version": "v4.2.
5
",
"version": "v4.2.
7
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/debug.git",
"url": "https://github.com/symfony/debug.git",
"reference": "
43ce8ab34c734dcc8a4af576cb86711daab964c5
"
"reference": "
2d279b6bb1d582dd5740d4d3251ae8c18812ed37
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/
43ce8ab34c734dcc8a4af576cb86711daab964c5
",
"url": "https://api.github.com/repos/symfony/debug/zipball/
2d279b6bb1d582dd5740d4d3251ae8c18812ed37
",
"reference": "
43ce8ab34c734dcc8a4af576cb86711daab964c5
",
"reference": "
2d279b6bb1d582dd5740d4d3251ae8c18812ed37
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -1887,20 +1887,20 @@
...
@@ -1887,20 +1887,20 @@
],
],
"description": "Symfony Debug Component",
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"time": "2019-0
3-10T17:09:50
+00:00"
"time": "2019-0
4-11T11:27:41
+00:00"
},
},
{
{
"name": "symfony/event-dispatcher",
"name": "symfony/event-dispatcher",
"version": "v4.2.
5
",
"version": "v4.2.
7
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "
ca5af306fbc37f3cf597e91bc9cfa0c7d3f33544
"
"reference": "
fbce53cd74ac509cbe74b6f227622650ab759b02
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/
ca5af306fbc37f3cf597e91bc9cfa0c7d3f33544
",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/
fbce53cd74ac509cbe74b6f227622650ab759b02
",
"reference": "
ca5af306fbc37f3cf597e91bc9cfa0c7d3f33544
",
"reference": "
fbce53cd74ac509cbe74b6f227622650ab759b02
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -1951,20 +1951,20 @@
...
@@ -1951,20 +1951,20 @@
],
],
"description": "Symfony EventDispatcher Component",
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"time": "2019-0
3-30T15:58:42
+00:00"
"time": "2019-0
4-06T13:51:08
+00:00"
},
},
{
{
"name": "symfony/finder",
"name": "symfony/finder",
"version": "v4.2.
5
",
"version": "v4.2.
7
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/finder.git",
"url": "https://github.com/symfony/finder.git",
"reference": "
267b7002c1b70ea80db0833c3afe05f0fbde580a
"
"reference": "
e45135658bd6c14b61850bf131c4f09a55133f69
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/
267b7002c1b70ea80db0833c3afe05f0fbde580a
",
"url": "https://api.github.com/repos/symfony/finder/zipball/
e45135658bd6c14b61850bf131c4f09a55133f69
",
"reference": "
267b7002c1b70ea80db0833c3afe05f0fbde580a
",
"reference": "
e45135658bd6c14b61850bf131c4f09a55133f69
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2000,20 +2000,20 @@
...
@@ -2000,20 +2000,20 @@
],
],
"description": "Symfony Finder Component",
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"time": "2019-0
2-23T15:42:05
+00:00"
"time": "2019-0
4-06T13:51:08
+00:00"
},
},
{
{
"name": "symfony/http-foundation",
"name": "symfony/http-foundation",
"version": "v4.2.
5
",
"version": "v4.2.
7
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "
5b7ab6beaa5b053b8d3c9b13367ada9b292e12e1
"
"reference": "
6ebbe61f48069033225c9d3fa7eb5ed116d766d6
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/
5b7ab6beaa5b053b8d3c9b13367ada9b292e12e1
",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/
6ebbe61f48069033225c9d3fa7eb5ed116d766d6
",
"reference": "
5b7ab6beaa5b053b8d3c9b13367ada9b292e12e1
",
"reference": "
6ebbe61f48069033225c9d3fa7eb5ed116d766d6
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2054,20 +2054,20 @@
...
@@ -2054,20 +2054,20 @@
],
],
"description": "Symfony HttpFoundation Component",
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"time": "2019-0
3-30T15:58:42
+00:00"
"time": "2019-0
4-17T14:56:00
+00:00"
},
},
{
{
"name": "symfony/http-kernel",
"name": "symfony/http-kernel",
"version": "v4.2.
5
",
"version": "v4.2.
7
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "
e8b940bbeebf0f96789b5d17d9d77f8b2613960
b"
"reference": "
3db83303dbc1da9777e5ff63423b8b7fde423a1
b"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/
e8b940bbeebf0f96789b5d17d9d77f8b2613960
b",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/
3db83303dbc1da9777e5ff63423b8b7fde423a1
b",
"reference": "
e8b940bbeebf0f96789b5d17d9d77f8b2613960
b",
"reference": "
3db83303dbc1da9777e5ff63423b8b7fde423a1
b",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2143,11 +2143,11 @@
...
@@ -2143,11 +2143,11 @@
],
],
"description": "Symfony HttpKernel Component",
"description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"time": "2019-04-
02T19:03:51
+00:00"
"time": "2019-04-
17T16:17:13
+00:00"
},
},
{
{
"name": "symfony/intl",
"name": "symfony/intl",
"version": "v4.2.
5
",
"version": "v4.2.
7
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/intl.git",
"url": "https://github.com/symfony/intl.git",
...
@@ -2573,16 +2573,16 @@
...
@@ -2573,16 +2573,16 @@
},
},
{
{
"name": "symfony/process",
"name": "symfony/process",
"version": "v4.2.
5
",
"version": "v4.2.
7
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/process.git",
"url": "https://github.com/symfony/process.git",
"reference": "
1e6cbb41dadcaf29e0db034d6ad0d039a9df06e6
"
"reference": "
8cf39fb4ccff793340c258ee7760fd40bfe745fe
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/
1e6cbb41dadcaf29e0db034d6ad0d039a9df06e6
",
"url": "https://api.github.com/repos/symfony/process/zipball/
8cf39fb4ccff793340c258ee7760fd40bfe745fe
",
"reference": "
1e6cbb41dadcaf29e0db034d6ad0d039a9df06e6
",
"reference": "
8cf39fb4ccff793340c258ee7760fd40bfe745fe
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2618,20 +2618,20 @@
...
@@ -2618,20 +2618,20 @@
],
],
"description": "Symfony Process Component",
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"time": "2019-0
3-10T20:07:02
+00:00"
"time": "2019-0
4-10T16:20:36
+00:00"
},
},
{
{
"name": "symfony/routing",
"name": "symfony/routing",
"version": "v4.2.
5
",
"version": "v4.2.
7
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/routing.git",
"url": "https://github.com/symfony/routing.git",
"reference": "
319f600c1ea0f981f6bdc2f042cfc1690957c0e0
"
"reference": "
0e5719d216017b1a0342fa48e86467cedca1c954
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/
319f600c1ea0f981f6bdc2f042cfc1690957c0e0
",
"url": "https://api.github.com/repos/symfony/routing/zipball/
0e5719d216017b1a0342fa48e86467cedca1c954
",
"reference": "
319f600c1ea0f981f6bdc2f042cfc1690957c0e0
",
"reference": "
0e5719d216017b1a0342fa48e86467cedca1c954
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2694,20 +2694,20 @@
...
@@ -2694,20 +2694,20 @@
"uri",
"uri",
"url"
"url"
],
],
"time": "2019-0
3-30T15:58:42
+00:00"
"time": "2019-0
4-14T18:04:59
+00:00"
},
},
{
{
"name": "symfony/translation",
"name": "symfony/translation",
"version": "v4.2.
5
",
"version": "v4.2.
7
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/translation.git",
"url": "https://github.com/symfony/translation.git",
"reference": "
e46933cc31b68f51f7fc5470fb55550407520f56
"
"reference": "
46c0dede1f925383d13dc783857be2c41efd0b24
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/
e46933cc31b68f51f7fc5470fb55550407520f56
",
"url": "https://api.github.com/repos/symfony/translation/zipball/
46c0dede1f925383d13dc783857be2c41efd0b24
",
"reference": "
e46933cc31b68f51f7fc5470fb55550407520f56
",
"reference": "
46c0dede1f925383d13dc783857be2c41efd0b24
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2729,7 +2729,9 @@
...
@@ -2729,7 +2729,9 @@
"symfony/console": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/http-kernel": "~3.4|~4.0",
"symfony/intl": "~3.4|~4.0",
"symfony/intl": "~3.4|~4.0",
"symfony/var-dumper": "~3.4|~4.0",
"symfony/yaml": "~3.4|~4.0"
"symfony/yaml": "~3.4|~4.0"
},
},
"suggest": {
"suggest": {
...
@@ -2767,20 +2769,20 @@
...
@@ -2767,20 +2769,20 @@
],
],
"description": "Symfony Translation Component",
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"time": "2019-04-
01T14:13:08
+00:00"
"time": "2019-04-
10T16:20:36
+00:00"
},
},
{
{
"name": "symfony/var-dumper",
"name": "symfony/var-dumper",
"version": "v4.2.
5
",
"version": "v4.2.
7
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "
9f87189ac10b42edf7fb8edc846f1937c6d157cf
"
"reference": "
e760a38e12b15032325e64be63f7ffc1817af617
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/
9f87189ac10b42edf7fb8edc846f1937c6d157cf
",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/
e760a38e12b15032325e64be63f7ffc1817af617
",
"reference": "
9f87189ac10b42edf7fb8edc846f1937c6d157cf
",
"reference": "
e760a38e12b15032325e64be63f7ffc1817af617
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2843,7 +2845,7 @@
...
@@ -2843,7 +2845,7 @@
"debug",
"debug",
"dump"
"dump"
],
],
"time": "2019-0
2-23T15:17:42
+00:00"
"time": "2019-0
4-17T14:57:01
+00:00"
},
},
{
{
"name": "tightenco/ziggy",
"name": "tightenco/ziggy",
...
@@ -3419,20 +3421,20 @@
...
@@ -3419,20 +3421,20 @@
},
},
{
{
"name": "myclabs/deep-copy",
"name": "myclabs/deep-copy",
"version": "1.9.
0
",
"version": "1.9.
1
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "
78af75148f9fdd34ea727c8b529a9b4a8f7b740c
"
"reference": "
e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/
78af75148f9fdd34ea727c8b529a9b4a8f7b740c
",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/
e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72
",
"reference": "
78af75148f9fdd34ea727c8b529a9b4a8f7b740c
",
"reference": "
e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": "^7.
2
"
"php": "^7.
1
"
},
},
"replace": {
"replace": {
"myclabs/deep-copy": "self.version"
"myclabs/deep-copy": "self.version"
...
@@ -3440,8 +3442,6 @@
...
@@ -3440,8 +3442,6 @@
"require-dev": {
"require-dev": {
"doctrine/collections": "^1.0",
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
"doctrine/common": "^2.6",
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-phpunit": "^0.9.4",
"phpunit/phpunit": "^7.1"
"phpunit/phpunit": "^7.1"
},
},
"type": "library",
"type": "library",
...
@@ -3465,7 +3465,7 @@
...
@@ -3465,7 +3465,7 @@
"object",
"object",
"object graph"
"object graph"
],
],
"time": "201
8-10-30T00:14:44
+00:00"
"time": "201
9-04-07T13:18:21
+00:00"
},
},
{
{
"name": "nunomaduro/collision",
"name": "nunomaduro/collision",
...
...
package-lock.json
View file @
0b6114d
...
@@ -1346,9 +1346,9 @@
...
@@ -1346,9 +1346,9 @@
}
}
},
},
"async-each"
:
{
"async-each"
:
{
"version"
:
"1.0.
2
"
,
"version"
:
"1.0.
3
"
,
"resolved"
:
"https://registry.npmjs.org/async-each/-/async-each-1.0.
2
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/async-each/-/async-each-1.0.
3
.tgz"
,
"integrity"
:
"sha512-
6xrbvN0MOBKSJDdonmSSz2OwFSgxRaVtBDes26mj9KIGtDo+g9xosFRSC+i1gQh2oAN/tQ62AI/pGZGQjVOiRg
=="
,
"integrity"
:
"sha512-
z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ
=="
,
"dev"
:
true
"dev"
:
true
},
},
"atob"
:
{
"atob"
:
{
...
@@ -1808,14 +1808,14 @@
...
@@ -1808,14 +1808,14 @@
}
}
},
},
"browserslist"
:
{
"browserslist"
:
{
"version"
:
"4.5.
4
"
,
"version"
:
"4.5.
5
"
,
"resolved"
:
"https://registry.npmjs.org/browserslist/-/browserslist-4.5.
4
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/browserslist/-/browserslist-4.5.
5
.tgz"
,
"integrity"
:
"sha512-
rAjx494LMjqKnMPhFkuLmLp8JWEX0o8ADTGeAbOqaF+XCvYLreZrG5uVjnPBlAQ8REZK4pzXGvp0bWgrFtKaag
=="
,
"integrity"
:
"sha512-
0QFO1r/2c792Ohkit5XI8Cm8pDtZxgNl2H6HU4mHrpYz7314pEYcsAVVatM0l/YmxPnEzh9VygXouj4gkFUTKA
=="
,
"dev"
:
true
,
"dev"
:
true
,
"requires"
:
{
"requires"
:
{
"caniuse-lite"
:
"^1.0.300009
55
"
,
"caniuse-lite"
:
"^1.0.300009
60
"
,
"electron-to-chromium"
:
"^1.3.12
2
"
,
"electron-to-chromium"
:
"^1.3.12
4
"
,
"node-releases"
:
"^1.1.1
3
"
"node-releases"
:
"^1.1.1
4
"
}
}
},
},
"buffer"
:
{
"buffer"
:
{
...
@@ -1971,9 +1971,9 @@
...
@@ -1971,9 +1971,9 @@
}
}
},
},
"caniuse-lite"
:
{
"caniuse-lite"
:
{
"version"
:
"1.0.300009
59
"
,
"version"
:
"1.0.300009
60
"
,
"resolved"
:
"https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.300009
59
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.300009
60
.tgz"
,
"integrity"
:
"sha512-
6BvqmS0VLmY4sJCz6AbIJRQfcns8McDxi424y+3kmtisJeA9/5qslP+K8sqremDau7UU4WSsqdRP032JrqZY8Q
=="
,
"integrity"
:
"sha512-
7nK5qs17icQaX6V3/RYrJkOsZyRNnroA4+ZwxaKJzIKy+crIy0Mz5CBlLySd2SNV+4nbUZeqeNfiaEieUBu3aA
=="
,
"dev"
:
true
"dev"
:
true
},
},
"chalk"
:
{
"chalk"
:
{
...
@@ -4010,14 +4010,14 @@
...
@@ -4010,14 +4010,14 @@
"dev"
:
true
"dev"
:
true
},
},
"fsevents"
:
{
"fsevents"
:
{
"version"
:
"1.2.
7
"
,
"version"
:
"1.2.
8
"
,
"resolved"
:
"https://registry.npmjs.org/fsevents/-/fsevents-1.2.
7
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/fsevents/-/fsevents-1.2.
8
.tgz"
,
"integrity"
:
"sha512-
Pxm6sI2MeBD7RdD12RYsqaP0nMiwx8eZBXCa6z2L+mRHm2DYrOYwihmhjpkdjUHwQhslWQjRpEgNq4XvBmaAuw
=="
,
"integrity"
:
"sha512-
tPvHgPGB7m40CZ68xqFGkKuzN+RnpGmSV+hgeKxhRpbxdqKXUFJGC3yonBOLzQBcJyGpdZFDfCsdOC2KFsXzeA
=="
,
"dev"
:
true
,
"dev"
:
true
,
"optional"
:
true
,
"optional"
:
true
,
"requires"
:
{
"requires"
:
{
"nan"
:
"^2.
9.2
"
,
"nan"
:
"^2.
12.1
"
,
"node-pre-gyp"
:
"^0.1
0
.0"
"node-pre-gyp"
:
"^0.1
2
.0"
},
},
"dependencies"
:
{
"dependencies"
:
{
"abbrev"
:
{
"abbrev"
:
{
...
@@ -4089,12 +4089,12 @@
...
@@ -4089,12 +4089,12 @@
"optional"
:
true
"optional"
:
true
},
},
"debug"
:
{
"debug"
:
{
"version"
:
"
2.6.9
"
,
"version"
:
"
4.1.1
"
,
"bundled"
:
true
,
"bundled"
:
true
,
"dev"
:
true
,
"dev"
:
true
,
"optional"
:
true
,
"optional"
:
true
,
"requires"
:
{
"requires"
:
{
"ms"
:
"
2.0.0
"
"ms"
:
"
^2.1.1
"
}
}
},
},
"deep-extend"
:
{
"deep-extend"
:
{
...
@@ -4259,24 +4259,24 @@
...
@@ -4259,24 +4259,24 @@
}
}
},
},
"ms"
:
{
"ms"
:
{
"version"
:
"2.
0.0
"
,
"version"
:
"2.
1.1
"
,
"bundled"
:
true
,
"bundled"
:
true
,
"dev"
:
true
,
"dev"
:
true
,
"optional"
:
true
"optional"
:
true
},
},
"needle"
:
{
"needle"
:
{
"version"
:
"2.
2.4
"
,
"version"
:
"2.
3.0
"
,
"bundled"
:
true
,
"bundled"
:
true
,
"dev"
:
true
,
"dev"
:
true
,
"optional"
:
true
,
"optional"
:
true
,
"requires"
:
{
"requires"
:
{
"debug"
:
"^
2.1.2
"
,
"debug"
:
"^
4.1.0
"
,
"iconv-lite"
:
"^0.4.4"
,
"iconv-lite"
:
"^0.4.4"
,
"sax"
:
"^1.2.4"
"sax"
:
"^1.2.4"
}
}
},
},
"node-pre-gyp"
:
{
"node-pre-gyp"
:
{
"version"
:
"0.1
0.3
"
,
"version"
:
"0.1
2.0
"
,
"bundled"
:
true
,
"bundled"
:
true
,
"dev"
:
true
,
"dev"
:
true
,
"optional"
:
true
,
"optional"
:
true
,
...
@@ -4304,13 +4304,13 @@
...
@@ -4304,13 +4304,13 @@
}
}
},
},
"npm-bundled"
:
{
"npm-bundled"
:
{
"version"
:
"1.0.
5
"
,
"version"
:
"1.0.
6
"
,
"bundled"
:
true
,
"bundled"
:
true
,
"dev"
:
true
,
"dev"
:
true
,
"optional"
:
true
"optional"
:
true
},
},
"npm-packlist"
:
{
"npm-packlist"
:
{
"version"
:
"1.
2.0
"
,
"version"
:
"1.
4.1
"
,
"bundled"
:
true
,
"bundled"
:
true
,
"dev"
:
true
,
"dev"
:
true
,
"optional"
:
true
,
"optional"
:
true
,
...
@@ -4446,7 +4446,7 @@
...
@@ -4446,7 +4446,7 @@
"optional"
:
true
"optional"
:
true
},
},
"semver"
:
{
"semver"
:
{
"version"
:
"5.
6
.0"
,
"version"
:
"5.
7
.0"
,
"bundled"
:
true
,
"bundled"
:
true
,
"dev"
:
true
,
"dev"
:
true
,
"optional"
:
true
"optional"
:
true
...
@@ -5123,7 +5123,7 @@
...
@@ -5123,7 +5123,7 @@
"dev"
:
true
"dev"
:
true
},
},
"inertia"
:
{
"inertia"
:
{
"version"
:
"github:inertiajs/inertia#
53eeb28c2bb2c0e18b09432d30b87d71c58f1803
"
,
"version"
:
"github:inertiajs/inertia#
ad5585bb4c983499b9d5c6d389395aa72617bf52
"
,
"from"
:
"github:inertiajs/inertia"
,
"from"
:
"github:inertiajs/inertia"
,
"dev"
:
true
,
"dev"
:
true
,
"requires"
:
{
"requires"
:
{
...
@@ -5132,11 +5132,11 @@
...
@@ -5132,11 +5132,11 @@
}
}
},
},
"inertia-vue"
:
{
"inertia-vue"
:
{
"version"
:
"github:inertiajs/inertia-vue#
147a39f97b1e92afe635c428fe9cba0ae5b569f9
"
,
"version"
:
"github:inertiajs/inertia-vue#
3652c3eed8a236f730ab170dc7fbb408342812f1
"
,
"from"
:
"github:inertiajs/inertia-vue"
,
"from"
:
"github:inertiajs/inertia-vue"
,
"dev"
:
true
,
"dev"
:
true
,
"requires"
:
{
"requires"
:
{
"inertia"
:
"github:inertiajs/inertia#
53eeb28c2bb2c0e18b09432d30b87d71c58f1803
"
"inertia"
:
"github:inertiajs/inertia#
ad5585bb4c983499b9d5c6d389395aa72617bf52
"
}
}
},
},
"inflight"
:
{
"inflight"
:
{
...
@@ -5207,14 +5207,6 @@
...
@@ -5207,14 +5207,6 @@
"requires"
:
{
"requires"
:
{
"default-gateway"
:
"^4.2.0"
,
"default-gateway"
:
"^4.2.0"
,
"ipaddr.js"
:
"^1.9.0"
"ipaddr.js"
:
"^1.9.0"
},
"dependencies"
:
{
"ipaddr.js"
:
{
"version"
:
"1.9.0"
,
"resolved"
:
"https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.0.tgz"
,
"integrity"
:
"sha512-M4Sjn6N/+O6/IXSJseKqHoFc+5FdGJ22sXqnjTpdZweHK64MzEPAyQZyEU3R/KRv2GLoa7nNtg/C2Ev6m7z+eA=="
,
"dev"
:
true
}
}
}
},
},
"interpret"
:
{
"interpret"
:
{
...
@@ -5251,9 +5243,9 @@
...
@@ -5251,9 +5243,9 @@
"dev"
:
true
"dev"
:
true
},
},
"ipaddr.js"
:
{
"ipaddr.js"
:
{
"version"
:
"1.
8
.0"
,
"version"
:
"1.
9
.0"
,
"resolved"
:
"https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.
8
.0.tgz"
,
"resolved"
:
"https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.
9
.0.tgz"
,
"integrity"
:
"sha
1-6qM9bd16zo9/b+DJygRA5wZzix4
="
,
"integrity"
:
"sha
512-M4Sjn6N/+O6/IXSJseKqHoFc+5FdGJ22sXqnjTpdZweHK64MzEPAyQZyEU3R/KRv2GLoa7nNtg/C2Ev6m7z+eA=
="
,
"dev"
:
true
"dev"
:
true
},
},
"is-absolute-url"
:
{
"is-absolute-url"
:
{
...
@@ -6067,18 +6059,18 @@
...
@@ -6067,18 +6059,18 @@
"dev"
:
true
"dev"
:
true
},
},
"mime-db"
:
{
"mime-db"
:
{
"version"
:
"1.3
8
.0"
,
"version"
:
"1.3
9
.0"
,
"resolved"
:
"https://registry.npmjs.org/mime-db/-/mime-db-1.3
8
.0.tgz"
,
"resolved"
:
"https://registry.npmjs.org/mime-db/-/mime-db-1.3
9
.0.tgz"
,
"integrity"
:
"sha512-
bqVioMFFzc2awcdJZIzR3HjZFX20QhilVS7hytkKrv7xFAn8bM1gzc/FOX2awLISvWe0PV8ptFKcon+wZ5qYkg
=="
,
"integrity"
:
"sha512-
DTsrw/iWVvwHH+9Otxccdyy0Tgiil6TWK/xhfARJZF/QFhwOgZgOIvA2/VIGpM8U7Q8z5nDmdDWC6tuVMJNibw
=="
,
"dev"
:
true
"dev"
:
true
},
},
"mime-types"
:
{
"mime-types"
:
{
"version"
:
"2.1.2
2
"
,
"version"
:
"2.1.2
3
"
,
"resolved"
:
"https://registry.npmjs.org/mime-types/-/mime-types-2.1.2
2
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/mime-types/-/mime-types-2.1.2
3
.tgz"
,
"integrity"
:
"sha512-
aGl6TZGnhm/li6F7yx82bJiBZwgiEa4Hf6CNr8YO+r5UHr53tSTYZb102zyU50DOWWKeOv0uQLRL0/9EiKWCog
=="
,
"integrity"
:
"sha512-
ROk/m+gMVSrRxTkMlaQOvFmFmYDc7sZgrjjM76abqmd2Cc5fCV7jAMA5XUccEtJ3cYiYdgixUVI+fApc2LkXlw
=="
,
"dev"
:
true
,
"dev"
:
true
,
"requires"
:
{
"requires"
:
{
"mime-db"
:
"~1.3
8
.0"
"mime-db"
:
"~1.3
9
.0"
}
}
},
},
"mimic-fn"
:
{
"mimic-fn"
:
{
...
@@ -6320,9 +6312,9 @@
...
@@ -6320,9 +6312,9 @@
}
}
},
},
"node-releases"
:
{
"node-releases"
:
{
"version"
:
"1.1.1
4
"
,
"version"
:
"1.1.1
5
"
,
"resolved"
:
"https://registry.npmjs.org/node-releases/-/node-releases-1.1.1
4
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/node-releases/-/node-releases-1.1.1
5
.tgz"
,
"integrity"
:
"sha512-
d58EpVZRhQE60kWiWUaaPlK9dyC4zg3ZoMcHcky2d4hDksyQj0rUozwInOl0C66mBsqo01Tuns8AvxnL5S7PKg
=="
,
"integrity"
:
"sha512-
cKV097BQaZr8LTSRUa2+oc/aX5L8UkZtPQrMSTgiJEeaW7ymTDCoRaGCoaTqk0lqnalcoSHu4wjSl0Cmj2+bMw
=="
,
"dev"
:
true
,
"dev"
:
true
,
"requires"
:
{
"requires"
:
{
"semver"
:
"^5.3.0"
"semver"
:
"^5.3.0"
...
@@ -6704,9 +6696,9 @@
...
@@ -6704,9 +6696,9 @@
"dev"
:
true
"dev"
:
true
},
},
"parseurl"
:
{
"parseurl"
:
{
"version"
:
"1.3.
2
"
,
"version"
:
"1.3.
3
"
,
"resolved"
:
"https://registry.npmjs.org/parseurl/-/parseurl-1.3.
2
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/parseurl/-/parseurl-1.3.
3
.tgz"
,
"integrity"
:
"sha
1-/CidTtiZMRlGDBViUyYs3I3mW/M
="
,
"integrity"
:
"sha
512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ=
="
,
"dev"
:
true
"dev"
:
true
},
},
"pascalcase"
:
{
"pascalcase"
:
{
...
@@ -7716,13 +7708,13 @@
...
@@ -7716,13 +7708,13 @@
"dev"
:
true
"dev"
:
true
},
},
"proxy-addr"
:
{
"proxy-addr"
:
{
"version"
:
"2.0.
4
"
,
"version"
:
"2.0.
5
"
,
"resolved"
:
"https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.
4
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.
5
.tgz"
,
"integrity"
:
"sha512-
5erio2h9jp5CHGwcybmxmVqHmnCBZeewlfJ0pex+UW7Qny7OOZXTtH56TGNyBizkgiOwhJtMKrVzDTeKcySZwA
=="
,
"integrity"
:
"sha512-
t/7RxHXPH6cJtP0pRG6smSr9QJidhB+3kXu0KgXnbGYMgzEnUxRQ4/LDdfOwZEMyIh3/xHb8PX3t+lfL9z+YVQ
=="
,
"dev"
:
true
,
"dev"
:
true
,
"requires"
:
{
"requires"
:
{
"forwarded"
:
"~0.1.2"
,
"forwarded"
:
"~0.1.2"
,
"ipaddr.js"
:
"1.
8
.0"
"ipaddr.js"
:
"1.
9
.0"
}
}
},
},
"prr"
:
{
"prr"
:
{
...
@@ -8357,9 +8349,9 @@
...
@@ -8357,9 +8349,9 @@
}
}
},
},
"serialize-javascript"
:
{
"serialize-javascript"
:
{
"version"
:
"1.
6.1
"
,
"version"
:
"1.
7.0
"
,
"resolved"
:
"https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.
6.1
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.
7.0
.tgz"
,
"integrity"
:
"sha512-
A5MOagrPFga4YaKQSWHryl7AXvbQkEqpw4NNYMTNYUNV51bA8ABHgYFpqKx+YFFrw59xMV1qGH1R4AgoNIVgCw
=="
,
"integrity"
:
"sha512-
ke8UG8ulpFOxO8f8gRYabHQe/ZntKlcig2Mp+8+URDP1D8vJZ0KUt7LYo07q25Z/+JVSgpr/cui9PIp5H6/+nA
=="
,
"dev"
:
true
"dev"
:
true
},
},
"serve-index"
:
{
"serve-index"
:
{
...
@@ -9011,9 +9003,9 @@
...
@@ -9011,9 +9003,9 @@
}
}
},
},
"svgo"
:
{
"svgo"
:
{
"version"
:
"1.2.
1
"
,
"version"
:
"1.2.
2
"
,
"resolved"
:
"https://registry.npmjs.org/svgo/-/svgo-1.2.
1
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/svgo/-/svgo-1.2.
2
.tgz"
,
"integrity"
:
"sha512-
Y1+LyT4/y1ms4/0yxPMSlvx6dIbgklE9w8CIOnfeoFGB74MEkq8inSfEr6NhocTaFbyYp0a1dvNgRKGRmEBlz
A=="
,
"integrity"
:
"sha512-
rAfulcwp2D9jjdGu+0CuqlrAUin6bBWrpoqXWwKDZZZJfXcUXQSxLJOFJCQCSA0x0pP2U0TxSlJu2ROq5Bq6q
A=="
,
"dev"
:
true
,
"dev"
:
true
,
"requires"
:
{
"requires"
:
{
"chalk"
:
"^2.4.1"
,
"chalk"
:
"^2.4.1"
,
...
@@ -9023,7 +9015,7 @@
...
@@ -9023,7 +9015,7 @@
"css-tree"
:
"1.0.0-alpha.28"
,
"css-tree"
:
"1.0.0-alpha.28"
,
"css-url-regex"
:
"^1.1.0"
,
"css-url-regex"
:
"^1.1.0"
,
"csso"
:
"^3.5.1"
,
"csso"
:
"^3.5.1"
,
"js-yaml"
:
"^3.13.
0
"
,
"js-yaml"
:
"^3.13.
1
"
,
"mkdirp"
:
"~0.5.1"
,
"mkdirp"
:
"~0.5.1"
,
"object.values"
:
"^1.1.0"
,
"object.values"
:
"^1.1.0"
,
"sax"
:
"~1.2.4"
,
"sax"
:
"~1.2.4"
,
...
...
resources/js/app.js
View file @
0b6114d
...
@@ -11,8 +11,7 @@ let app = document.getElementById('app')
...
@@ -11,8 +11,7 @@ let app = document.getElementById('app')
new
Vue
({
new
Vue
({
render
:
h
=>
h
(
Inertia
,
{
render
:
h
=>
h
(
Inertia
,
{
props
:
{
props
:
{
component
:
app
.
dataset
.
component
,
initialPage
:
JSON
.
parse
(
app
.
dataset
.
page
),
props
:
JSON
.
parse
(
app
.
dataset
.
props
),
resolveComponent
:
(
component
)
=>
{
resolveComponent
:
(
component
)
=>
{
return
import
(
`@/Pages/
${
component
}
`
).
then
(
module
=>
module
.
default
)
return
import
(
`@/Pages/
${
component
}
`
).
then
(
module
=>
module
.
default
)
},
},
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment