D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
hms.dentostock.com
/
config
/
Filename :
localization-js.php
back
Copy
<?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' => [ 'messages', ], /* * The default path to use for the generated javascript. */ 'path' => public_path('messages.js'), ];