'' * * * * prefix => 'mary-' * * * */ 'prefix' => 'mary-', /** * Default route prefix. * * Some maryUI components make network request to its internal routes. * * route_prefix => '' * - Spotlight: '/mary/spotlight' * - Editor: '/mary/upload' * - ... * * route_prefix => 'my-components' * - Spotlight: '/my-components/mary/spotlight' * - Editor: '/my-components/mary/upload' * - ... */ 'route_prefix' => '', /** * Components settings */ 'components' => [ 'spotlight' => [ 'class' => 'App\Support\Spotlight', ] ] ];