add locale manager

This commit is contained in:
2024-03-27 13:56:52 +05:00
parent 7edca39546
commit 7443ff19d6
23 changed files with 845 additions and 497 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace App\Http\Controllers;
class LocaleManagerController extends Controller
{
//
}