Update PHP version requirement to ^8.2 in composer files, refactor User model access control logic, clean up MainSectionResource, enhance EditMainSection to include related pages, modify AppServiceProvider to clear subsection cache, change fallback locale to 'en', and improve DesktopNavBar and BasicFooter components for better accessibility and content accuracy.

This commit is contained in:
F4ilji
2025-09-01 13:48:24 +05:00
parent 3d300ac4d1
commit 8b213ee803
9 changed files with 47 additions and 53 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ return [
|
*/
'fallback_locale' => 'ru',
'fallback_locale' => 'en',
/*
|--------------------------------------------------------------------------