Просмотр файла resources/lang/en/search.php

Размер файла: 328B
  1. <?php
  2.  
  3. return [
  4. 'help_text' => '
  5. Open the page in the file editor:<br>
  6. <code>search/index.blade.php</code><br><br>
  7. or via the file system: <br>
  8. <code>/resources/views/search/index.blade.php</code><br><br>
  9. Paste the generated code here<br>',
  10. 'help_link' => 'Link to search creation documentation',
  11. ];