Skip to content

Commit b1a4437

Browse files
committed
- [ ] Upgrade to laravel commit: c09519f547ae7a97eb26433f159cd81b8753e666
1 parent 3f51ba3 commit b1a4437

28 files changed

+48
-15
lines changed

config/database.php

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
'driver' => 'sqlite',
3838
'database' => env('DB_DATABASE', database_path('database.sqlite')),
3939
'prefix' => '',
40+
'foreign_key_constraints' => env('DB_FOREIGN_KEYS', true),
4041
],
4142

4243
'sqlite_testing' => [

config/queue.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
'redis' => [
6161
'driver' => 'redis',
6262
'connection' => 'default',
63-
'queue' => 'default',
63+
'queue' => env('REDIS_QUEUE', 'default'),
6464
'retry_after' => 90,
6565
'block_for' => null,
6666
],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"popper.js": "^1.12.4",
3333
"simple-line-icons": "^2.4.1",
3434
"sweetalert2": "^7.0.7",
35-
"vue": "^2.5.7"
35+
"vue": "^2.5.17"
3636
},
3737
"jest": {
3838
"testURL": "http://localhost",

public/css/backend.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/frontend.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/backend.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/vendor.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"/js/vendor.js": "/js/vendor.js?id=ced47ca89b12fd9c891a",
2+
"/js/vendor.js": "/js/vendor.js?id=422ee28f4adb455be6a9",
33
"/js/frontend.js": "/js/frontend.js?id=dd5ec0a5d877f53b23a0",
4-
"/css/frontend.css": "/css/frontend.css?id=d401bd9f670565eaf55d",
5-
"/css/backend.css": "/css/backend.css?id=7a237c3e9f267cb3d2fc",
6-
"/js/backend.js": "/js/backend.js?id=a62dfd15685b383e39cd",
4+
"/css/frontend.css": "/css/frontend.css?id=e08914d3106e954412c7",
5+
"/css/backend.css": "/css/backend.css?id=f038ce4a260a4d2054e1",
6+
"/js/backend.js": "/js/backend.js?id=2b3e97ed9c85f5c07918",
77
"/js/manifest.js": "/js/manifest.js?id=0225916a5d4fbc86a881"
88
}

resources/js/frontend/app.js

+17-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,28 @@ import Vue from 'vue';
1111

1212
window.Vue = Vue;
1313

14+
/**
15+
* The following block of code may be used to automatically register your
16+
* Vue components. It will recursively scan this directory for the Vue
17+
* components and automatically register them with their "basename".
18+
*
19+
* Eg. ./components/ExampleComponent.vue -> <example-component></example-component>
20+
*/
21+
22+
Vue.component('example-component', require('./components/ExampleComponent.vue'));
23+
24+
// const files = require.context('./', true, /\.vue$/i)
25+
26+
// files.keys().map(key => {
27+
// return Vue.component(_.last(key.split('/')).split('.')[0], files(key))
28+
// })
29+
1430
/**
1531
* Next, we will create a fresh Vue application instance and attach it to
1632
* the page. Then, you may begin adding components to this application
1733
* or customize the JavaScript scaffolding to fit your unique needs.
1834
*/
1935

20-
Vue.component('example-component', require('./components/ExampleComponent.vue'));
21-
2236
const app = new Vue({
2337
el: '#app'
24-
});
38+
});

resources/lang/ar/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
'timezone' => 'يجب أن يكون :attribute نطاقًا زمنيًا صحيحًا',
111111
'unique' => 'قيمة الحقل :attribute مُستخدمة من قبل',
112112
'url' => 'صيغة الرابط :attribute غير صحيحة',
113+
'uuid' => 'The :attribute must be a valid UUID.',
113114

