e6f38d9481
* docs: remove requirement for setting APP_KEY manually * optimize date picker * clean up modals * spot light working * reorganization * add lazy load * wip * remove filament * styling
24 lines
502 B
PHP
24 lines
502 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
|
|
'theme' => 'tailwind',
|
|
|
|
/**
|
|
* Enable or Disable automatic injection of core assets
|
|
*/
|
|
'inject_core_assets_enabled' => false,
|
|
|
|
/**
|
|
* Enable or Disable automatic injection of third-party assets
|
|
*/
|
|
'inject_third_party_assets_enabled' => false,
|
|
|
|
/**
|
|
* Enable Blade Directives (Not required if automatically injecting or using bundler approaches)
|
|
*/
|
|
'enable_blade_directives ' => false,
|
|
|
|
]; |