SYMBOL INDEX (130 symbols across 23 files) FILE: database/migrations/2019_08_13_000000_create_nova_settings_table.php method up (line 15) | public function up() method down (line 29) | public function down() FILE: database/migrations/2021_02_15_000000_update_nova_settings_value_column.php method up (line 15) | public function up() method down (line 30) | public function down() FILE: dist/js/entry.js function l (line 2) | function l(t){return l="function"==typeof Symbol&&"symbol"==typeof Symbo... function f (line 2) | function f(){f=function(){return e};var t,e={},r=Object.prototype,n=r.ha... function p (line 2) | function p(t,e,r,n,o,a,i){try{var c=t[a](i),s=c.value}catch(t){return vo... function d (line 2) | function d(t){return function(){var e=this,r=arguments;return new Promis... function r (line 2) | function r(n){var o=e[n];if(void 0!==o)return o.exports;var a=e[n]={expo... FILE: src/Http/Controllers/SettingsController.php class SettingsController (line 17) | class SettingsController extends Controller method get (line 21) | public function get(Request $request) method save (line 57) | public function save(NovaRequest $request) method deleteImage (line 112) | public function deleteImage(Request $request, $pathName, $fieldName) method fieldPreview (line 141) | public function fieldPreview(Request $request, $path, $attribute) method findField (line 160) | protected function findField($fields, $fieldName) method availableFields (line 184) | protected function availableFields($path = 'general') method fields (line 189) | protected function fields(Request $request, $path = 'general') method makeFakeResource (line 194) | protected function makeFakeResource(string $fieldName, $fieldValue) method panelsWithDefaultLabel (line 208) | protected function panelsWithDefaultLabel($label, NovaRequest $request) method unauthorized (line 222) | protected function unauthorized() method assignToPanels (line 227) | protected function assignToPanels($label, FieldCollection $fields) FILE: src/Http/Middleware/Authorize.php class Authorize (line 8) | class Authorize method handle (line 17) | public function handle($request, $next) method matchesTool (line 30) | public function matchesTool($tool) FILE: src/Http/Middleware/SettingsPathExists.php class SettingsPathExists (line 8) | class SettingsPathExists method handle (line 17) | public function handle($request, $next) FILE: src/Models/Settings.php class Settings (line 8) | class Settings extends Model method __construct (line 15) | public function __construct(array $attributes = []) method booted (line 21) | protected static function booted() method setValueAttribute (line 28) | public function setValueAttribute($value) method getValueAttribute (line 48) | public function getValueAttribute($value) method getValueForKey (line 62) | public static function getValueForKey($key) FILE: src/Nova/Resources/Settings.php class Settings (line 9) | class Settings extends Resource method __construct (line 15) | public function __construct($resource) method fields (line 21) | public function fields(Request $request) FILE: src/NovaSettings.php class NovaSettings (line 13) | class NovaSettings extends Tool method boot (line 15) | public function boot() method menu (line 20) | public function menu(Request $request) method getSettingsTableName (line 45) | public static function getSettingsTableName(): string method getPageName (line 50) | public static function getPageName($key): string method getAuthorizations (line 59) | public static function getAuthorizations($key = null) method canSeeSettings (line 74) | public static function canSeeSettings() method addSettingsFields (line 86) | public static function addSettingsFields($fields = [], $casts = [], $p... method addCasts (line 96) | public static function addCasts($casts = []) method getFields (line 101) | public static function getFields($path = null) method clearFields (line 107) | public static function clearFields() method getCasts (line 112) | public static function getCasts() method getSetting (line 117) | public static function getSetting($settingKey, $default = null) method getSettings (line 122) | public static function getSettings(?array $settingKeys = null, array $... method setSettingValue (line 127) | public static function setSettingValue($settingKey, $value = null) method getSettingsModel (line 132) | public static function getSettingsModel(): string method doesPathExist (line 137) | public static function doesPathExist($path) method getStore (line 142) | public static function getStore(): NovaSettingsStore FILE: src/NovaSettingsCacheStore.php class NovaSettingsCacheStore (line 11) | class NovaSettingsCacheStore extends NovaSettingsStore method __construct (line 16) | public function __construct() method clearCache (line 21) | public function clearCache($keyNames = null) method getCached (line 39) | protected function getCached($keyNames = null) method setCached (line 58) | protected function setCached($keyName, $value) method getCacheKey (line 63) | private function getCacheKey($key) FILE: src/NovaSettingsInMemoryStore.php class NovaSettingsInMemoryStore (line 9) | class NovaSettingsInMemoryStore extends NovaSettingsStore method clearCache (line 13) | public function clearCache($keyNames = null) method getCached (line 28) | protected function getCached($keyNames = null) method setCached (line 37) | protected function setCached($keyName, $value) FILE: src/NovaSettingsNoCacheStore.php class NovaSettingsNoCacheStore (line 7) | class NovaSettingsNoCacheStore extends NovaSettingsStore method clearCache (line 9) | public function clearCache($keyNames = null) method getCached (line 13) | protected function getCached($keyNames = null) method setCached (line 20) | protected function setCached($keyName, $value) FILE: src/NovaSettingsServiceProvider.php class NovaSettingsServiceProvider (line 21) | class NovaSettingsServiceProvider extends ServiceProvider method boot (line 30) | public function boot() method register (line 48) | public function register() method registerSettingsStore (line 60) | protected function registerSettingsStore() method registerRoutes (line 79) | protected function registerRoutes() FILE: src/NovaSettingsStore.php class NovaSettingsStore (line 16) | abstract class NovaSettingsStore method addSettingsFields (line 21) | public function addSettingsFields($fields = [], $casts = [], $path = '... method addCasts (line 33) | public function addCasts($casts = []) method getRawFields (line 39) | public function getRawFields() method getFields (line 44) | public function getFields($path = 'general') method getCasts (line 59) | public function getCasts() method getSetting (line 64) | public function getSetting($settingKey, $default = null) method getSettings (line 75) | public function getSettings(?array $settingKeys = null, array $default... method setSettingValue (line 111) | public function setSettingValue($settingKey, $value = null) method clearCache (line 122) | public abstract function clearCache($keyNames = null); method clearFields (line 124) | public function clearFields() method getCached (line 132) | protected abstract function getCached($keyNames = null); method setCached (line 134) | protected abstract function setCached($keyName, $value); method getSettingsModelClass (line 139) | protected function getSettingsModelClass() FILE: src/helpers.php function nova_get_settings (line 6) | function nova_get_settings($settingKeys = null, $defaults = []) function nova_get_setting (line 13) | function nova_get_setting($settingKey, $default = null) function nova_set_setting_value (line 20) | function nova_set_setting_value($settingKey, $value = null) FILE: tests/Browser/DetailTest.php class DetailTest (line 9) | class DetailTest extends DuskTestCase method test_settings_appears_in_sidebar_with_no_fields (line 11) | public function test_settings_appears_in_sidebar_with_no_fields() method test_settings_appears_in_sidebar_with_fields (line 28) | public function test_settings_appears_in_sidebar_with_fields() method test_can_navigate_into_and_render_settings (line 41) | public function test_can_navigate_into_and_render_settings() FILE: tests/DuskTestCase.php class DuskTestCase (line 11) | abstract class DuskTestCase extends \Orchestra\Testbench\Dusk\TestCase method setUpDuskServer (line 34) | protected function setUpDuskServer(): void method getBasePath (line 57) | protected function getBasePath() method getPackageProviders (line 69) | protected function getPackageProviders($app) method getApplicationAliases (line 86) | protected function getApplicationAliases($app) method getApplicationProviders (line 98) | protected function getApplicationProviders($app) method resolveApplication (line 108) | protected function resolveApplication() method resolveApplicationConsoleKernel (line 124) | protected function resolveApplicationConsoleKernel($app) method resolveApplicationHttpKernel (line 136) | protected function resolveApplicationHttpKernel($app) method resolveApplicationExceptionHandler (line 148) | protected function resolveApplicationExceptionHandler($app) method setupLaravel (line 159) | protected function setupLaravel(callable $callback = null) method whileSearchable (line 175) | protected function whileSearchable(callable $callback) method whileInlineCreate (line 192) | protected function whileInlineCreate(callable $callback) method newBrowser (line 209) | protected function newBrowser($driver) method captureFailuresFor (line 216) | protected function captureFailuresFor($browsers) FILE: tests/Feature/NavigationTest.php class NavigationTest (line 9) | class NavigationTest extends IntegrationTestCase method test_general_navigation_renders_with_no_fields (line 11) | public function test_general_navigation_renders_with_no_fields() method test_general_navigation_renders_with_fields (line 18) | public function test_general_navigation_renders_with_fields() method test_multiple_navigation_renders (line 30) | public function test_multiple_navigation_renders() FILE: tests/Feature/SettingsCastTest.php class SettingsCastTest (line 10) | class SettingsCastTest extends IntegrationTestCase method test_integer_casting_works (line 12) | public function test_integer_casting_works() method test_array_casting_works (line 25) | public function test_array_casting_works() method test_boolean_casting_works (line 39) | public function test_boolean_casting_works() FILE: tests/Feature/SettingsHelpersTest.php class SettingsHelpersTest (line 8) | class SettingsHelpersTest extends IntegrationTestCase method test_nova_get_setting_works (line 10) | public function test_nova_get_setting_works() method test_nova_get_settings_works (line 17) | public function test_nova_get_settings_works() FILE: tests/Feature/SettingsRetrieveTest.php class SettingsRetrieveTest (line 9) | class SettingsRetrieveTest extends IntegrationTestCase method test_general_fields_are_returned_with_no_path (line 11) | public function test_general_fields_are_returned_with_no_path() method test_general_fields_are_returned_with_general_path (line 30) | public function test_general_fields_are_returned_with_general_path() method test_other_fields_are_returned_with_other_path (line 49) | public function test_other_fields_are_returned_with_other_path() FILE: tests/Feature/SettingsSaveTest.php class SettingsSaveTest (line 10) | class SettingsSaveTest extends IntegrationTestCase method test_settings_are_saved (line 12) | public function test_settings_are_saved() method test_settings_are_saved_with_path (line 25) | public function test_settings_are_saved_with_path() FILE: tests/IntegrationTestCase.php class IntegrationTestCase (line 12) | abstract class IntegrationTestCase extends Orchestra method setUp (line 14) | public function setUp(): void method getPackageProviders (line 27) | protected function getPackageProviders($app) method setUpDatabase (line 35) | protected function setUpDatabase()