| 1234567891011121314151617181920 |
- <?php
- return [
- /*
- |--------------------------------------------------------------------------
- | View Component Paths
- |--------------------------------------------------------------------------
- |
- | This option defines the paths that will be scanned for view components.
- | You may modify this array to specify a different location for your
- | custom components.
- |
- */
- 'paths' => [
- resource_path('views/components'),
- ],
- ];
|