You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have problem with laravel mix, `/vendor/xmen/starter-kit/package-sample.json` could help you. BTW **don't forget to have got backup form you `package.json`**
146
146
147
+
148
+
## Add persian jdate & fix pagination
149
+
150
+
```php
151
+
// top of file
152
+
use Xmen\StarterKit\Helpers\TDate;
153
+
154
+
// in the boot function
155
+
public function boot()
156
+
{
157
+
//
158
+
Carbon::setLocale('fa_IR');
159
+
160
+
Carbon::macro('jdate', function ($format, $tr_num = 'fa') {
0 commit comments