Horje
Parameters inside Laravel localized string Code Example
Parameters inside Laravel localized string
Laravel message localization uses named, not numeric, parameters.

Rewriting your example message:

'string1' => 'Welcome :user, Please meet :other',
You can now use, for example:

trans('string1', [ 'user' => 'Ainsley', 'other' => 'Hayden' ]);




Php

Related
bar chart in js,php prt 1 Code Example bar chart in js,php prt 1 Code Example
localhost/hello.php Code Example localhost/hello.php Code Example
laravel telescope redirect to localhost Code Example laravel telescope redirect to localhost Code Example
text short in laravel Code Example text short in laravel Code Example
quiz Code Example quiz Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8