Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 310 Bytes

CHANGES.md

File metadata and controls

14 lines (13 loc) · 310 Bytes

Changes happen

Language

set langue to arabic hard coded edit this file /app/Http/Middleware/Custom/Locale.php where

$language = Session::get('language', Config::get('app.locale'));

to

$language = Session::get('language', 'ar');

also add the arabic language to the language table