Skip to content

Commit a873fce

Browse files
Update years and Laravel 13 references
Bump copyright year to 2026 and update content to reflect Laravel 13. Changes include: update LICENSE year; change blog post slug to 'getting-started-with-laravel-13'; update footer and meta_description translations to 2026 and reference Laravel 13; and update a product review date to April 15, 2026. Affects LICENSE, BlogSeeder, SettingSeeder, and product-review view.
1 parent 98b7fa0 commit a873fce

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Shiv Singh
3+
Copyright (c) 2026 Shiv Singh
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

modules/Blog/database/seeders/BlogSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function run(): void
2323
'hi' => 'Laravel 13 ke saath shuruaat karna',
2424
'ar' => 'Getting Started with Laravel 13',
2525
],
26-
'slug' => 'getting-started-with-laravel-12',
26+
'slug' => 'getting-started-with-laravel-13',
2727
'excerpt' => [
2828
'en' => 'Learn the fundamentals of Laravel 13 and build modern web applications with ease.',
2929
'hi' => 'Laravel 13 ki bunyaadi baaten seekhen aur aasaani se aadhunik web application banaen.',

modules/Settings/database/seeders/SettingSeeder.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ public function run(): void
4545
[
4646
'key' => 'footer_text',
4747
'value' => [
48-
'en' => '© 2025 LaraCoreKit. All rights reserved.',
49-
'hi' => '© 2025 लारा कोर किट। सर्वाधिकार सुरक्षित।',
50-
'ar' => '© 2025 لارا كور كيت. جميع الحقوق محفوظة.',
48+
'en' => '© 2026 LaraCoreKit. All rights reserved.',
49+
'hi' => '© 2026 लारा कोर किट। सर्वाधिकार सुरक्षित।',
50+
'ar' => '© 2026 لارا كور كيت. جميع الحقوق محفوظة.',
5151
],
5252
'type' => 'json',
5353
'is_translatable' => true,
@@ -67,9 +67,9 @@ public function run(): void
6767
[
6868
'key' => 'meta_description',
6969
'value' => [
70-
'en' => 'A modular Laravel 12 starter kit with Filament admin, multilingual support, and role-based permissions.',
71-
'hi' => 'फिलामेंट एडमिन, बहुभाषी समर्थन और भूमिका-आधारित अनुमतियों के साथ एक मॉड्यूलर लारावेल 12 स्टार्टर किट।',
72-
'ar' => 'مجموعة بداية Laravel 12 المعيارية مع لوحة تحكم Filament ودعم متعدد اللغات وأذونات قائمة على الأدوار.',
70+
'en' => 'A modular Laravel 13 starter kit with Filament admin, multilingual support, and role-based permissions.',
71+
'hi' => 'फिलामेंट एडमिन, बहुभाषी समर्थन और भूमिका-आधारित अनुमतियों के साथ एक मॉड्यूलर लारावेल 13 स्टार्टर किट।',
72+
'ar' => 'مجموعة بداية Laravel 13 المعيارية مع لوحة تحكم Filament ودعم متعدد اللغات وأذونات قائمة على الأدوار.',
7373
],
7474
'type' => 'json',
7575
'is_translatable' => true,

modules/UIShowcase/views/components/ecommerce/product-review.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</div>
3333
<p class="text-gray-600 dark:text-gray-400 text-sm">Amazing sound quality! The noise cancellation is top-notch. Battery life easily lasts 30+ hours.</p>
3434
<div class="flex items-center gap-4 mt-3 text-xs text-gray-500">
35-
<span>April 15, 2025</span>
35+
<span>April 15, 2026</span>
3636
<button @click="helpful++" class="flex items-center gap-1 hover:text-green-600 transition">👍 <span x-text="helpful"></span></button>
3737
<button @click="notHelpful++" class="flex items-center gap-1 hover:text-red-600 transition">👎 <span x-text="notHelpful"></span></button>
3838
</div>

0 commit comments

Comments
 (0)