PATH:
home
/
rwabteecom
/
public_html_olld
/
vendor
/
mariuzzo
/
laravel-js-localization
/
src
/
config
/
Editing: config.php
<?php return [ /* * Set the names of files you want to add to generated javascript. * Otherwise all the files will be included. * * 'messages' => [ * 'validation', * 'forum/thread', * ], */ 'messages' => [ ], /* * The default path to use for the generated javascript. */ 'path' => public_path('messages.js'), ];
SAVE
CANCEL