- Yes you can use utf8
- No, you can use Arabic and English in one table
- Arabic encoding
iso-8859-6, so you will need to change the charset attribute in admin views - You probably want to use
body { direction: rtl; }in your CSS for Arabic pages
You may find these links useful:
, Laravel (application/language/XX/validation.php), , placeholder :attribute name, " " ( - ) . , Validation Attributes, . , , :
'attributes' => array_merge(
Lang::file('application', 'ar', 'filename_without_extension'),
Lang::file('application', 'ar', 'another_file')
),