components.php 478 B

1234567891011121314151617181920
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | View Component Paths
  6. |--------------------------------------------------------------------------
  7. |
  8. | This option defines the paths that will be scanned for view components.
  9. | You may modify this array to specify a different location for your
  10. | custom components.
  11. |
  12. */
  13. 'paths' => [
  14. resource_path('views/components'),
  15. ],
  16. ];