lang/en/messages.php 'apples' => 'There is one apple|There are many apples', So.. i do {{ Lang::...
Hello.. How do I replace the words of a text? Example: $str = 'Hello :name ..Do you like :drink?'; $...
Hi, How do I have only one file to be used in create.blade.php and edit.blade.php?
Yes.. I tried ... and yet {{ Lang::choice("There is one apple|There are many apples", 7) }...
Good.. But it has to be dynamic .. So.. My solution is.. function vnsprintf( $format, array $data) {...
Thanks TorchSK. I found a solution on this link: http://forumsarchive.laravel.io/viewtopic.php?id=16...
The Laravel portal for problem solving, knowledge sharing and community building.
The community