laravel remove empty spaces from string code example Example: remove empty spaces php $string = str_replace(' ', '', $string);