JFIF$        dd7 

Viewing File: /home/optimaldigitaltr/public_html/src/app/Http/Controllers/Admin/LanguageController.php

<?php

namespace App\Http\Controllers\Admin;

use App\Enums\Status;
use App\Http\Controllers\Controller;
use App\Models\Language;
use Illuminate\Http\RedirectResponse;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\File;
use Illuminate\View\View;

class LanguageController extends Controller
{
    public function index(): View
    {
        $setTitle = 'Language Manager';
        $languages = Language::orderBy('is_default','desc')->paginate(getPaginate());

        return view('admin.language.index', compact(
            'setTitle',
            'languages'
        ));
    }

    public function store(Request $request): \Illuminate\Http\RedirectResponse
    {
        $request->validate([
            'name' => 'required|string|max:40',
            'code' => 'required|string|max:40|unique:ltu_languages'
        ]);

        $data = file_get_contents(resource_path('lang/') . 'en.json');
        $json_file = strtolower($request->code) . '.json';
        $path = resource_path('lang/') . $json_file;
        File::put($path, $data);

        $language = new Language();
        if ($request->input('is_default')) {
            $lang = $language->where('is_default', Status::ACTIVE->value)->first();
            if ($lang) {
                $lang->is_default = Status::INACTIVE->value;
                $lang->save();
            }
        }
        $language->name = $request->input('name');
        $language->code = strtolower($request->input('code'));
        $language->is_default = $request->input('is_default') ? Status::ACTIVE->value : Status::INACTIVE->value;
        $language->save();

        return back()->with('notify', [['success', __('Language added successfully')]]);
    }


    public function update(Request $request): \Illuminate\Http\RedirectResponse
    {
        $request->validate([
            'name' => 'required',
        ]);

        $language = Language::findOrFail($request->input('id'));
        if (!$request->input('is_default')) {
            $defaultLang = Language::where('is_default', Status::ACTIVE->value)->where('id','!=',$id)->exists();
            if (!$defaultLang) {
                return back()->with('notify', [['error', __('You\'ve to set another language as default before unset this')]]);
            }
        }

        $language->name = $request->input('name');
        $language->is_default = $request->input('is_default');
        $language->save();

        if ($request->input('is_default')) {
            $lang = Language::where('is_default', Status::ACTIVE->value)->where('id','!=',$language->id)->first();
            if ($lang) {
                $lang->is_default = Status::INACTIVE->value;
                $lang->save();
            }
        }

        return back()->with('notify', [['success', __('Language has been updated')]]);
    }


    public function delete(Request $request): RedirectResponse
    {
        $lang = Language::find($request->input('id'));
        $this->removeFile(resource_path('lang/') . $lang->code . '.json');
        $lang->delete();

        return back()->with('notify', [['success', __('Language has been deleted')]]);
    }

    public function edit(string|int $id): View
    {
        $language = Language::find($id);
        $setTitle = "Update " . $language->name . " Keywords";
        $json = file_get_contents(resource_path('lang/') . $language->code . '.json');
        $languages = Language::all();

        if (empty($json)) {
            return back()->with('notify', [['success', __('File Not found')]]);
        }

        $json = json_decode($json);
        return view('admin.language.edit', compact('setTitle', 'json', 'language', 'languages'));
    }


    public function import(Request $request, string|int $id)
    {
        $language = Language::find($id);
        $fromLanguage = Language::find($request->input('from_language'));
        $json = file_get_contents(resource_path('lang/') . $fromLanguage->code . '.json');

        $jsonArray = json_decode($json, true);
        file_put_contents(resource_path('lang/') . $language->code . '.json', json_encode($jsonArray));

        return back()->with('notify', [['success', __('imported')]]);
    }


    public function storeLanguageJsonFile(Request $request, string|int $id)
    {
        $request->validate([
            'key' => 'required',
            'value' => 'required'
        ]);

        $language = Language::find($id);
        $items = file_get_contents(resource_path('lang/') . $language->code . '.json');
        $requestKey = trim($request->input('key'));

        if (array_key_exists($requestKey, json_decode($items, true))) {
            return back()->with('notify', [['error', __('Key already exist')]]);
        } else {
            $newArray[$requestKey] = trim($request->input('value'));
            $itemData = json_decode($items, true);
            $result = array_merge($itemData, $newArray);

            file_put_contents(resource_path('lang/') . $language->code . '.json', json_encode($result));
            return back()->with('notify', [['success', __('Language key has been added')]]);
        }
    }