114115
/*
115116
|--------------------------------------------------------------------------

resources/lang/da/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
'timezone' => ':attribute skal være en gyldig tidszone.',
111111
'unique' => ':attribute er allerede i brug.',
112112
'url' => ':attribute er ikke i det rigtige format.',
113+
'uuid' => 'The :attribute must be a valid UUID.',
113114

114115
/*
115116
|--------------------------------------------------------------------------

resources/lang/de/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
'unique' => ':attribute ist schon vergeben.',
113113
'uploaded' => ':attribute wurde nicht hochgeladen.',
114114
'url' => ':attribute Format ist ungültig.',
115+
'uuid' => 'The :attribute must be a valid UUID.',
115116

116117
/*
117118
|--------------------------------------------------------------------------

resources/lang/el/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
'unique' => 'The :attribute has already been taken.',
113113
'uploaded' => 'The :attribute failed to upload.',
114114
'url' => 'The :attribute format is invalid.',
115+
'uuid' => 'The :attribute must be a valid UUID.',
115116

116117
/*
117118
|--------------------------------------------------------------------------

resources/lang/en/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
'unique' => 'The :attribute has already been taken.',
113113
'uploaded' => 'The :attribute failed to upload.',
114114
'url' => 'The :attribute format is invalid.',
115+
'uuid' => 'The :attribute must be a valid UUID.',
115116

116117
/*
117118
|--------------------------------------------------------------------------

resources/lang/es/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
'unique' => 'El campo :attribute ya está en uso.',
112112
'uploaded' => 'El campo :attribute no se pudo actualizar.',
113113
'url' => 'El enlace :attribute debe tener un formato válido.',
114+
'uuid' => 'The :attribute must be a valid UUID.',
114115

115116
/*
116117
|--------------------------------------------------------------------------

resources/lang/fa/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
'unique' => ':attribute قبلا گرفته شده است.',
112112
'uploaded' => ':attribute بارگذاری نشد.',
113113
'url' => ':attribute قالب نامعتبر است.',
114+
'uuid' => 'The :attribute must be a valid UUID.',
114115

115116
/*
116117
|--------------------------------------------------------------------------

resources/lang/fr/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
'unique' => 'La valeur du champ :attribute est déjà utilisée.',
113113
'uploaded' => 'Le fichier du champ :attribute n\'a pu être téléchargé.',
114114
'url' => 'Le format de \'URL de :attribute n\'est pas valide.',
115+
'uuid' => 'The :attribute must be a valid UUID.',
115116

116117
/*
117118
|--------------------------------------------------------------------------

resources/lang/he/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
'unique' => ':attribute זה כבר נתפס.',
113113
'uploaded' => 'הקובץ :attribute לא הועלה.',
114114
'url' => 'הפורמט בשדה :attribute לא תקין.',
115+
'uuid' => 'The :attribute must be a valid UUID.',
115116

116117
/*
117118
|--------------------------------------------------------------------------

resources/lang/id/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
'unique' => ':attribute sudah ada sebelumnya.',
112112
'uploaded' => ':attribute gagal diunggah.',
113113
'url' => 'Format :attribute tidak benar.',
114+
'uuid' => 'The :attribute must be a valid UUID.',
114115

115116
/*
116117
|--------------------------------------------------------------------------

resources/lang/it/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
'timezone' => ':attribute deve essere un fuso orario valido.',
111111
'unique' => ':attribute è già stato utilizzato.',
112112
'url' => 'Il formato di :attribute non è valido.',
113+
'uuid' => 'The :attribute must be a valid UUID.',
113114

114115
/*
115116
|--------------------------------------------------------------------------

resources/lang/nl/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
'timezone' => ':attribute moet een geldige tijdzone bevatten.',
111111
'unique' => ':attribute is al in gebruik.',
112112
'url' => ':attribute formaat is ongeldig.',
113+
'uuid' => 'The :attribute must be a valid UUID.',
113114

114115
/*
115116
|--------------------------------------------------------------------------

resources/lang/no/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
'timezone' => ':attribute skal være en gyldig tidssone.',
111111
'unique' => ':attribute er allerede i bruk.',
112112
'url' => ':attribute er ikke i det riktig format.',
113+
'uuid' => 'The :attribute must be a valid UUID.',
113114

114115
/*
115116
|--------------------------------------------------------------------------

resources/lang/ru/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
'unique' => 'Такое значение поля :attribute уже существует.',
114114
'uploaded' => 'Загрузка поля :attribute не удалась.',
115115
'url' => 'Поле :attribute имеет ошибочный формат.',
116+
'uuid' => 'The :attribute must be a valid UUID.',
116117

117118
/*
118119
|--------------------------------------------------------------------------

resources/lang/sv/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
'timezone' => ':attribute måste vara en giltig tidszon.',
111111
'unique' => ':attribute används redan.',
112112
'url' => 'Formatet :attribute är ogiltigt.',
113+
'uuid' => 'The :attribute must be a valid UUID.',
113114
/*
114115
|--------------------------------------------------------------------------
115116
| Custom Validation Language Lines

resources/lang/th/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
'timezone' => 'ข้อมูล :attribute ต้องเป็นข้อมูลเขตเวลาที่ถูกต้อง',
111111
'unique' => 'ข้อมูล :attribute ไม่สามารถใช้ได้',
112112
'url' => 'ข้อมูล :attribute ไม่ถูกต้อง',
113+
'uuid' => 'The :attribute must be a valid UUID.',
113114

114115
/*
115116
|--------------------------------------------------------------------------

resources/lang/zh-TW/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
'unique' => ':attribute 已經存在。',
113113
'uploaded' => ':attribute 上傳失敗。',
114114
'url' => ':attribute 的格式錯誤。',
115+
'uuid' => 'The :attribute must be a valid UUID.',
115116

116117
/*
117118
|--------------------------------------------------------------------------

resources/lang/zh/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
'unique' => ':attribute 已经存在。',
113113
'uploaded' => ':attribute 上传失败。',
114114
'url' => ':attribute 格式不正确。',
115+
'uuid' => 'The :attribute must be a valid UUID.',
115116

116117
/*
117118
|--------------------------------------------------------------------------

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -6618,7 +6618,7 @@ vue-template-es2015-compiler@^1.6.0:
66186618
version "1.6.0"
66196619
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.6.0.tgz#dc42697133302ce3017524356a6c61b7b69b4a18"
66206620

6621-
vue@^2.5.7:
6621+
vue@^2.5.17:
66226622
version "2.5.17"
66236623
resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.17.tgz#0f8789ad718be68ca1872629832ed533589c6ada"
66246624

0 commit comments

Comments
 (0)