Skip to content

Commit b731d58

Browse files
author
Mostafa Kamal
committed
mk
1 parent f7f614a commit b731d58

File tree

5 files changed

+18
-2
lines changed

5 files changed

+18
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
2-
31
# add input form
42

53
* https://www.youtube.com/watch?v=Efr7SUrBUQw
4+
5+
6+
* https://github.com/logaretm/vee-validate/issues/1194
7+
* https://codesandbox.io/s/zr0rqk4x2l
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
* https://github.com/kg-bot/laravel-localization-to-vues
3+
* https://laravel-news.com/laravel-localization-vue-package

web-developer/laravel/tips/language.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ Route::get('/lang/{locale?}',function($locale = 'en'){
3737
# core
3838

3939
* https://github.com/illuminate/translation
40+
41+
42+
# number i18n
43+
44+
* https://github.com/zf1/zend-locale
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
3+
* https://www.php.net/manual/en/function.version-compare.php
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
3+
* https://www.php.net/manual/en/ini.list.php

0 commit comments

Comments
 (0)