    public function deleteLanguageJsonFile(Request $request, string|int $id)
    {
        $request->validate([
            'key' => 'required',
            'value' => 'required'
        ]);

        $language = Language::find($id);
        $data = file_get_contents(resource_path('lang/') . $language->code . '.json');
        $jsonArray = json_decode($data, true);
        unset($jsonArray[$request->input('key')]);
        file_put_contents(resource_path('lang/'). $language->code . '.json', json_encode($jsonArray));

        return back()->with('notify', [['success', __('Language key has been deleted')]]);
    }



    public function updateLanguageJsonFile(Request $request, string|int $id)
    {
        $request->validate([
            'key' => 'required',
            'value' => 'required'
        ]);

        $language = Language::find($id);
        $data = file_get_contents(resource_path('lang/') . $language->code . '.json');
        $jsonArray = json_decode($data, true);
        $jsonArray[trim($request->input('key'))] = $request->input('value');
        file_put_contents(resource_path('lang/'). $language->code . '.json', json_encode($jsonArray));

        return back()->with('notify', [['success', __('Language key has been updated')]]);
    }


    protected function removeFile(?string $path = null)
    {
        file_exists($path) && is_file($path) ? @unlink($path) : false;
    }

}
Back to Directory  nL+D550H?Mx ,D"v]qv;6*Zqn)ZP0!1 A "#a$2Qr D8 a Ri[f\mIykIw0cuFcRı?lO7к_f˓[C$殷WF<_W ԣsKcëIzyQy/_LKℂ;C",pFA:/]=H  ~,ls/9ć:[=/#f;)x{ٛEQ )~ =𘙲r*2~ a _V=' kumFD}KYYC)({ *g&f`툪ry`=^cJ.I](*`wq1dđ#̩͑0;H]u搂@:~וKL Nsh}OIR*8:2 !lDJVo(3=M(zȰ+i*NAr6KnSl)!JJӁ* %݉?|D}d5:eP0R;{$X'xF@.ÊB {,WJuQɲRI;9QE琯62fT.DUJ;*cP A\ILNj!J۱+O\͔]ޒS߼Jȧc%ANolՎprULZԛerE2=XDXgVQeӓk yP7U*omQIs,K`)6\G3t?pgjrmۛجwluGtfh9uyP0D;Uڽ"OXlif$)&|ML0Zrm1[HXPlPR0'G=i2N+0e2]]9VTPO׮7h(F*癈'=QVZDF,d߬~TX G[`le69CR(!S2!P <0x<!1AQ "Raq02Br#SCTb ?Ζ"]mH5WR7k.ۛ!}Q~+yԏz|@T20S~Kek *zFf^2X*(@8r?CIuI|֓>^ExLgNUY+{.RѪ τV׸YTD I62'8Y27'\TP.6d&˦@Vqi|8-OΕ]ʔ U=TL8=;6c| !qfF3aů&~$l}'NWUs$Uk^SV:U# 6w++s&r+nڐ{@29 gL u"TÙM=6(^"7r}=6YݾlCuhquympǦ GjhsǜNlɻ}o7#S6aw4!OSrD57%|?x>L |/nD6?/8w#[)L7+6〼T ATg!%5MmZ/c-{1_Je"|^$'O&ޱմTrb$w)R$& N1EtdU3Uȉ1pM"N*(DNyd96.(jQ)X 5cQɎMyW?Q*!R>6=7)Xj5`J]e8%t!+'!1Q5 !1 AQaqё#2"0BRb?Gt^## .llQT $v,,m㵜5ubV =sY+@d{N! dnO<.-B;_wJt6;QJd.Qc%p{ 1,sNDdFHI0ГoXшe黅XۢF:)[FGXƹ/w_cMeD,ʡcc.WDtA$j@:) -# u c1<@ۗ9F)KJ-hpP]_x[qBlbpʖw q"LFGdƶ*s+ډ_Zc"?%t[IP 6J]#=ɺVvvCGsGh1 >)6|ey?Lӣm,4GWUi`]uJVoVDG< SB6ϏQ@ TiUlyOU0kfV~~}SZ@*WUUi##; s/[=!7}"WN]'(L! ~y5g9T̅JkbM' +s:S +B)v@Mj e Cf jE 0Y\QnzG1д~Wo{T9?`Rmyhsy3!HAD]mc1~2LSu7xT;j$`}4->L#vzŏILS ֭T{rjGKC;bpU=-`BsK.SFw4Mq]ZdHS0)tLg