File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Restart your webserver - done.
31
31
### Composer installation
32
32
33
33
``` php
34
- composer require joker /laravel-jalali-date
34
+ composer require tartan /laravel-jalali-date
35
35
```
36
36
37
37
### Integration with Laravel 5.*
@@ -40,7 +40,7 @@ Add Zaman to app aliases in config/app.php file
40
40
41
41
``` php
42
42
// aliases
43
- 'Zaman' => Joker \Facades\Zaman::class,
43
+ 'Zaman' => Tartan\Zaman \Facades\Zaman::class,
44
44
```
45
45
46
46
### Usage samples
@@ -76,9 +76,9 @@ echo Zaman::momentEn(1494334506);
76
76
77
77
## Team
78
78
79
- This component is developed by the following person(s) and a bunch of [ awesome contributors] ( https://github.com/thejokercoder /laravel-jalali-date/graphs/contributors ) .
79
+ This component is developed by the following person(s) and a bunch of [ awesome contributors] ( https://github.com/iamtartan /laravel-jalali-date/graphs/contributors ) .
80
80
81
- [ ![ Aboozar Ghaffari] ( https://avatars1.githubusercontent.com/u/35990482 ?s=200 &v=4 )] ( https://github.com/thejokercoder ) |
81
+ [ ![ Aboozar Ghaffari] ( https://avatars1.githubusercontent.com/u/502961 ?s=130 &v=4 )] ( https://github.com/iamtartan ) |
82
82
--- |
83
83
[ Aboozar Ghaffari] ( https://github.com/thejokercoder ) |
84
84
@@ -89,4 +89,4 @@ This component is developed by the following person(s) and a bunch of [awesome c
89
89
90
90
## License
91
91
92
- The Laravel Jalali Datetime is open-sourced software licensed under the [ MIT license] ( http://opensource.org/licenses/MIT )
92
+ The Laravel Jalali Datetime is open-sourced software licensed under the [ MIT license] ( http://opensource.org/licenses/MIT )
Original file line number Diff line number Diff line change 17
17
},
18
18
"autoload" : {
19
19
"psr-4" : {
20
- "Joker \\ Zaman\\ " : " src/Zaman"
20
+ "Tartan \\ Zaman\\ " : " src/Zaman"
21
21
}
22
22
},
23
23
"minimum-stability" : " stable"
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Joker \Zaman \Facades ;
3
+ namespace Tartan \Zaman \Facades ;
4
4
5
5
use Illuminate \Support \Facades \Facade ;
6
6
7
7
/**
8
8
* Class Zaman
9
- * @package Joker \Zaman
9
+ * @package Tartan \Zaman
10
10
* @author Aboozar Ghaffari <aboozar.ghf@gmail.com>
11
11
*/
12
12
class Zaman extends Facade
@@ -18,6 +18,6 @@ class Zaman extends Facade
18
18
*/
19
19
protected static function getFacadeAccessor ()
20
20
{
21
- return 'Joker \Zaman\Helpers\PersianDateHelper ' ;
21
+ return 'Tartan \Zaman\Helpers\PersianDateHelper ' ;
22
22
}
23
23
}
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Joker \Zaman \Helpers ;
3
+ namespace Tartan \Zaman \Helpers ;
4
4
5
- use Joker \Zaman \IntlDatetime ;
5
+ use Tartan \Zaman \IntlDatetime ;
6
6
7
7
/**
8
8
* Class PersianDateHelper
9
- * @package Joker \Zaman
9
+ * @package Tartan \Zaman
10
10
* @author Aboozar Ghaffari <aboozar.ghf@gmail.com>
11
11
*/
12
12
class PersianDateHelper
Original file line number Diff line number Diff line change 7
7
* pattern syntax for formatting and parsing date strings.
8
8
* (@link http://userguide.icu-project.org/formatparse/datetime)
9
9
*
10
- * @copyright Copyright 2010, Joker (https://github.com/thejokercoder /)
10
+ * @copyright Copyright 2010, Tartan (https://github.com/iamtartan /)
11
11
* @license GNU General Public License 3.0 (http://www.gnu.org/licenses/gpl.html)
12
- * @package Joker \Zaman
12
+ * @package Tartan \Zaman
13
13
* @author Aboozar Ghaffari <aboozar.ghf@gmail.com>
14
14
*/
15
15
16
- namespace Joker \Zaman ;
16
+ namespace Tartan \Zaman ;
17
17
18
18
use NumberFormatter ;
19
19
use DateTime ;
You can’t perform that action at this time.
0 commit comments