From ec20c98ef5a9702e401f276c150216900376d8b5 Mon Sep 17 00:00:00 2001 From: Tony Lea Date: Tue, 15 Oct 2024 18:36:54 -0400 Subject: [PATCH] Adding latest updates to configs --- bootstrap/cache/config.php | 1846 ------ bootstrap/cache/routes-v7.php | 5897 ----------------- config/discussions.php | 4 +- config/wave.php | 2 +- .../anchor/assets/css/component-styles.css | 12 +- resources/themes/anchor/pages/index.blade.php | 6 +- wave/src/User.php | 4 + 7 files changed, 21 insertions(+), 7750 deletions(-) delete mode 100644 bootstrap/cache/config.php delete mode 100644 bootstrap/cache/routes-v7.php diff --git a/bootstrap/cache/config.php b/bootstrap/cache/config.php deleted file mode 100644 index 816a82a3a..000000000 --- a/bootstrap/cache/config.php +++ /dev/null @@ -1,1846 +0,0 @@ - 'concurrency', - 'app' => - array ( - 'name' => 'Wave', - 'env' => 'local', - 'debug' => true, - 'url' => 'https://wave.test', - 'frontend_url' => 'http://localhost:3000', - 'asset_url' => NULL, - 'timezone' => 'UTC', - 'locale' => 'en', - 'fallback_locale' => 'en', - 'faker_locale' => 'en_US', - 'cipher' => 'AES-256-CBC', - 'key' => 'base64:8dQ7xw/kM9EYMV4cUkzKgET8jF4P0M0TOmmqN05RN2w=', - 'previous_keys' => - array ( - ), - 'maintenance' => - array ( - 'driver' => 'file', - ), - 'providers' => - array ( - 0 => 'Illuminate\\Auth\\AuthServiceProvider', - 1 => 'Illuminate\\Broadcasting\\BroadcastServiceProvider', - 2 => 'Illuminate\\Bus\\BusServiceProvider', - 3 => 'Illuminate\\Cache\\CacheServiceProvider', - 4 => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', - 5 => 'Illuminate\\Cookie\\CookieServiceProvider', - 6 => 'Illuminate\\Database\\DatabaseServiceProvider', - 7 => 'Illuminate\\Encryption\\EncryptionServiceProvider', - 8 => 'Illuminate\\Filesystem\\FilesystemServiceProvider', - 9 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider', - 10 => 'Illuminate\\Hashing\\HashServiceProvider', - 11 => 'Illuminate\\Mail\\MailServiceProvider', - 12 => 'Illuminate\\Notifications\\NotificationServiceProvider', - 13 => 'Illuminate\\Pagination\\PaginationServiceProvider', - 14 => 'Illuminate\\Pipeline\\PipelineServiceProvider', - 15 => 'Illuminate\\Queue\\QueueServiceProvider', - 16 => 'Illuminate\\Redis\\RedisServiceProvider', - 17 => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider', - 18 => 'Illuminate\\Session\\SessionServiceProvider', - 19 => 'Illuminate\\Translation\\TranslationServiceProvider', - 20 => 'Illuminate\\Validation\\ValidationServiceProvider', - 21 => 'Illuminate\\View\\ViewServiceProvider', - 22 => 'Lab404\\Impersonate\\ImpersonateServiceProvider', - 23 => 'Wave\\WaveServiceProvider', - 24 => 'DevDojo\\Themes\\ThemesServiceProvider', - 25 => 'App\\Providers\\AppServiceProvider', - 26 => 'App\\Providers\\AuthServiceProvider', - 27 => 'App\\Providers\\EventServiceProvider', - 28 => 'App\\Providers\\Filament\\AdminPanelProvider', - 29 => 'App\\Providers\\RouteServiceProvider', - 30 => 'App\\Providers\\FolioServiceProvider', - 31 => 'DevDojo\\Themes\\ThemesServiceProvider', - ), - 'aliases' => - array ( - 'App' => 'Illuminate\\Support\\Facades\\App', - 'Arr' => 'Illuminate\\Support\\Arr', - 'Artisan' => 'Illuminate\\Support\\Facades\\Artisan', - 'Auth' => 'Illuminate\\Support\\Facades\\Auth', - 'Blade' => 'Illuminate\\Support\\Facades\\Blade', - 'Broadcast' => 'Illuminate\\Support\\Facades\\Broadcast', - 'Bus' => 'Illuminate\\Support\\Facades\\Bus', - 'Cache' => 'Illuminate\\Support\\Facades\\Cache', - 'Concurrency' => 'Illuminate\\Support\\Facades\\Concurrency', - 'Config' => 'Illuminate\\Support\\Facades\\Config', - 'Context' => 'Illuminate\\Support\\Facades\\Context', - 'Cookie' => 'Illuminate\\Support\\Facades\\Cookie', - 'Crypt' => 'Illuminate\\Support\\Facades\\Crypt', - 'Date' => 'Illuminate\\Support\\Facades\\Date', - 'DB' => 'Illuminate\\Support\\Facades\\DB', - 'Eloquent' => 'Illuminate\\Database\\Eloquent\\Model', - 'Event' => 'Illuminate\\Support\\Facades\\Event', - 'File' => 'Illuminate\\Support\\Facades\\File', - 'Gate' => 'Illuminate\\Support\\Facades\\Gate', - 'Hash' => 'Illuminate\\Support\\Facades\\Hash', - 'Http' => 'Illuminate\\Support\\Facades\\Http', - 'Js' => 'Illuminate\\Support\\Js', - 'Lang' => 'Illuminate\\Support\\Facades\\Lang', - 'Log' => 'Illuminate\\Support\\Facades\\Log', - 'Mail' => 'Illuminate\\Support\\Facades\\Mail', - 'Notification' => 'Illuminate\\Support\\Facades\\Notification', - 'Number' => 'Illuminate\\Support\\Number', - 'Password' => 'Illuminate\\Support\\Facades\\Password', - 'Process' => 'Illuminate\\Support\\Facades\\Process', - 'Queue' => 'Illuminate\\Support\\Facades\\Queue', - 'RateLimiter' => 'Illuminate\\Support\\Facades\\RateLimiter', - 'Redirect' => 'Illuminate\\Support\\Facades\\Redirect', - 'Request' => 'Illuminate\\Support\\Facades\\Request', - 'Response' => 'Illuminate\\Support\\Facades\\Response', - 'Route' => 'Illuminate\\Support\\Facades\\Route', - 'Schedule' => 'Illuminate\\Support\\Facades\\Schedule', - 'Schema' => 'Illuminate\\Support\\Facades\\Schema', - 'Session' => 'Illuminate\\Support\\Facades\\Session', - 'Storage' => 'Illuminate\\Support\\Facades\\Storage', - 'Str' => 'Illuminate\\Support\\Str', - 'URL' => 'Illuminate\\Support\\Facades\\URL', - 'Validator' => 'Illuminate\\Support\\Facades\\Validator', - 'View' => 'Illuminate\\Support\\Facades\\View', - 'Vite' => 'Illuminate\\Support\\Facades\\Vite', - 'Image' => 'Intervention\\Image\\Facades\\Image', - 'JWTAuth' => 'Tymon\\JWTAuth\\Facades\\JWTAuth', - 'JWTFactory' => 'Tymon\\JWTAuth\\Facades\\JWTFactory', - ), - ), - 'auth' => - array ( - 'defaults' => - array ( - 'guard' => 'web', - 'passwords' => 'users', - ), - 'guards' => - array ( - 'web' => - array ( - 'driver' => 'session', - 'provider' => 'users', - ), - 'api' => - array ( - 'driver' => 'jwt', - 'provider' => 'users', - ), - ), - 'providers' => - array ( - 'users' => - array ( - 'driver' => 'eloquent', - 'model' => 'App\\Models\\User', - ), - ), - 'passwords' => - array ( - 'users' => - array ( - 'provider' => 'users', - 'table' => 'password_resets', - 'expire' => 60, - 'throttle' => 60, - ), - ), - 'password_timeout' => 10800, - ), - 'broadcasting' => - array ( - 'default' => 'log', - 'connections' => - array ( - 'reverb' => - array ( - 'driver' => 'reverb', - 'key' => NULL, - 'secret' => NULL, - 'app_id' => NULL, - 'options' => - array ( - 'host' => NULL, - 'port' => 443, - 'scheme' => 'https', - 'useTLS' => true, - ), - 'client_options' => - array ( - ), - ), - 'pusher' => - array ( - 'driver' => 'pusher', - 'key' => '', - 'secret' => '', - 'app_id' => '', - 'options' => - array ( - 'cluster' => 'mt1', - 'useTLS' => true, - ), - 'client_options' => - array ( - ), - ), - 'ably' => - array ( - 'driver' => 'ably', - 'key' => NULL, - ), - 'log' => - array ( - 'driver' => 'log', - ), - 'null' => - array ( - 'driver' => 'null', - ), - 'redis' => - array ( - 'driver' => 'redis', - 'connection' => 'default', - ), - ), - ), - 'cache' => - array ( - 'default' => 'file', - 'stores' => - array ( - 'array' => - array ( - 'driver' => 'array', - 'serialize' => false, - ), - 'database' => - array ( - 'driver' => 'database', - 'table' => 'cache', - 'connection' => NULL, - 'lock_connection' => NULL, - ), - 'file' => - array ( - 'driver' => 'file', - 'path' => '/Users/tonylea/Sites/wave/storage/framework/cache/data', - ), - 'memcached' => - array ( - 'driver' => 'memcached', - 'persistent_id' => NULL, - 'sasl' => - array ( - 0 => NULL, - 1 => NULL, - ), - 'options' => - array ( - ), - 'servers' => - array ( - 0 => - array ( - 'host' => '127.0.0.1', - 'port' => 11211, - 'weight' => 100, - ), - ), - ), - 'redis' => - array ( - 'driver' => 'redis', - 'connection' => 'cache', - 'lock_connection' => 'default', - ), - 'dynamodb' => - array ( - 'driver' => 'dynamodb', - 'key' => '', - 'secret' => '', - 'region' => 'us-east-1', - 'table' => 'cache', - 'endpoint' => NULL, - ), - 'octane' => - array ( - 'driver' => 'octane', - ), - 'apc' => - array ( - 'driver' => 'apc', - ), - ), - 'prefix' => 'wave_cache_', - ), - 'cors' => - array ( - 'paths' => - array ( - 0 => 'api/*', - 1 => 'sanctum/csrf-cookie', - ), - 'allowed_methods' => - array ( - 0 => '*', - ), - 'allowed_origins' => - array ( - 0 => '*', - ), - 'allowed_origins_patterns' => - array ( - ), - 'allowed_headers' => - array ( - 0 => '*', - ), - 'exposed_headers' => - array ( - ), - 'max_age' => 0, - 'supports_credentials' => false, - ), - 'database' => - array ( - 'default' => 'sqlite', - 'connections' => - array ( - 'sqlite' => - array ( - 'driver' => 'sqlite', - 'url' => NULL, - 'database' => '/Users/tonylea/Sites/wave/database/database.sqlite', - 'prefix' => '', - 'foreign_key_constraints' => true, - ), - 'mysql' => - array ( - 'driver' => 'mysql', - 'url' => NULL, - 'host' => '127.0.0.1', - 'port' => '3306', - 'database' => 'forge', - 'username' => 'forge', - 'password' => '', - 'unix_socket' => '', - 'charset' => 'utf8mb4', - 'collation' => 'utf8mb4_unicode_ci', - 'prefix' => '', - 'prefix_indexes' => true, - 'strict' => true, - 'engine' => NULL, - 'options' => - array ( - ), - ), - 'mariadb' => - array ( - 'driver' => 'mariadb', - 'url' => NULL, - 'host' => '127.0.0.1', - 'port' => '3306', - 'database' => 'laravel', - 'username' => 'root', - 'password' => '', - 'unix_socket' => '', - 'charset' => 'utf8mb4', - 'collation' => 'utf8mb4_unicode_ci', - 'prefix' => '', - 'prefix_indexes' => true, - 'strict' => true, - 'engine' => NULL, - 'options' => - array ( - ), - ), - 'pgsql' => - array ( - 'driver' => 'pgsql', - 'url' => NULL, - 'host' => '127.0.0.1', - 'port' => '5432', - 'database' => 'forge', - 'username' => 'forge', - 'password' => '', - 'charset' => 'utf8', - 'prefix' => '', - 'prefix_indexes' => true, - 'search_path' => 'public', - 'sslmode' => 'prefer', - ), - 'sqlsrv' => - array ( - 'driver' => 'sqlsrv', - 'url' => NULL, - 'host' => 'localhost', - 'port' => '1433', - 'database' => 'forge', - 'username' => 'forge', - 'password' => '', - 'charset' => 'utf8', - 'prefix' => '', - 'prefix_indexes' => true, - ), - ), - 'migrations' => 'migrations', - 'redis' => - array ( - 'client' => 'phpredis', - 'options' => - array ( - 'cluster' => 'redis', - 'prefix' => 'wave_database_', - ), - 'default' => - array ( - 'url' => NULL, - 'host' => '127.0.0.1', - 'username' => NULL, - 'password' => NULL, - 'port' => '6379', - 'database' => '0', - ), - 'cache' => - array ( - 'url' => NULL, - 'host' => '127.0.0.1', - 'username' => NULL, - 'password' => NULL, - 'port' => '6379', - 'database' => '1', - ), - ), - ), - 'devdojo' => - array ( - 'auth' => - array ( - 'appearance' => - array ( - 'logo' => - array ( - 'type' => 'svg', - 'image_src' => '', - 'svg_string' => ' -', - 'height' => '40', - ), - 'background' => - array ( - 'color' => '#ffffff', - 'image' => '/storage/auth/background.jpg', - 'image_overlay_color' => '#ffffff', - 'image_overlay_opacity' => '1', - ), - 'color' => - array ( - 'text' => '#00173d', - 'button' => '#000000', - 'button_text' => '#ffffff', - 'input_text' => '#00134d', - 'input_border' => '#232329', - ), - 'alignment' => - array ( - 'heading' => 'center', - 'container' => 'center', - ), - 'favicon' => - array ( - 'light' => '/storage/auth/favicon.png', - 'dark' => '/storage/auth/favicon-dark.png', - ), - ), - 'descriptions' => - array ( - 'settings' => - array ( - 'redirect_after_auth' => 'Where should the user be redirected to after they are authenticated?', - 'registration_show_password_same_screen' => 'During registrations, show the password on the same screen or show it on an individual screen.', - 'registration_include_name_field' => 'During registration, include the Name field.', - 'registration_require_email_verification' => 'During registration, require users to verify their email.', - 'enable_branding' => 'This will toggle on/off the Auth branding at the bottom of each auth screen. Consider leaving on to support and help grow this project.', - 'dev_mode' => 'This is for development mode, when set in Dev Mode Assets will be loaded from Vite', - 'enable_2fa' => 'Enable the ability for users to turn on Two Factor Authentication', - 'login_show_social_providers' => 'Show the social providers login buttons on the login form', - 'social_providers_location' => 'The location of the social provider buttons (top or bottom)', - ), - ), - 'language' => - array ( - 'login' => - array ( - 'page_title' => 'Sign in', - 'headline' => 'Sign in', - 'subheadline' => 'Login to your account below', - 'show_subheadline' => false, - 'email_address' => 'Email Address', - 'password' => 'Password', - 'edit' => 'Edit', - 'button' => 'Continue', - 'forget_password' => 'Forget your password?', - 'dont_have_an_account' => 'Don\'t have an account?', - 'sign_up' => 'Sign up', - 'social_auth_authenticated_message' => 'You have been authenticated via __social_providers_list__. Please login to that network below.', - 'change_email' => 'Change Email', - ), - 'register' => - array ( - 'page_title' => 'Sign up', - 'headline' => 'Sign up', - 'subheadline' => 'Register for your free account below.', - 'show_subheadline' => false, - 'name' => 'Name', - 'email_address' => 'Email Address', - 'password' => 'Password', - 'password_confirmation' => 'Confirm Password', - 'already_have_an_account' => 'Already have an account?', - 'sign_in' => 'Sign in', - 'button' => 'Continue', - ), - 'verify' => - array ( - 'page_title' => 'Verify Your Account', - 'headline' => 'Verify your email address', - 'subheadline' => 'Before you can proceed you must verify your email.', - 'show_subheadline' => false, - 'description' => 'Before proceeding, please check your email for a verification link. If you did not receive the email,', - 'new_request_link' => 'click here to request another', - 'new_link_sent' => 'A new link has been sent to your email address.', - 'or' => 'Or', - 'logout' => 'click here to logout', - ), - 'passwordConfirm' => - array ( - 'page_title' => 'Confirm Your Password', - 'headline' => 'Confirm Password', - 'subheadline' => 'Be sure to confirm your password below', - 'show_subheadline' => false, - 'password' => 'Password', - 'button' => 'Confirm password', - ), - 'passwordResetRequest' => - array ( - 'page_title' => 'Request a Password Reset', - 'headline' => 'Reset password', - 'subheadline' => 'Enter your email below to reset your password', - 'show_subheadline' => false, - 'email' => 'Email Address', - 'button' => 'Send password reset link', - 'or' => 'or', - 'return_to_login' => 'return to login', - ), - 'passwordReset' => - array ( - 'page_title' => 'Reset Your Password', - 'headline' => 'Reset Password', - 'subheadline' => 'Reset your password below', - 'show_subheadline' => false, - 'email' => 'Email Address', - 'password' => 'Password', - 'password_confirm' => 'Confirm Password', - 'button' => 'Reset Password', - ), - 'twoFactorChallenge' => - array ( - 'page_title' => 'Two Factor Challenge', - 'headline_auth' => 'Authentication Code', - 'subheadline_auth' => 'Enter the authentication code provided by your authenticator application.', - 'show_subheadline_auth' => false, - 'headline_recovery' => 'Recovery Code', - 'subheadline_recovery' => 'Please confirm access to your account by entering one of your emergency recovery codes.', - 'show_subheadline_recovery' => false, - ), - ), - 'providers' => - array ( - 'facebook' => - array ( - 'name' => 'Facebook', - 'scopes' => NULL, - 'parameters' => NULL, - 'stateless' => true, - 'active' => false, - 'socialite' => true, - 'svg' => '', - 'client_id' => NULL, - 'client_secret' => NULL, - ), - 'twitter' => - array ( - 'name' => 'Twitter', - 'scopes' => NULL, - 'parameters' => NULL, - 'stateless' => true, - 'active' => false, - 'socialite' => true, - 'svg' => '', - 'client_id' => NULL, - 'client_secret' => NULL, - ), - 'linkedin' => - array ( - 'name' => 'LinkedIn', - 'scopes' => NULL, - 'parameters' => NULL, - 'stateless' => true, - 'active' => false, - 'socialite' => true, - 'svg' => '', - 'client_id' => NULL, - 'client_secret' => NULL, - ), - 'google' => - array ( - 'name' => 'Google', - 'scopes' => NULL, - 'parameters' => NULL, - 'stateless' => true, - 'active' => true, - 'socialite' => true, - 'svg' => '', - 'client_id' => NULL, - 'client_secret' => NULL, - ), - 'github' => - array ( - 'name' => 'Github', - 'scopes' => NULL, - 'parameters' => NULL, - 'stateless' => true, - 'active' => true, - 'socialite' => true, - 'svg' => '', - 'client_id' => NULL, - 'client_secret' => NULL, - ), - 'gitlab' => - array ( - 'name' => 'GitLab', - 'scopes' => NULL, - 'parameters' => NULL, - 'stateless' => true, - 'active' => false, - 'socialite' => true, - 'svg' => '', - 'client_id' => NULL, - 'client_secret' => NULL, - ), - 'bitbucket' => - array ( - 'name' => 'Bitbucket', - 'scopes' => NULL, - 'parameters' => NULL, - 'stateless' => true, - 'active' => false, - 'socialite' => true, - 'svg' => '', - 'client_id' => NULL, - 'client_secret' => NULL, - ), - 'slack' => - array ( - 'name' => 'Slack', - 'scopes' => NULL, - 'parameters' => NULL, - 'stateless' => true, - 'active' => false, - 'socialite' => true, - 'svg' => '', - 'client_id' => NULL, - 'client_secret' => NULL, - ), - 'apple' => - array ( - 'name' => 'Apple', - 'scopes' => NULL, - 'parameters' => NULL, - 'stateless' => true, - 'active' => false, - 'socialite' => false, - 'svg' => '', - 'client_id' => NULL, - 'client_secret' => NULL, - ), - 'microsoft' => - array ( - 'name' => 'Microsoft', - 'scopes' => NULL, - 'parameters' => NULL, - 'stateless' => true, - 'active' => false, - 'socialite' => false, - 'svg' => '', - 'client_id' => NULL, - 'client_secret' => NULL, - ), - 'pinterest' => - array ( - 'name' => 'Pinterest', - 'scopes' => NULL, - 'parameters' => NULL, - 'stateless' => true, - 'active' => false, - 'socialite' => false, - 'svg' => '', - 'client_id' => NULL, - 'client_secret' => NULL, - ), - 'reddit' => - array ( - 'name' => 'Reddit', - 'scopes' => NULL, - 'parameters' => NULL, - 'stateless' => true, - 'active' => false, - 'socialite' => false, - 'svg' => '', - 'client_id' => NULL, - 'client_secret' => NULL, - ), - 'tiktok' => - array ( - 'name' => 'TikTok', - 'scopes' => NULL, - 'parameters' => NULL, - 'stateless' => true, - 'active' => false, - 'socialite' => false, - 'svg' => '', - 'client_id' => NULL, - 'client_secret' => NULL, - ), - 'twitch' => - array ( - 'name' => 'Twitch', - 'scopes' => NULL, - 'parameters' => NULL, - 'stateless' => true, - 'active' => false, - 'socialite' => false, - 'svg' => '', - 'client_id' => NULL, - 'client_secret' => NULL, - ), - ), - 'settings' => - array ( - 'redirect_after_auth' => '/dashboard', - 'registration_show_password_same_screen' => true, - 'registration_include_name_field' => true, - 'registration_include_password_confirmation_field' => false, - 'registration_require_email_verification' => false, - 'enable_branding' => true, - 'dev_mode' => false, - 'enable_2fa' => false, - 'login_show_social_providers' => true, - 'center_align_social_provider_button_content' => false, - 'social_providers_location' => 'bottom', - ), - ), - 'billing' => - array ( - 'keys' => - array ( - 'stripe' => - array ( - 'publishable_key' => 'pk_test_51Pg4ulCzMorJyh54wPCuML1m9sjBVSbeNCnJSb1JSxTmtOeUxZntY0JixTKHxAcCnTcPPMTlzoy8n6OesQotucci00fQwXNSZw', - 'secret_key' => 'sk_test_51Pg4ulCzMorJyh54UGUDmjZuutdFU27ro6p0ragI2jfa81AJrS0ojJlh9A5r0dsUDGZEb19LSNhOb6vzlzSxd3z500F8U3QflB', - 'webhook_secret' => 'whsec_75bd136494e9c7ed2e3c5f6b5565b4220f36c4db272122362b73c4f1f5d51b44', - ), - 'paddle' => - array ( - 'vendor_id' => '18563', - 'api_key' => '20af18932961e8fc82f999f57e10c3d4436db790f1f73e6a0d', - 'env' => 'sandbox', - 'public_key' => 'test_fa19977d2cd05ecf60d462606b8', - ), - ), - 'language' => - array ( - 'subscriptions' => - array ( - 'header' => 'Subscribe to a Plan Below', - 'description' => 'Select a plan below. This description text is editable inside the devdojo.billing.language file.', - 'sidebar_description' => 'Welcome to the checkout page for your SaaS product. This sidebar description text is customizable from inside the devdojo.billing.language config.', - 'notification' => '', - ), - ), - 'style' => - array ( - 'color' => 'blue', - 'logo_height' => '36', - ), - ), - ), - 'discussions' => - array ( - 'headline_logo' => '/vendor/foundationapp/discussions/assets/images/logo-light.png', - 'user' => - array ( - 'namespace' => 'App\\Models\\User', - 'database_field_with_user_name' => 'name', - 'relative_url_to_profile' => '', - 'relative_url_to_image_assets' => '', - 'avatar_image_database_field' => '', - ), - 'load_more' => - array ( - 'posts' => 10, - 'discussions' => 10, - ), - 'home_route' => 'discussions', - 'route_prefix' => 'discussions', - 'route_prefix_post' => 'discussion', - 'security' => - array ( - 'limit_time_between_posts' => true, - 'time_between_posts' => 1, - ), - 'styles' => - array ( - 'rounded' => 'rounded-lg', - 'sidebar_width' => 'w-56', - 'container_classes' => 'max-w-7xl md:px-12 xl:px-20 mx-auto py-12', - 'container_max_width' => 'max-w-[1120px]', - 'header_classes' => 'text-4xl font-semibold tracking-tighter', - ), - 'editor' => 'markdown', - 'show_categories' => true, - 'categories' => - array ( - 'announcements' => - array ( - 'icon' => '📣', - 'title' => 'Announcements', - 'description' => 'Important announcements from the administrators.', - ), - 'general' => - array ( - 'icon' => '💬', - 'title' => 'General Discussion', - 'description' => 'Chat about anything and everything here', - ), - 'ideas' => - array ( - 'icon' => '💡', - 'title' => 'Ideas', - 'description' => 'Share ideas for new features', - ), - 'qa' => - array ( - 'icon' => '🙏', - 'title' => 'Q&A', - 'description' => 'Ask the community for help', - ), - 'show-and-tell' => - array ( - 'icon' => '🙌', - 'title' => 'Show and tell', - 'description' => 'Show off something you\'ve made', - ), - ), - ), - 'features' => - array ( - 0 => - (object) array( - 'title' => 'Authentication', - 'description' => 'Fully loaded authentication, email verification, and password reset. Authentication in a snap!', - 'image' => '/themes/tailwind/images/authentication.png', - ), - 1 => - (object) array( - 'title' => 'User Profiles', - 'description' => 'Customizable user profiles. Allow your users to enter data and easily customize their user profiles.', - 'image' => '/themes/tailwind/images/profile.png', - ), - 2 => - (object) array( - 'title' => 'User Impersonation', - 'description' => 'With user impersonations you can login as another user and resolve an issue or troubleshoot a bug.', - 'image' => '/themes/tailwind/images/impersonation.png', - ), - 3 => - (object) array( - 'title' => 'Subscriptions', - 'description' => 'Allow users to pay for your service and signup for a subscription using Paddle Payments.', - 'image' => '/themes/tailwind/images/subscriptions.png', - ), - 4 => - (object) array( - 'title' => 'Subscription Plans', - 'description' => 'Create new plans with different features and intrigue your users to subscribe to any plan.', - 'image' => '/themes/tailwind/images/plans.png', - ), - 5 => - (object) array( - 'title' => 'User Roles', - 'description' => 'Grant user permissions based on roles, you can then assign a role to a specific plan.', - 'image' => '/themes/tailwind/images/roles.png', - ), - 6 => - (object) array( - 'title' => 'Notifications', - 'description' => 'Ready-to-use Notification System which integrates with the default Laravel notification feature.', - 'image' => '/themes/tailwind/images/notifications.png', - ), - 7 => - (object) array( - 'title' => 'Announcements', - 'description' => 'Create user announcements to notify users about new features or updates in your application.', - 'image' => '/themes/tailwind/images/announcements.png', - ), - 8 => - (object) array( - 'title' => 'Blog', - 'description' => 'Equipped with a fully-functional blog. Write posts related to your product to gain free SEO traffic.', - 'image' => '/themes/tailwind/images/blog.png', - ), - 9 => - (object) array( - 'title' => 'Fully Functional API', - 'description' => 'Ready-to-consume API for your application. Create API tokens with role specific permissions.', - 'image' => '/themes/tailwind/images/api.png', - ), - 10 => - (object) array( - 'title' => 'Voyager Admin', - 'description' => 'Wave has been crafted using Laravel & Voyager, which makes administering your app a breeze!', - 'image' => '/themes/tailwind/images/admin.png', - ), - 11 => - (object) array( - 'title' => 'Themes', - 'description' => 'Fully configurable themes. Choose from a few starter themes to begin configuring to make it your own.', - 'image' => '/themes/tailwind/images/themes.png', - ), - ), - 'filament-google-analytics' => - array ( - 'dedicated_dashboard' => true, - 'dashboard_icon' => 'heroicon-m-chart-bar', - 'page_views' => - array ( - 'filament_dashboard' => true, - 'global' => true, - ), - 'visitors' => - array ( - 'filament_dashboard' => false, - 'global' => true, - ), - 'active_users_one_day' => - array ( - 'filament_dashboard' => true, - 'global' => true, - ), - 'active_users_seven_day' => - array ( - 'filament_dashboard' => true, - 'global' => true, - ), - 'active_users_twenty_eight_day' => - array ( - 'filament_dashboard' => true, - 'global' => false, - ), - 'sessions' => - array ( - 'filament_dashboard' => false, - 'global' => true, - ), - 'sessions_duration' => - array ( - 'filament_dashboard' => false, - 'global' => true, - ), - 'sessions_by_country' => - array ( - 'filament_dashboard' => false, - 'global' => true, - ), - 'sessions_by_device' => - array ( - 'filament_dashboard' => false, - 'global' => true, - ), - 'most_visited_pages' => - array ( - 'filament_dashboard' => true, - 'global' => true, - ), - 'top_referrers_list' => - array ( - 'filament_dashboard' => true, - 'global' => true, - ), - 'trending_up_icon' => 'heroicon-o-arrow-trending-up', - 'trending_down_icon' => 'heroicon-o-arrow-trending-down', - 'steady_icon' => 'heroicon-o-arrows-right-left', - 'trending_up_color' => 'success', - 'trending_down_color' => 'danger', - 'steady_color' => 'secondary', - ), - 'filesystems' => - array ( - 'default' => 'public', - 'disks' => - array ( - 'local' => - array ( - 'driver' => 'local', - 'root' => '/Users/tonylea/Sites/wave/storage/app', - 'throw' => false, - ), - 'public' => - array ( - 'driver' => 'local', - 'root' => '/Users/tonylea/Sites/wave/storage/app/public', - 'url' => 'https://wave.test/storage', - 'visibility' => 'public', - 'throw' => false, - ), - 's3' => - array ( - 'driver' => 's3', - 'key' => '', - 'secret' => '', - 'region' => 'us-east-1', - 'bucket' => '', - 'url' => NULL, - 'endpoint' => NULL, - 'use_path_style_endpoint' => false, - 'throw' => false, - ), - ), - 'links' => - array ( - '/Users/tonylea/Sites/wave/public/storage' => '/Users/tonylea/Sites/wave/storage/app/public', - '/Users/tonylea/Sites/wave/public/wave/docs' => '/Users/tonylea/Sites/wave/wave/docs', - ), - ), - 'forms' => - array ( - 'types' => - array ( - 'TextInput' => 'Text Input', - 'Textarea' => 'Textarea Input', - 'RichEditor' => 'Rich Text Editor', - 'MarkdownEditor' => 'Markdown Editor', - 'Select' => 'Select Dropdown', - 'Checkbox' => 'Checkbox', - 'Toggle' => 'Toggle', - 'CheckBoxList' => 'Checkbox List', - 'Radio' => 'Radio', - 'DateTimePicker' => 'Date Time Picker', - 'DatePicker' => 'Date Picker', - 'TimePicker' => 'Time Picker', - 'FileUpload' => 'File Upload', - 'TagsInput' => 'Tags Input', - 'ColorPicker' => 'Color Picker', - ), - ), - 'hashing' => - array ( - 'driver' => 'bcrypt', - 'bcrypt' => - array ( - 'rounds' => 10, - ), - 'argon' => - array ( - 'memory' => 65536, - 'threads' => 1, - 'time' => 4, - ), - 'rehash_on_login' => true, - ), - 'image' => - array ( - 'driver' => 'gd', - ), - 'jwt' => - array ( - 'secret' => 'Jrsweag3Mf0srOqDizRkhjWm5CEFcrBy', - 'keys' => - array ( - 'public' => NULL, - 'private' => NULL, - 'passphrase' => NULL, - ), - 'ttl' => 60, - 'refresh_ttl' => 20160, - 'algo' => 'HS256', - 'required_claims' => - array ( - 0 => 'iss', - 1 => 'iat', - 2 => 'exp', - 3 => 'nbf', - 4 => 'sub', - 5 => 'jti', - ), - 'persistent_claims' => - array ( - ), - 'lock_subject' => true, - 'leeway' => 0, - 'blacklist_enabled' => true, - 'blacklist_grace_period' => 0, - 'decrypt_cookies' => false, - 'providers' => - array ( - 'jwt' => 'Tymon\\JWTAuth\\Providers\\JWT\\Lcobucci', - 'auth' => 'Tymon\\JWTAuth\\Providers\\Auth\\Illuminate', - 'storage' => 'Tymon\\JWTAuth\\Providers\\Storage\\Illuminate', - ), - ), - 'logging' => - array ( - 'default' => 'stack', - 'deprecations' => - array ( - 'channel' => NULL, - 'trace' => false, - ), - 'channels' => - array ( - 'stack' => - array ( - 'driver' => 'stack', - 'channels' => - array ( - 0 => 'single', - ), - 'ignore_exceptions' => false, - ), - 'single' => - array ( - 'driver' => 'single', - 'path' => '/Users/tonylea/Sites/wave/storage/logs/laravel.log', - 'level' => 'debug', - ), - 'daily' => - array ( - 'driver' => 'daily', - 'path' => '/Users/tonylea/Sites/wave/storage/logs/laravel.log', - 'level' => 'debug', - 'days' => 14, - ), - 'slack' => - array ( - 'driver' => 'slack', - 'url' => NULL, - 'username' => 'Laravel Log', - 'emoji' => ':boom:', - 'level' => 'debug', - ), - 'papertrail' => - array ( - 'driver' => 'monolog', - 'level' => 'debug', - 'handler' => 'Monolog\\Handler\\SyslogUdpHandler', - 'handler_with' => - array ( - 'host' => NULL, - 'port' => NULL, - 'connectionString' => 'tls://:', - ), - ), - 'stderr' => - array ( - 'driver' => 'monolog', - 'level' => 'debug', - 'handler' => 'Monolog\\Handler\\StreamHandler', - 'formatter' => NULL, - 'with' => - array ( - 'stream' => 'php://stderr', - ), - ), - 'syslog' => - array ( - 'driver' => 'syslog', - 'level' => 'debug', - ), - 'errorlog' => - array ( - 'driver' => 'errorlog', - 'level' => 'debug', - ), - 'null' => - array ( - 'driver' => 'monolog', - 'handler' => 'Monolog\\Handler\\NullHandler', - ), - 'emergency' => - array ( - 'path' => '/Users/tonylea/Sites/wave/storage/logs/laravel.log', - ), - ), - ), - 'mail' => - array ( - 'default' => 'smtp', - 'mailers' => - array ( - 'smtp' => - array ( - 'transport' => 'smtp', - 'host' => '127.0.0.1', - 'port' => '2525', - 'encryption' => NULL, - 'username' => 'Wave', - 'password' => NULL, - 'timeout' => NULL, - 'local_domain' => NULL, - ), - 'ses' => - array ( - 'transport' => 'ses', - ), - 'postmark' => - array ( - 'transport' => 'postmark', - ), - 'resend' => - array ( - 'transport' => 'resend', - ), - 'sendmail' => - array ( - 'transport' => 'sendmail', - 'path' => '/usr/sbin/sendmail -bs -i', - ), - 'log' => - array ( - 'transport' => 'log', - 'channel' => NULL, - ), - 'array' => - array ( - 'transport' => 'array', - ), - 'failover' => - array ( - 'transport' => 'failover', - 'mailers' => - array ( - 0 => 'smtp', - 1 => 'log', - ), - ), - 'roundrobin' => - array ( - 'transport' => 'roundrobin', - 'mailers' => - array ( - 0 => 'ses', - 1 => 'postmark', - ), - ), - 'mailgun' => - array ( - 'transport' => 'mailgun', - ), - ), - 'from' => - array ( - 'address' => 'hello@example.com', - 'name' => 'Wave', - ), - 'markdown' => - array ( - 'theme' => 'default', - 'paths' => - array ( - 0 => '/Users/tonylea/Sites/wave/resources/views/vendor/mail', - ), - ), - ), - 'passport' => - array ( - 'private_key' => NULL, - 'public_key' => NULL, - ), - 'permission' => - array ( - 'models' => - array ( - 'permission' => 'Spatie\\Permission\\Models\\Permission', - 'role' => 'Spatie\\Permission\\Models\\Role', - ), - 'table_names' => - array ( - 'roles' => 'roles', - 'permissions' => 'permissions', - 'model_has_permissions' => 'model_has_permissions', - 'model_has_roles' => 'model_has_roles', - 'role_has_permissions' => 'role_has_permissions', - ), - 'column_names' => - array ( - 'role_pivot_key' => NULL, - 'permission_pivot_key' => NULL, - 'model_morph_key' => 'model_id', - 'team_foreign_key' => 'team_id', - ), - 'register_permission_check_method' => true, - 'register_octane_reset_listener' => false, - 'teams' => false, - 'use_passport_client_credentials' => false, - 'display_permission_in_exception' => false, - 'display_role_in_exception' => false, - 'enable_wildcard_permission' => false, - 'cache' => - array ( - 'expiration_time' => - \DateInterval::__set_state(array( - 'from_string' => true, - 'date_string' => '24 hours', - )), - 'key' => 'spatie.permission.cache', - 'store' => 'default', - ), - ), - 'profile' => - array ( - 'fields' => - array ( - 'about' => - array ( - 'label' => 'About', - 'type' => 'Textarea', - 'rules' => 'required', - ), - 'occupation' => - array ( - 'label' => 'What do you do for a living?', - 'type' => 'TextInput', - 'rules' => '', - ), - ), - ), - 'queue' => - array ( - 'default' => 'sync', - 'connections' => - array ( - 'sync' => - array ( - 'driver' => 'sync', - ), - 'database' => - array ( - 'driver' => 'database', - 'table' => 'jobs', - 'queue' => 'default', - 'retry_after' => 90, - 'after_commit' => false, - ), - 'beanstalkd' => - array ( - 'driver' => 'beanstalkd', - 'host' => 'localhost', - 'queue' => 'default', - 'retry_after' => 90, - 'block_for' => 0, - 'after_commit' => false, - ), - 'sqs' => - array ( - 'driver' => 'sqs', - 'key' => '', - 'secret' => '', - 'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id', - 'queue' => 'default', - 'suffix' => NULL, - 'region' => 'us-east-1', - 'after_commit' => false, - ), - 'redis' => - array ( - 'driver' => 'redis', - 'connection' => 'default', - 'queue' => 'default', - 'retry_after' => 90, - 'block_for' => NULL, - 'after_commit' => false, - ), - ), - 'batching' => - array ( - 'database' => 'sqlite', - 'table' => 'job_batches', - ), - 'failed' => - array ( - 'driver' => 'database-uuids', - 'database' => 'sqlite', - 'table' => 'failed_jobs', - ), - ), - 'services' => - array ( - 'postmark' => - array ( - 'token' => NULL, - ), - 'ses' => - array ( - 'key' => '', - 'secret' => '', - 'region' => 'us-east-1', - ), - 'resend' => - array ( - 'key' => NULL, - ), - 'slack' => - array ( - 'notifications' => - array ( - 'bot_user_oauth_token' => NULL, - 'channel' => NULL, - ), - ), - 'mailgun' => - array ( - 'domain' => NULL, - 'secret' => NULL, - 'endpoint' => 'api.mailgun.net', - 'scheme' => 'https', - ), - 'sparkpost' => - array ( - 'secret' => NULL, - ), - ), - 'session' => - array ( - 'driver' => 'file', - 'lifetime' => '9999', - 'expire_on_close' => false, - 'encrypt' => false, - 'files' => '/Users/tonylea/Sites/wave/storage/framework/sessions', - 'connection' => NULL, - 'table' => 'sessions', - 'store' => NULL, - 'lottery' => - array ( - 0 => 2, - 1 => 100, - ), - 'cookie' => 'wave_session', - 'path' => '/', - 'domain' => NULL, - 'secure' => NULL, - 'http_only' => true, - 'same_site' => 'lax', - 'partitioned' => false, - ), - 'style' => - array ( - 'primary_color' => '#000000', - ), - 'themes' => - array ( - 'folder' => '/Users/tonylea/Sites/wave/resources/themes', - 'publish_assets' => false, - 'create_tables' => false, - ), - 'view' => - array ( - 'paths' => - array ( - 0 => '/Users/tonylea/Sites/wave/resources/views', - ), - 'compiled' => '/Users/tonylea/Sites/wave/storage/framework/views', - ), - 'voyager' => - array ( - 'user' => - array ( - 'add_default_role_on_register' => true, - 'default_role' => 'trial', - 'namespace' => 'App\\Models\\User', - 'default_avatar' => 'users/default.png', - ), - 'controllers' => - array ( - 'namespace' => 'TCG\\Voyager\\Http\\Controllers', - ), - 'models' => - array ( - ), - 'assets_path' => '/vendor/tcg/voyager/assets', - 'storage' => - array ( - 'disk' => 'public', - ), - 'hidden_files' => false, - 'database' => - array ( - 'tables' => - array ( - 'hidden' => - array ( - 0 => 'migrations', - 1 => 'data_rows', - 2 => 'data_types', - 3 => 'menu_items', - 4 => 'password_resets', - 5 => 'permission_role', - 6 => 'settings', - ), - ), - 'autoload_migrations' => true, - ), - 'prefix' => 'admin', - 'user.redirect' => '/', - 'multilingual' => - array ( - 'enabled' => false, - 'default' => 'en', - 'locales' => - array ( - 0 => 'en', - ), - ), - 'dashboard' => - array ( - 'navbar_items' => - array ( - 'Profile' => - array ( - 'route' => 'voyager.profile', - 'classes' => 'class-full-of-rum', - 'icon_class' => 'voyager-person', - ), - 'Home' => - array ( - 'route' => '/', - 'icon_class' => 'voyager-home', - 'target_blank' => true, - ), - 'Logout' => - array ( - 'route' => 'voyager.logout', - 'icon_class' => 'voyager-power', - ), - ), - 'widgets' => - array ( - 0 => 'TCG\\Voyager\\Widgets\\UserDimmer', - 1 => 'TCG\\Voyager\\Widgets\\PostDimmer', - 2 => 'TCG\\Voyager\\Widgets\\PageDimmer', - ), - ), - 'add_bread_menu_item' => true, - 'add_bread_permission' => true, - 'primary_color' => '#1683FB', - 'show_dev_tips' => true, - 'additional_css' => - array ( - 0 => '/wave/css/admin.css', - ), - 'additional_js' => - array ( - ), - 'googlemaps' => - array ( - 'key' => '', - 'center' => - array ( - 'lat' => '32.715738', - 'lng' => '-117.161084', - ), - 'zoom' => 11, - ), - ), - 'wave' => - array ( - 'profile_fields' => - array ( - 'about' => - array ( - 'label' => 'About', - 'field' => 'textarea', - 'validation' => 'required', - ), - ), - 'api' => - array ( - 'auth_token_expires' => 60, - 'key_token_expires' => 1, - ), - 'auth' => - array ( - 'min_password_length' => 5, - ), - 'primary_color' => '#000000', - 'user_model' => 'App\\Models\\User', - 'show_docs' => true, - 'demo' => false, - 'dev_bar' => false, - 'default_user_role' => 'registered', - 'billing_provider' => 'paddle', - 'paddle' => - array ( - 'vendor' => '18563', - 'api_key' => '20af18932961e8fc82f999f57e10c3d4436db790f1f73e6a0d', - 'env' => 'sandbox', - 'public_key' => 'test_fa19977d2cd05ecf60d462606b8', - 'webhook_secret' => 'pdl_ntfset_01j47rjgzbqqk1pm17b3w1rfwx_Qa1oWt4PMruIrT1v9e88uwrmkdoJsFT+', - ), - 'stripe' => - array ( - 'publishable_key' => 'pk_test_51Pg4ulCzMorJyh54wPCuML1m9sjBVSbeNCnJSb1JSxTmtOeUxZntY0JixTKHxAcCnTcPPMTlzoy8n6OesQotucci00fQwXNSZw', - 'secret_key' => 'sk_test_51Pg4ulCzMorJyh54UGUDmjZuutdFU27ro6p0ragI2jfa81AJrS0ojJlh9A5r0dsUDGZEb19LSNhOb6vzlzSxd3z500F8U3QflB', - 'webhook_secret' => 'whsec_75bd136494e9c7ed2e3c5f6b5565b4220f36c4db272122362b73c4f1f5d51b44', - ), - ), - 'concurrency' => - array ( - 'default' => 'process', - ), - 'blade-heroicons' => - array ( - 'prefix' => 'heroicon', - 'fallback' => '', - 'class' => '', - 'attributes' => - array ( - ), - ), - 'blade-icons' => - array ( - 'sets' => - array ( - ), - 'class' => '', - 'attributes' => - array ( - ), - 'fallback' => '', - 'components' => - array ( - 'disabled' => false, - 'default' => 'icon', - ), - ), - 'blade-phosphor-icons' => - array ( - 'prefix' => 'phosphor', - 'fallback' => '', - 'class' => '', - 'attributes' => - array ( - ), - ), - 'filament' => - array ( - 'broadcasting' => - array ( - ), - 'default_filesystem_disk' => 'public', - 'assets_path' => NULL, - 'cache_path' => '/Users/tonylea/Sites/wave/bootstrap/cache/filament', - 'livewire_loading_delay' => 'default', - ), - 'laravel-impersonate' => - array ( - 'session_key' => 'impersonated_by', - 'session_guard' => 'impersonator_guard', - 'session_guard_using' => 'impersonator_guard_using', - 'default_impersonator_guard' => 'web', - 'take_redirect_to' => '/', - 'leave_redirect_to' => '/', - ), - 'livewire' => - array ( - 'class_namespace' => 'App\\Livewire', - 'view_path' => '/Users/tonylea/Sites/wave/resources/views/livewire', - 'layout' => 'components.layouts.app', - 'lazy_placeholder' => NULL, - 'temporary_file_upload' => - array ( - 'disk' => NULL, - 'rules' => NULL, - 'directory' => NULL, - 'middleware' => NULL, - 'preview_mimes' => - array ( - 0 => 'png', - 1 => 'gif', - 2 => 'bmp', - 3 => 'svg', - 4 => 'wav', - 5 => 'mp4', - 6 => 'mov', - 7 => 'avi', - 8 => 'wmv', - 9 => 'mp3', - 10 => 'm4a', - 11 => 'jpg', - 12 => 'jpeg', - 13 => 'mpga', - 14 => 'webp', - 15 => 'wma', - ), - 'max_upload_time' => 5, - 'cleanup' => true, - ), - 'render_on_redirect' => false, - 'legacy_model_binding' => false, - 'inject_assets' => true, - 'navigate' => - array ( - 'show_progress_bar' => true, - 'progress_bar_color' => '#2299dd', - ), - 'inject_morph_markers' => true, - 'pagination_theme' => 'tailwind', - ), - 'livewire-urls' => - array ( - ), - 'analytics' => - array ( - 'property_id' => '250969493', - 'service_account_credentials_json' => '/Users/tonylea/Sites/wave/storage/app/analytics/service-account-credentials.json', - 'cache_lifetime_in_minutes' => 1440, - 'cache' => - array ( - 'store' => 'file', - ), - ), - 'flare' => - array ( - 'key' => NULL, - 'flare_middleware' => - array ( - 0 => 'Spatie\\FlareClient\\FlareMiddleware\\RemoveRequestIp', - 1 => 'Spatie\\FlareClient\\FlareMiddleware\\AddGitInformation', - 2 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddNotifierName', - 3 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddEnvironmentInformation', - 4 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddExceptionInformation', - 5 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddDumps', - 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddLogs' => - array ( - 'maximum_number_of_collected_logs' => 200, - ), - 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddQueries' => - array ( - 'maximum_number_of_collected_queries' => 200, - 'report_query_bindings' => true, - ), - 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddJobs' => - array ( - 'max_chained_job_reporting_depth' => 5, - ), - 6 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddContext', - 7 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddExceptionHandledStatus', - 'Spatie\\FlareClient\\FlareMiddleware\\CensorRequestBodyFields' => - array ( - 'censor_fields' => - array ( - 0 => 'password', - 1 => 'password_confirmation', - ), - ), - 'Spatie\\FlareClient\\FlareMiddleware\\CensorRequestHeaders' => - array ( - 'headers' => - array ( - 0 => 'API-KEY', - 1 => 'Authorization', - 2 => 'Cookie', - 3 => 'Set-Cookie', - 4 => 'X-CSRF-TOKEN', - 5 => 'X-XSRF-TOKEN', - ), - ), - ), - 'send_logs_as_events' => true, - ), - 'ignition' => - array ( - 'editor' => 'phpstorm', - 'theme' => 'auto', - 'enable_share_button' => true, - 'register_commands' => false, - 'solution_providers' => - array ( - 0 => 'Spatie\\Ignition\\Solutions\\SolutionProviders\\BadMethodCallSolutionProvider', - 1 => 'Spatie\\Ignition\\Solutions\\SolutionProviders\\MergeConflictSolutionProvider', - 2 => 'Spatie\\Ignition\\Solutions\\SolutionProviders\\UndefinedPropertySolutionProvider', - 3 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\IncorrectValetDbCredentialsSolutionProvider', - 4 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingAppKeySolutionProvider', - 5 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\DefaultDbNameSolutionProvider', - 6 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\TableNotFoundSolutionProvider', - 7 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingImportSolutionProvider', - 8 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\InvalidRouteActionSolutionProvider', - 9 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\ViewNotFoundSolutionProvider', - 10 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\RunningLaravelDuskInProductionProvider', - 11 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingColumnSolutionProvider', - 12 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\UnknownValidationSolutionProvider', - 13 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingMixManifestSolutionProvider', - 14 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingViteManifestSolutionProvider', - 15 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingLivewireComponentSolutionProvider', - 16 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\UndefinedViewVariableSolutionProvider', - 17 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\GenericLaravelExceptionSolutionProvider', - 18 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\OpenAiSolutionProvider', - 19 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\SailNetworkSolutionProvider', - 20 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\UnknownMysql8CollationSolutionProvider', - 21 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\UnknownMariadbCollationSolutionProvider', - ), - 'ignored_solution_providers' => - array ( - ), - 'enable_runnable_solutions' => NULL, - 'remote_sites_path' => '/Users/tonylea/Sites/wave', - 'local_sites_path' => '', - 'housekeeping_endpoint_prefix' => '_ignition', - 'settings_file_path' => '', - 'recorders' => - array ( - 0 => 'Spatie\\LaravelIgnition\\Recorders\\DumpRecorder\\DumpRecorder', - 1 => 'Spatie\\LaravelIgnition\\Recorders\\JobRecorder\\JobRecorder', - 2 => 'Spatie\\LaravelIgnition\\Recorders\\LogRecorder\\LogRecorder', - 3 => 'Spatie\\LaravelIgnition\\Recorders\\QueryRecorder\\QueryRecorder', - ), - 'open_ai_key' => NULL, - 'with_stack_frame_arguments' => true, - 'argument_reducers' => - array ( - 0 => 'Spatie\\Backtrace\\Arguments\\Reducers\\BaseTypeArgumentReducer', - 1 => 'Spatie\\Backtrace\\Arguments\\Reducers\\ArrayArgumentReducer', - 2 => 'Spatie\\Backtrace\\Arguments\\Reducers\\StdClassArgumentReducer', - 3 => 'Spatie\\Backtrace\\Arguments\\Reducers\\EnumArgumentReducer', - 4 => 'Spatie\\Backtrace\\Arguments\\Reducers\\ClosureArgumentReducer', - 5 => 'Spatie\\Backtrace\\Arguments\\Reducers\\DateTimeArgumentReducer', - 6 => 'Spatie\\Backtrace\\Arguments\\Reducers\\DateTimeZoneArgumentReducer', - 7 => 'Spatie\\Backtrace\\Arguments\\Reducers\\SymphonyRequestArgumentReducer', - 8 => 'Spatie\\LaravelIgnition\\ArgumentReducers\\ModelArgumentReducer', - 9 => 'Spatie\\LaravelIgnition\\ArgumentReducers\\CollectionArgumentReducer', - 10 => 'Spatie\\Backtrace\\Arguments\\Reducers\\StringableArgumentReducer', - ), - ), - 'tinker' => - array ( - 'commands' => - array ( - ), - 'alias' => - array ( - ), - 'dont_alias' => - array ( - 0 => 'App\\Nova', - ), - ), -); diff --git a/bootstrap/cache/routes-v7.php b/bootstrap/cache/routes-v7.php deleted file mode 100644 index 70613e919..000000000 --- a/bootstrap/cache/routes-v7.php +++ /dev/null @@ -1,5897 +0,0 @@ -setCompiledRoutes( - array ( - 'compiled' => - array ( - 0 => false, - 1 => - array ( - '/login' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'login', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - 'POST' => 2, - 'PUT' => 3, - 'PATCH' => 4, - 'DELETE' => 5, - 'OPTIONS' => 6, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/register' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'register', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - 'POST' => 2, - 'PUT' => 3, - 'PATCH' => 4, - 'DELETE' => 5, - 'OPTIONS' => 6, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/auth/logout' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'logout', - ), - 1 => NULL, - 2 => - array ( - 'POST' => 0, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - 1 => - array ( - 0 => - array ( - '_route' => 'logout.get', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/auth/password_confirmation_test' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'generated::dBaxKnyOy7g9thGI', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/logout' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.auth.logout', - ), - 1 => NULL, - 2 => - array ( - 'POST' => 0, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.pages.dashboard', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/media' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.pages.media', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/plugins' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.pages.plugins', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/themes' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.pages.themes', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/categories' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.categories.index', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/categories/create' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.categories.create', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/changelogs' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.changelogs.index', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/changelogs/create' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.changelogs.create', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/forms' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.forms.index', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/forms/create' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.forms.create', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/pages' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.pages.index', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/pages/create' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.pages.create', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/permissions' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.permissions.index', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/permissions/create' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.permissions.create', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/plans' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.plans.index', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/plans/create' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.plans.create', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/posts' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.posts.index', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/posts/create' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.posts.create', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/roles' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.roles.index', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/roles/create' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.roles.create', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/settings' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.settings.index', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/settings/create' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.settings.create', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/users' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.users.index', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/users/create' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.users.create', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/livewire/update' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'livewire.update', - ), - 1 => NULL, - 2 => - array ( - 'POST' => 0, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/livewire/livewire.js' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'generated::6OYXzOVVIMCODsiv', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/livewire/livewire.min.js.map' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'generated::TJ8sJUTLxRFaTyY5', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/livewire/upload-file' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'livewire.upload-file', - ), - 1 => NULL, - 2 => - array ( - 'POST' => 0, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/_ignition/health-check' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'ignition.healthCheck', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/_ignition/execute-solution' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'ignition.executeSolution', - ), - 1 => NULL, - 2 => - array ( - 'POST' => 0, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/_ignition/update-config' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'ignition.updateConfig', - ), - 1 => NULL, - 2 => - array ( - 'POST' => 0, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/api/user' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'generated::65pFa0TucUCSw0QI', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/api/login' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'generated::MHcycnagUedMaLst', - ), - 1 => NULL, - 2 => - array ( - 'POST' => 0, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/api/register' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'generated::Fjbe46vBgncuN22k', - ), - 1 => NULL, - 2 => - array ( - 'POST' => 0, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/api/logout' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'generated::lkpzWx4LYk7HNuY3', - ), - 1 => NULL, - 2 => - array ( - 'POST' => 0, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/api/refresh' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'generated::ZlvDDCBMDV6GyxOQ', - ), - 1 => NULL, - 2 => - array ( - 'POST' => 0, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/api/token' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'generated::2mZPcvHViILHJ8OS', - ), - 1 => NULL, - 2 => - array ( - 'POST' => 0, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/api/posts' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'generated::j4VCWj71qHdDIpDC', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/impersonate/leave' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'impersonate.leave', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/logout' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'wave.logout', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/install' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'wave.install', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/settings' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'settings', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - 'POST' => 2, - 'PUT' => 3, - 'PATCH' => 4, - 'DELETE' => 5, - 'OPTIONS' => 6, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/changelog/read' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'changelog.read', - ), - 1 => NULL, - 2 => - array ( - 'POST' => 0, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/cancel' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'wave.cancel', - ), - 1 => NULL, - 2 => - array ( - 'POST' => 0, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/checkout/welcome' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'generated::NNr9wjquXiSWaurB', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/subscribe' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'wave.subscribe', - ), - 1 => NULL, - 2 => - array ( - 'POST' => 0, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/switch-plans' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'wave.switch-plans', - ), - 1 => NULL, - 2 => - array ( - 'POST' => 0, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/admin/login' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'generated::jbR4zVzzGBMgr4Od', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - 'POST' => 2, - 'PUT' => 3, - 'PATCH' => 4, - 'DELETE' => 5, - 'OPTIONS' => 6, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/reset' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'generated::C3rn03dZ7XVU8Nkf', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/webhook/paddle' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'generated::G9OnjwEZI8LPVH2R', - ), - 1 => NULL, - 2 => - array ( - 'POST' => 0, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/webhook/stripe' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'generated::JrLExPALI0U7NT1U', - ), - 1 => NULL, - 2 => - array ( - 'POST' => 0, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/stripe/portal' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'stripe.portal', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/billing' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'billing', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - 'POST' => 2, - 'PUT' => 3, - 'PATCH' => 4, - 'DELETE' => 5, - 'OPTIONS' => 6, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/example-page' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'example-page', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/about' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'about', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/example' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'example', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/example/component' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'example.component', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - '/discussions' => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'discussions', - ), - 1 => NULL, - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - ), - 2 => - array ( - 0 => '{^(?|/a(?|uth/(?|verify\\-email/([^/]++)/([^/]++)(*:50)|([^/]++)/(?|redirect(*:77)|callback(*:92)))|dmin/(?|c(?|ategories/([^/]++)/edit(*:136)|hangelogs/([^/]++)/edit(*:167))|forms/([^/]++)/edit(*:195)|p(?|ages/([^/]++)/edit(*:225)|ermissions/([^/]++)/edit(*:257)|lans/([^/]++)/edit(*:283)|osts/([^/]++)/edit(*:309))|roles/([^/]++)/edit(*:337)|settings/([^/]++)/edit(*:367)|users/([^/]++)/edit(*:394)))|/filament/(?|exports/([^/]++)/download(*:442)|imports/([^/]++)/failed\\-rows/download(*:488))|/_dusk/(?|log(?|in/([^/]++)(?:/([^/]++))?(*:538)|out(?:/([^/]++))?(*:563))|user(?:/([^/]++))?(*:590))|/livewire/preview\\-file/([^/]++)(*:631)|/impersonate/take/([^/]++)(?:/([^/]++))?(*:679)|/d(?|ocs(?:/((?:.*)))?(*:709)|iscussion(?|s/category/([^/]++)(*:748)|/([^/]++)(*:765)))|/settings/invoices/([^/]++)(*:802)|/notification/read/([^/]++)(*:837)|/wave/(?|theme/image/([^/]++)(*:874)|plugin/image/([^/]++)(*:903))|/(.*)(*:917))/?$}sDu', - ), - 3 => - array ( - 50 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'verification.verify', - ), - 1 => - array ( - 0 => 'id', - 1 => 'hash', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => true, - 6 => NULL, - ), - ), - 77 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'generated::DT1IhbhNHHzsbMn0', - ), - 1 => - array ( - 0 => 'driver', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - 92 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'generated::acgRdVfrBTpA3wLC', - ), - 1 => - array ( - 0 => 'driver', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - 136 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.categories.edit', - ), - 1 => - array ( - 0 => 'record', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - 167 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.changelogs.edit', - ), - 1 => - array ( - 0 => 'record', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - 195 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.forms.edit', - ), - 1 => - array ( - 0 => 'record', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - 225 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.pages.edit', - ), - 1 => - array ( - 0 => 'record', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - 257 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.permissions.edit', - ), - 1 => - array ( - 0 => 'record', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - 283 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.plans.edit', - ), - 1 => - array ( - 0 => 'record', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - 309 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.posts.edit', - ), - 1 => - array ( - 0 => 'record', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - 337 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.roles.edit', - ), - 1 => - array ( - 0 => 'record', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - 367 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.settings.edit', - ), - 1 => - array ( - 0 => 'record', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - 394 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.admin.resources.users.edit', - ), - 1 => - array ( - 0 => 'record', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - 442 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.exports.download', - ), - 1 => - array ( - 0 => 'export', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - 488 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'filament.imports.failed-rows.download', - ), - 1 => - array ( - 0 => 'import', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => false, - 6 => NULL, - ), - ), - 538 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'dusk.login', - 'guard' => NULL, - ), - 1 => - array ( - 0 => 'userId', - 1 => 'guard', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => true, - 6 => NULL, - ), - ), - 563 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'dusk.logout', - 'guard' => NULL, - ), - 1 => - array ( - 0 => 'guard', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => true, - 6 => NULL, - ), - ), - 590 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'dusk.user', - 'guard' => NULL, - ), - 1 => - array ( - 0 => 'guard', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => true, - 6 => NULL, - ), - ), - 631 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'livewire.preview-file', - ), - 1 => - array ( - 0 => 'filename', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => true, - 6 => NULL, - ), - ), - 679 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'impersonate', - 'guardName' => NULL, - ), - 1 => - array ( - 0 => 'id', - 1 => 'guardName', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => true, - 6 => NULL, - ), - ), - 709 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'generated::4XBJqJCv1ddWTPhr', - 'page' => NULL, - ), - 1 => - array ( - 0 => 'page', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => true, - 6 => NULL, - ), - ), - 748 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'discussions.category', - ), - 1 => - array ( - 0 => 'category', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => true, - 6 => NULL, - ), - ), - 765 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'discussion', - ), - 1 => - array ( - 0 => 'discussion_slug', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => true, - 6 => NULL, - ), - ), - 802 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'wave.paddle.invoice', - ), - 1 => - array ( - 0 => 'invoice', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => true, - 6 => NULL, - ), - ), - 837 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'wave.notification.read', - ), - 1 => - array ( - 0 => 'id', - ), - 2 => - array ( - 'POST' => 0, - ), - 3 => NULL, - 4 => false, - 5 => true, - 6 => NULL, - ), - ), - 874 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'generated::lw1rNOjbWooSasIP', - ), - 1 => - array ( - 0 => 'theme_name', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => true, - 6 => NULL, - ), - ), - 903 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'generated::Ut4uQ5HIwJRSp1ne', - ), - 1 => - array ( - 0 => 'plugin_name', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => true, - 6 => NULL, - ), - ), - 917 => - array ( - 0 => - array ( - 0 => - array ( - '_route' => 'laravel-folio', - ), - 1 => - array ( - 0 => 'fallbackPlaceholder', - ), - 2 => - array ( - 'GET' => 0, - 'HEAD' => 1, - ), - 3 => NULL, - 4 => false, - 5 => true, - 6 => NULL, - ), - 1 => - array ( - 0 => NULL, - 1 => NULL, - 2 => NULL, - 3 => NULL, - 4 => false, - 5 => false, - 6 => 0, - ), - ), - ), - 4 => NULL, - ), - 'attributes' => - array ( - 'login' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - 2 => 'POST', - 3 => 'PUT', - 4 => 'PATCH', - 5 => 'DELETE', - 6 => 'OPTIONS', - ), - 'uri' => 'login', - 'action' => - array ( - 'uses' => '\\Illuminate\\Routing\\RedirectController@__invoke', - 'controller' => '\\Illuminate\\Routing\\RedirectController', - 'as' => 'login', - ), - 'fallback' => false, - 'defaults' => - array ( - 'destination' => 'auth/login', - 'status' => 302, - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'register' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - 2 => 'POST', - 3 => 'PUT', - 4 => 'PATCH', - 5 => 'DELETE', - 6 => 'OPTIONS', - ), - 'uri' => 'register', - 'action' => - array ( - 'uses' => '\\Illuminate\\Routing\\RedirectController@__invoke', - 'controller' => '\\Illuminate\\Routing\\RedirectController', - 'as' => 'register', - ), - 'fallback' => false, - 'defaults' => - array ( - 'destination' => 'auth/register', - 'status' => 302, - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'logout' => - array ( - 'methods' => - array ( - 0 => 'POST', - ), - 'uri' => 'auth/logout', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'auth', - 1 => 'web', - ), - 'uses' => 'Devdojo\\Auth\\Http\\Controllers\\LogoutController@__invoke', - 'controller' => 'Devdojo\\Auth\\Http\\Controllers\\LogoutController', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'logout', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'verification.verify' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'auth/verify-email/{id}/{hash}', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'auth', - 1 => 'web', - 2 => 'signed', - 3 => 'throttle:6,1', - ), - 'uses' => 'Devdojo\\Auth\\Http\\Controllers\\VerifyEmailController@__invoke', - 'controller' => 'Devdojo\\Auth\\Http\\Controllers\\VerifyEmailController', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'verification.verify', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'logout.get' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'auth/logout', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'auth', - 1 => 'web', - ), - 'uses' => 'Devdojo\\Auth\\Http\\Controllers\\LogoutController@getLogout', - 'controller' => 'Devdojo\\Auth\\Http\\Controllers\\LogoutController@getLogout', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'logout.get', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'generated::DT1IhbhNHHzsbMn0' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'auth/{driver}/redirect', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - ), - 'uses' => 'Devdojo\\Auth\\Http\\Controllers\\SocialController@redirect', - 'controller' => 'Devdojo\\Auth\\Http\\Controllers\\SocialController@redirect', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'generated::DT1IhbhNHHzsbMn0', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'generated::acgRdVfrBTpA3wLC' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'auth/{driver}/callback', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - ), - 'uses' => 'Devdojo\\Auth\\Http\\Controllers\\SocialController@callback', - 'controller' => 'Devdojo\\Auth\\Http\\Controllers\\SocialController@callback', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'generated::acgRdVfrBTpA3wLC', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'laravel-folio' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => '{fallbackPlaceholder}', - 'action' => - array ( - 'uses' => 'O:55:"Laravel\\SerializableClosure\\UnsignedSerializableClosure":1:{s:12:"serializable";O:46:"Laravel\\SerializableClosure\\Serializers\\Native":5:{s:3:"use";a:0:{}s:8:"function";s:576:"function (\\Illuminate\\Http\\Request $request) { - $this->terminateUsing = null; - - $mountPaths = collect($this->mountPaths)->filter( - fn (\\Laravel\\Folio\\MountPath $mountPath) => str_starts_with(mb_strtolower(\'/\'.$request->path()), $mountPath->baseUri) - )->all(); - - return (new \\Laravel\\Folio\\RequestHandler( - $mountPaths, - $this->renderUsing, - fn (\\Laravel\\Folio\\Pipeline\\MatchedView $matchedView) => $this->lastMatchedView = $matchedView, - ))($request); - }";s:5:"scope";s:26:"Laravel\\Folio\\FolioManager";s:4:"this";O:26:"Laravel\\Folio\\FolioManager":4:{s:13:"' . "\0" . '*' . "\0" . 'mountPaths";a:3:{i:0;O:23:"Laravel\\Folio\\MountPath":4:{s:10:"middleware";O:37:"Laravel\\Folio\\PathBasedMiddlewareList":1:{s:10:"middleware";a:1:{s:1:"*";a:0:{}}}s:4:"path";s:67:"/Users/tonylea/Sites/wave/vendor/devdojo/auth/resources/views/pages";s:7:"baseUri";s:1:"/";s:6:"domain";N;}i:1;O:23:"Laravel\\Folio\\MountPath":4:{s:10:"middleware";O:37:"Laravel\\Folio\\PathBasedMiddlewareList":1:{s:10:"middleware";a:1:{s:1:"*";a:0:{}}}s:4:"path";s:52:"/Users/tonylea/Sites/wave/wave/resources/views/pages";s:7:"baseUri";s:1:"/";s:6:"domain";N;}i:2;O:23:"Laravel\\Folio\\MountPath":4:{s:10:"middleware";O:37:"Laravel\\Folio\\PathBasedMiddlewareList":1:{s:10:"middleware";a:1:{s:1:"*";a:0:{}}}s:4:"path";s:55:"/Users/tonylea/Sites/wave/resources/themes/anchor/pages";s:7:"baseUri";s:1:"/";s:6:"domain";N;}}s:14:"' . "\0" . '*' . "\0" . 'renderUsing";N;s:17:"' . "\0" . '*' . "\0" . 'terminateUsing";N;s:18:"' . "\0" . '*' . "\0" . 'lastMatchedView";N;}s:4:"self";s:32:"00000000000021f20000000000000000";}}', - 'as' => 'laravel-folio', - ), - 'fallback' => true, - 'defaults' => - array ( - ), - 'wheres' => - array ( - 'fallbackPlaceholder' => '.*', - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'generated::dBaxKnyOy7g9thGI' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'auth/password_confirmation_test', - 'action' => - array ( - 'uses' => 'O:55:"Laravel\\SerializableClosure\\UnsignedSerializableClosure":1:{s:12:"serializable";O:46:"Laravel\\SerializableClosure\\Serializers\\Native":5:{s:3:"use";a:0:{}s:8:"function";s:68:"function () { - return \'Test Confirmed\'; - }";s:5:"scope";s:32:"Devdojo\\Auth\\AuthServiceProvider";s:4:"this";N;s:4:"self";s:32:"00000000000014180000000000000000";}}', - 'middleware' => - array ( - 0 => 'web', - 1 => 'auth', - 2 => 'password.confirm', - ), - 'as' => 'generated::dBaxKnyOy7g9thGI', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.exports.download' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'filament/exports/{export}/download', - 'action' => - array ( - 'uses' => 'Filament\\Actions\\Exports\\Http\\Controllers\\DownloadExport@__invoke', - 'controller' => 'Filament\\Actions\\Exports\\Http\\Controllers\\DownloadExport', - 'as' => 'filament.exports.download', - 'middleware' => - array ( - 0 => 'filament.actions', - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.imports.failed-rows.download' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'filament/imports/{import}/failed-rows/download', - 'action' => - array ( - 'uses' => 'Filament\\Actions\\Imports\\Http\\Controllers\\DownloadImportFailureCsv@__invoke', - 'controller' => 'Filament\\Actions\\Imports\\Http\\Controllers\\DownloadImportFailureCsv', - 'as' => 'filament.imports.failed-rows.download', - 'middleware' => - array ( - 0 => 'filament.actions', - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.auth.logout' => - array ( - 'methods' => - array ( - 0 => 'POST', - ), - 'uri' => 'admin/logout', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'uses' => 'Filament\\Http\\Controllers\\Auth\\LogoutController@__invoke', - 'controller' => 'Filament\\Http\\Controllers\\Auth\\LogoutController', - 'as' => 'filament.admin.auth.logout', - 'namespace' => NULL, - 'prefix' => '/admin', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.pages.dashboard' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'uses' => 'App\\Filament\\Pages\\Dashboard@__invoke', - 'controller' => 'App\\Filament\\Pages\\Dashboard', - 'as' => 'filament.admin.pages.dashboard', - 'namespace' => NULL, - 'prefix' => 'admin/', - 'where' => - array ( - ), - 'excluded_middleware' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.pages.media' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/media', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'uses' => 'App\\Filament\\Pages\\Media@__invoke', - 'controller' => 'App\\Filament\\Pages\\Media', - 'as' => 'filament.admin.pages.media', - 'namespace' => NULL, - 'prefix' => 'admin/', - 'where' => - array ( - ), - 'excluded_middleware' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.pages.plugins' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/plugins', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'uses' => 'App\\Filament\\Pages\\Plugins@__invoke', - 'controller' => 'App\\Filament\\Pages\\Plugins', - 'as' => 'filament.admin.pages.plugins', - 'namespace' => NULL, - 'prefix' => 'admin/', - 'where' => - array ( - ), - 'excluded_middleware' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.pages.themes' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/themes', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'uses' => 'App\\Filament\\Pages\\Themes@__invoke', - 'controller' => 'App\\Filament\\Pages\\Themes', - 'as' => 'filament.admin.pages.themes', - 'namespace' => NULL, - 'prefix' => 'admin/', - 'where' => - array ( - ), - 'excluded_middleware' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.categories.index' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/categories', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\CategoryResource\\Pages\\ListCategories@__invoke', - 'controller' => 'App\\Filament\\Resources\\CategoryResource\\Pages\\ListCategories', - 'as' => 'filament.admin.resources.categories.index', - 'namespace' => NULL, - 'prefix' => 'admin/categories', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.categories.create' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/categories/create', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\CategoryResource\\Pages\\CreateCategory@__invoke', - 'controller' => 'App\\Filament\\Resources\\CategoryResource\\Pages\\CreateCategory', - 'as' => 'filament.admin.resources.categories.create', - 'namespace' => NULL, - 'prefix' => 'admin/categories', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.categories.edit' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/categories/{record}/edit', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\CategoryResource\\Pages\\EditCategory@__invoke', - 'controller' => 'App\\Filament\\Resources\\CategoryResource\\Pages\\EditCategory', - 'as' => 'filament.admin.resources.categories.edit', - 'namespace' => NULL, - 'prefix' => 'admin/categories', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.changelogs.index' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/changelogs', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\ChangelogResource\\Pages\\ListChangelogs@__invoke', - 'controller' => 'App\\Filament\\Resources\\ChangelogResource\\Pages\\ListChangelogs', - 'as' => 'filament.admin.resources.changelogs.index', - 'namespace' => NULL, - 'prefix' => 'admin/changelogs', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.changelogs.create' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/changelogs/create', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\ChangelogResource\\Pages\\CreateChangelog@__invoke', - 'controller' => 'App\\Filament\\Resources\\ChangelogResource\\Pages\\CreateChangelog', - 'as' => 'filament.admin.resources.changelogs.create', - 'namespace' => NULL, - 'prefix' => 'admin/changelogs', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.changelogs.edit' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/changelogs/{record}/edit', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\ChangelogResource\\Pages\\EditChangelog@__invoke', - 'controller' => 'App\\Filament\\Resources\\ChangelogResource\\Pages\\EditChangelog', - 'as' => 'filament.admin.resources.changelogs.edit', - 'namespace' => NULL, - 'prefix' => 'admin/changelogs', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.forms.index' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/forms', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\FormsResource\\Pages\\ListForms@__invoke', - 'controller' => 'App\\Filament\\Resources\\FormsResource\\Pages\\ListForms', - 'as' => 'filament.admin.resources.forms.index', - 'namespace' => NULL, - 'prefix' => 'admin/forms', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.forms.create' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/forms/create', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\FormsResource\\Pages\\CreateForms@__invoke', - 'controller' => 'App\\Filament\\Resources\\FormsResource\\Pages\\CreateForms', - 'as' => 'filament.admin.resources.forms.create', - 'namespace' => NULL, - 'prefix' => 'admin/forms', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.forms.edit' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/forms/{record}/edit', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\FormsResource\\Pages\\EditForms@__invoke', - 'controller' => 'App\\Filament\\Resources\\FormsResource\\Pages\\EditForms', - 'as' => 'filament.admin.resources.forms.edit', - 'namespace' => NULL, - 'prefix' => 'admin/forms', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.pages.index' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/pages', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\PageResource\\Pages\\ListPages@__invoke', - 'controller' => 'App\\Filament\\Resources\\PageResource\\Pages\\ListPages', - 'as' => 'filament.admin.resources.pages.index', - 'namespace' => NULL, - 'prefix' => 'admin/pages', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.pages.create' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/pages/create', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\PageResource\\Pages\\CreatePage@__invoke', - 'controller' => 'App\\Filament\\Resources\\PageResource\\Pages\\CreatePage', - 'as' => 'filament.admin.resources.pages.create', - 'namespace' => NULL, - 'prefix' => 'admin/pages', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.pages.edit' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/pages/{record}/edit', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\PageResource\\Pages\\EditPage@__invoke', - 'controller' => 'App\\Filament\\Resources\\PageResource\\Pages\\EditPage', - 'as' => 'filament.admin.resources.pages.edit', - 'namespace' => NULL, - 'prefix' => 'admin/pages', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.permissions.index' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/permissions', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\PermissionResource\\Pages\\ListPermissions@__invoke', - 'controller' => 'App\\Filament\\Resources\\PermissionResource\\Pages\\ListPermissions', - 'as' => 'filament.admin.resources.permissions.index', - 'namespace' => NULL, - 'prefix' => 'admin/permissions', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.permissions.create' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/permissions/create', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\PermissionResource\\Pages\\CreatePermission@__invoke', - 'controller' => 'App\\Filament\\Resources\\PermissionResource\\Pages\\CreatePermission', - 'as' => 'filament.admin.resources.permissions.create', - 'namespace' => NULL, - 'prefix' => 'admin/permissions', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.permissions.edit' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/permissions/{record}/edit', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\PermissionResource\\Pages\\EditPermission@__invoke', - 'controller' => 'App\\Filament\\Resources\\PermissionResource\\Pages\\EditPermission', - 'as' => 'filament.admin.resources.permissions.edit', - 'namespace' => NULL, - 'prefix' => 'admin/permissions', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.plans.index' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/plans', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\PlanResource\\Pages\\ListPlans@__invoke', - 'controller' => 'App\\Filament\\Resources\\PlanResource\\Pages\\ListPlans', - 'as' => 'filament.admin.resources.plans.index', - 'namespace' => NULL, - 'prefix' => 'admin/plans', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.plans.create' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/plans/create', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\PlanResource\\Pages\\CreatePlan@__invoke', - 'controller' => 'App\\Filament\\Resources\\PlanResource\\Pages\\CreatePlan', - 'as' => 'filament.admin.resources.plans.create', - 'namespace' => NULL, - 'prefix' => 'admin/plans', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.plans.edit' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/plans/{record}/edit', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\PlanResource\\Pages\\EditPlan@__invoke', - 'controller' => 'App\\Filament\\Resources\\PlanResource\\Pages\\EditPlan', - 'as' => 'filament.admin.resources.plans.edit', - 'namespace' => NULL, - 'prefix' => 'admin/plans', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.posts.index' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/posts', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\PostResource\\Pages\\ListPosts@__invoke', - 'controller' => 'App\\Filament\\Resources\\PostResource\\Pages\\ListPosts', - 'as' => 'filament.admin.resources.posts.index', - 'namespace' => NULL, - 'prefix' => 'admin/posts', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.posts.create' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/posts/create', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\PostResource\\Pages\\CreatePost@__invoke', - 'controller' => 'App\\Filament\\Resources\\PostResource\\Pages\\CreatePost', - 'as' => 'filament.admin.resources.posts.create', - 'namespace' => NULL, - 'prefix' => 'admin/posts', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.posts.edit' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/posts/{record}/edit', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\PostResource\\Pages\\EditPost@__invoke', - 'controller' => 'App\\Filament\\Resources\\PostResource\\Pages\\EditPost', - 'as' => 'filament.admin.resources.posts.edit', - 'namespace' => NULL, - 'prefix' => 'admin/posts', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.roles.index' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/roles', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\RoleResource\\Pages\\ListRoles@__invoke', - 'controller' => 'App\\Filament\\Resources\\RoleResource\\Pages\\ListRoles', - 'as' => 'filament.admin.resources.roles.index', - 'namespace' => NULL, - 'prefix' => 'admin/roles', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.roles.create' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/roles/create', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\RoleResource\\Pages\\CreateRole@__invoke', - 'controller' => 'App\\Filament\\Resources\\RoleResource\\Pages\\CreateRole', - 'as' => 'filament.admin.resources.roles.create', - 'namespace' => NULL, - 'prefix' => 'admin/roles', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.roles.edit' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/roles/{record}/edit', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\RoleResource\\Pages\\EditRole@__invoke', - 'controller' => 'App\\Filament\\Resources\\RoleResource\\Pages\\EditRole', - 'as' => 'filament.admin.resources.roles.edit', - 'namespace' => NULL, - 'prefix' => 'admin/roles', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.settings.index' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/settings', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\SettingResource\\Pages\\ListSettings@__invoke', - 'controller' => 'App\\Filament\\Resources\\SettingResource\\Pages\\ListSettings', - 'as' => 'filament.admin.resources.settings.index', - 'namespace' => NULL, - 'prefix' => 'admin/settings', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.settings.create' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/settings/create', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\SettingResource\\Pages\\CreateSetting@__invoke', - 'controller' => 'App\\Filament\\Resources\\SettingResource\\Pages\\CreateSetting', - 'as' => 'filament.admin.resources.settings.create', - 'namespace' => NULL, - 'prefix' => 'admin/settings', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.settings.edit' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/settings/{record}/edit', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\SettingResource\\Pages\\EditSetting@__invoke', - 'controller' => 'App\\Filament\\Resources\\SettingResource\\Pages\\EditSetting', - 'as' => 'filament.admin.resources.settings.edit', - 'namespace' => NULL, - 'prefix' => 'admin/settings', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.users.index' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/users', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\UserResource\\Pages\\ListUsers@__invoke', - 'controller' => 'App\\Filament\\Resources\\UserResource\\Pages\\ListUsers', - 'as' => 'filament.admin.resources.users.index', - 'namespace' => NULL, - 'prefix' => 'admin/users', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.users.create' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/users/create', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\UserResource\\Pages\\CreateUser@__invoke', - 'controller' => 'App\\Filament\\Resources\\UserResource\\Pages\\CreateUser', - 'as' => 'filament.admin.resources.users.create', - 'namespace' => NULL, - 'prefix' => 'admin/users', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'filament.admin.resources.users.edit' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'admin/users/{record}/edit', - 'action' => - array ( - 'domain' => NULL, - 'middleware' => - array ( - 0 => 'panel:admin', - 1 => 'Illuminate\\Cookie\\Middleware\\EncryptCookies', - 2 => 'Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse', - 3 => 'Illuminate\\Session\\Middleware\\StartSession', - 4 => 'Illuminate\\Session\\Middleware\\AuthenticateSession', - 5 => 'Illuminate\\View\\Middleware\\ShareErrorsFromSession', - 6 => 'Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken', - 7 => 'Illuminate\\Routing\\Middleware\\SubstituteBindings', - 8 => 'Filament\\Http\\Middleware\\DisableBladeIconComponents', - 9 => 'Filament\\Http\\Middleware\\DispatchServingFilamentEvent', - 10 => 'Filament\\Http\\Middleware\\Authenticate', - ), - 'excluded_middleware' => - array ( - ), - 'uses' => 'App\\Filament\\Resources\\UserResource\\Pages\\EditUser@__invoke', - 'controller' => 'App\\Filament\\Resources\\UserResource\\Pages\\EditUser', - 'as' => 'filament.admin.resources.users.edit', - 'namespace' => NULL, - 'prefix' => 'admin/users', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'dusk.login' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => '_dusk/login/{userId}/{guard?}', - 'action' => - array ( - 'middleware' => 'web', - 'uses' => 'Laravel\\Dusk\\Http\\Controllers\\UserController@login', - 'as' => 'dusk.login', - 'controller' => 'Laravel\\Dusk\\Http\\Controllers\\UserController@login', - 'namespace' => NULL, - 'prefix' => '_dusk', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'dusk.logout' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => '_dusk/logout/{guard?}', - 'action' => - array ( - 'middleware' => 'web', - 'uses' => 'Laravel\\Dusk\\Http\\Controllers\\UserController@logout', - 'as' => 'dusk.logout', - 'controller' => 'Laravel\\Dusk\\Http\\Controllers\\UserController@logout', - 'namespace' => NULL, - 'prefix' => '_dusk', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'dusk.user' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => '_dusk/user/{guard?}', - 'action' => - array ( - 'middleware' => 'web', - 'uses' => 'Laravel\\Dusk\\Http\\Controllers\\UserController@user', - 'as' => 'dusk.user', - 'controller' => 'Laravel\\Dusk\\Http\\Controllers\\UserController@user', - 'namespace' => NULL, - 'prefix' => '_dusk', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'livewire.update' => - array ( - 'methods' => - array ( - 0 => 'POST', - ), - 'uri' => 'livewire/update', - 'action' => - array ( - 'uses' => 'Livewire\\Mechanisms\\HandleRequests\\HandleRequests@handleUpdate', - 'controller' => 'Livewire\\Mechanisms\\HandleRequests\\HandleRequests@handleUpdate', - 'middleware' => - array ( - 0 => 'web', - ), - 'as' => 'livewire.update', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'generated::6OYXzOVVIMCODsiv' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'livewire/livewire.js', - 'action' => - array ( - 'uses' => 'Livewire\\Mechanisms\\FrontendAssets\\FrontendAssets@returnJavaScriptAsFile', - 'controller' => 'Livewire\\Mechanisms\\FrontendAssets\\FrontendAssets@returnJavaScriptAsFile', - 'as' => 'generated::6OYXzOVVIMCODsiv', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'generated::TJ8sJUTLxRFaTyY5' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'livewire/livewire.min.js.map', - 'action' => - array ( - 'uses' => 'Livewire\\Mechanisms\\FrontendAssets\\FrontendAssets@maps', - 'controller' => 'Livewire\\Mechanisms\\FrontendAssets\\FrontendAssets@maps', - 'as' => 'generated::TJ8sJUTLxRFaTyY5', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'livewire.upload-file' => - array ( - 'methods' => - array ( - 0 => 'POST', - ), - 'uri' => 'livewire/upload-file', - 'action' => - array ( - 'uses' => 'Livewire\\Features\\SupportFileUploads\\FileUploadController@handle', - 'controller' => 'Livewire\\Features\\SupportFileUploads\\FileUploadController@handle', - 'as' => 'livewire.upload-file', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'livewire.preview-file' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'livewire/preview-file/{filename}', - 'action' => - array ( - 'uses' => 'Livewire\\Features\\SupportFileUploads\\FilePreviewController@handle', - 'controller' => 'Livewire\\Features\\SupportFileUploads\\FilePreviewController@handle', - 'as' => 'livewire.preview-file', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'ignition.healthCheck' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => '_ignition/health-check', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'Spatie\\LaravelIgnition\\Http\\Middleware\\RunnableSolutionsEnabled', - ), - 'uses' => 'Spatie\\LaravelIgnition\\Http\\Controllers\\HealthCheckController@__invoke', - 'controller' => 'Spatie\\LaravelIgnition\\Http\\Controllers\\HealthCheckController', - 'as' => 'ignition.healthCheck', - 'namespace' => NULL, - 'prefix' => '_ignition', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'ignition.executeSolution' => - array ( - 'methods' => - array ( - 0 => 'POST', - ), - 'uri' => '_ignition/execute-solution', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'Spatie\\LaravelIgnition\\Http\\Middleware\\RunnableSolutionsEnabled', - ), - 'uses' => 'Spatie\\LaravelIgnition\\Http\\Controllers\\ExecuteSolutionController@__invoke', - 'controller' => 'Spatie\\LaravelIgnition\\Http\\Controllers\\ExecuteSolutionController', - 'as' => 'ignition.executeSolution', - 'namespace' => NULL, - 'prefix' => '_ignition', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'ignition.updateConfig' => - array ( - 'methods' => - array ( - 0 => 'POST', - ), - 'uri' => '_ignition/update-config', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'Spatie\\LaravelIgnition\\Http\\Middleware\\RunnableSolutionsEnabled', - ), - 'uses' => 'Spatie\\LaravelIgnition\\Http\\Controllers\\UpdateConfigController@__invoke', - 'controller' => 'Spatie\\LaravelIgnition\\Http\\Controllers\\UpdateConfigController', - 'as' => 'ignition.updateConfig', - 'namespace' => NULL, - 'prefix' => '_ignition', - 'where' => - array ( - ), - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'generated::65pFa0TucUCSw0QI' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'api/user', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'api', - 1 => 'auth:api', - ), - 'uses' => 'O:55:"Laravel\\SerializableClosure\\UnsignedSerializableClosure":1:{s:12:"serializable";O:46:"Laravel\\SerializableClosure\\Serializers\\Native":5:{s:3:"use";a:0:{}s:8:"function";s:76:"function (\\Illuminate\\Http\\Request $request) { - return \\auth()->user(); -}";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000000002dcf0000000000000000";}}', - 'namespace' => NULL, - 'prefix' => 'api', - 'where' => - array ( - ), - 'as' => 'generated::65pFa0TucUCSw0QI', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'generated::MHcycnagUedMaLst' => - array ( - 'methods' => - array ( - 0 => 'POST', - ), - 'uri' => 'api/login', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'api', - ), - 'uses' => '\\Wave\\Http\\Controllers\\API\\AuthController@login', - 'controller' => '\\Wave\\Http\\Controllers\\API\\AuthController@login', - 'namespace' => NULL, - 'prefix' => 'api', - 'where' => - array ( - ), - 'as' => 'generated::MHcycnagUedMaLst', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'generated::Fjbe46vBgncuN22k' => - array ( - 'methods' => - array ( - 0 => 'POST', - ), - 'uri' => 'api/register', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'api', - ), - 'uses' => '\\Wave\\Http\\Controllers\\API\\AuthController@register', - 'controller' => '\\Wave\\Http\\Controllers\\API\\AuthController@register', - 'namespace' => NULL, - 'prefix' => 'api', - 'where' => - array ( - ), - 'as' => 'generated::Fjbe46vBgncuN22k', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'generated::lkpzWx4LYk7HNuY3' => - array ( - 'methods' => - array ( - 0 => 'POST', - ), - 'uri' => 'api/logout', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'api', - ), - 'uses' => '\\Wave\\Http\\Controllers\\API\\AuthController@logout', - 'controller' => '\\Wave\\Http\\Controllers\\API\\AuthController@logout', - 'namespace' => NULL, - 'prefix' => 'api', - 'where' => - array ( - ), - 'as' => 'generated::lkpzWx4LYk7HNuY3', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'generated::ZlvDDCBMDV6GyxOQ' => - array ( - 'methods' => - array ( - 0 => 'POST', - ), - 'uri' => 'api/refresh', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'api', - ), - 'uses' => '\\Wave\\Http\\Controllers\\API\\AuthController@refresh', - 'controller' => '\\Wave\\Http\\Controllers\\API\\AuthController@refresh', - 'namespace' => NULL, - 'prefix' => 'api', - 'where' => - array ( - ), - 'as' => 'generated::ZlvDDCBMDV6GyxOQ', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'generated::2mZPcvHViILHJ8OS' => - array ( - 'methods' => - array ( - 0 => 'POST', - ), - 'uri' => 'api/token', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'api', - ), - 'uses' => '\\Wave\\Http\\Controllers\\API\\AuthController@token', - 'controller' => '\\Wave\\Http\\Controllers\\API\\AuthController@token', - 'namespace' => NULL, - 'prefix' => 'api', - 'where' => - array ( - ), - 'as' => 'generated::2mZPcvHViILHJ8OS', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'generated::j4VCWj71qHdDIpDC' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'api/posts', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'api', - 1 => 'auth:api', - ), - 'uses' => '\\App\\Http\\Controllers\\Api\\ApiController@posts', - 'controller' => '\\App\\Http\\Controllers\\Api\\ApiController@posts', - 'namespace' => NULL, - 'prefix' => 'api', - 'where' => - array ( - ), - 'as' => 'generated::j4VCWj71qHdDIpDC', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'impersonate' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'impersonate/take/{id}/{guardName?}', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - ), - 'uses' => '\\Lab404\\Impersonate\\Controllers\\ImpersonateController@take', - 'controller' => '\\Lab404\\Impersonate\\Controllers\\ImpersonateController@take', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'impersonate', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'impersonate.leave' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'impersonate/leave', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - ), - 'uses' => '\\Lab404\\Impersonate\\Controllers\\ImpersonateController@leave', - 'controller' => '\\Lab404\\Impersonate\\Controllers\\ImpersonateController@leave', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'impersonate.leave', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'generated::4XBJqJCv1ddWTPhr' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'docs/{page?}', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - ), - 'uses' => '\\Illuminate\\Routing\\ViewController@__invoke', - 'controller' => '\\Illuminate\\Routing\\ViewController', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'generated::4XBJqJCv1ddWTPhr', - ), - 'fallback' => false, - 'defaults' => - array ( - 'view' => 'docs::index', - 'data' => - array ( - ), - 'status' => 200, - 'headers' => - array ( - ), - ), - 'wheres' => - array ( - 'page' => '(.*)', - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'wave.logout' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'logout', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - ), - 'uses' => '\\Wave\\Http\\Controllers\\LogoutController@logout', - 'controller' => '\\Wave\\Http\\Controllers\\LogoutController@logout', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'wave.logout', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'wave.install' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'install', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - ), - 'uses' => '\\Illuminate\\Routing\\ViewController@__invoke', - 'controller' => '\\Illuminate\\Routing\\ViewController', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'wave.install', - ), - 'fallback' => false, - 'defaults' => - array ( - 'view' => 'wave::install', - 'data' => - array ( - ), - 'status' => 200, - 'headers' => - array ( - ), - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'settings' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - 2 => 'POST', - 3 => 'PUT', - 4 => 'PATCH', - 5 => 'DELETE', - 6 => 'OPTIONS', - ), - 'uri' => 'settings', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - 1 => 'auth', - ), - 'uses' => '\\Illuminate\\Routing\\RedirectController@__invoke', - 'controller' => '\\Illuminate\\Routing\\RedirectController', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'settings', - ), - 'fallback' => false, - 'defaults' => - array ( - 'destination' => 'settings/profile', - 'status' => 302, - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'wave.paddle.invoice' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'settings/invoices/{invoice}', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - 1 => 'auth', - ), - 'uses' => '\\Wave\\Http\\Controllers\\SubscriptionController@invoice', - 'controller' => '\\Wave\\Http\\Controllers\\SubscriptionController@invoice', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'wave.paddle.invoice', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'wave.notification.read' => - array ( - 'methods' => - array ( - 0 => 'POST', - ), - 'uri' => 'notification/read/{id}', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - 1 => 'auth', - ), - 'uses' => '\\Wave\\Http\\Controllers\\NotificationController@delete', - 'controller' => '\\Wave\\Http\\Controllers\\NotificationController@delete', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'wave.notification.read', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'changelog.read' => - array ( - 'methods' => - array ( - 0 => 'POST', - ), - 'uri' => 'changelog/read', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - 1 => 'auth', - ), - 'uses' => '\\Wave\\Http\\Controllers\\ChangelogController@read', - 'controller' => '\\Wave\\Http\\Controllers\\ChangelogController@read', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'changelog.read', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'wave.cancel' => - array ( - 'methods' => - array ( - 0 => 'POST', - ), - 'uri' => 'cancel', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - 1 => 'auth', - ), - 'uses' => '\\Wave\\Http\\Controllers\\SubscriptionController@cancel', - 'controller' => '\\Wave\\Http\\Controllers\\SubscriptionController@cancel', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'wave.cancel', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'generated::NNr9wjquXiSWaurB' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'checkout/welcome', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - 1 => 'auth', - ), - 'uses' => '\\Illuminate\\Routing\\ViewController@__invoke', - 'controller' => '\\Illuminate\\Routing\\ViewController', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'generated::NNr9wjquXiSWaurB', - ), - 'fallback' => false, - 'defaults' => - array ( - 'view' => 'theme::welcome', - 'data' => - array ( - ), - 'status' => 200, - 'headers' => - array ( - ), - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'wave.subscribe' => - array ( - 'methods' => - array ( - 0 => 'POST', - ), - 'uri' => 'subscribe', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - 1 => 'auth', - ), - 'uses' => '\\Wave\\Http\\Controllers\\SubscriptionController@subscribe', - 'controller' => '\\Wave\\Http\\Controllers\\SubscriptionController@subscribe', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'wave.subscribe', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'wave.switch-plans' => - array ( - 'methods' => - array ( - 0 => 'POST', - ), - 'uri' => 'switch-plans', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - 1 => 'auth', - ), - 'uses' => '\\Wave\\Http\\Controllers\\SubscriptionController@switchPlans', - 'controller' => '\\Wave\\Http\\Controllers\\SubscriptionController@switchPlans', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'wave.switch-plans', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'generated::lw1rNOjbWooSasIP' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'wave/theme/image/{theme_name}', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - ), - 'uses' => '\\Wave\\Http\\Controllers\\ThemeImageController@show', - 'controller' => '\\Wave\\Http\\Controllers\\ThemeImageController@show', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'generated::lw1rNOjbWooSasIP', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'generated::Ut4uQ5HIwJRSp1ne' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'wave/plugin/image/{plugin_name}', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - ), - 'uses' => '\\Wave\\Http\\Controllers\\PluginImageController@show', - 'controller' => '\\Wave\\Http\\Controllers\\PluginImageController@show', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'generated::Ut4uQ5HIwJRSp1ne', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'generated::jbR4zVzzGBMgr4Od' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - 2 => 'POST', - 3 => 'PUT', - 4 => 'PATCH', - 5 => 'DELETE', - 6 => 'OPTIONS', - ), - 'uri' => 'admin/login', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - ), - 'uses' => '\\Illuminate\\Routing\\RedirectController@__invoke', - 'controller' => '\\Illuminate\\Routing\\RedirectController', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'generated::jbR4zVzzGBMgr4Od', - ), - 'fallback' => false, - 'defaults' => - array ( - 'destination' => '/auth/login', - 'status' => 302, - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'generated::C3rn03dZ7XVU8Nkf' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'reset', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - ), - 'uses' => 'Wave\\Actions\\Reset@__invoke', - 'controller' => 'Wave\\Actions\\Reset', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'generated::C3rn03dZ7XVU8Nkf', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'generated::G9OnjwEZI8LPVH2R' => - array ( - 'methods' => - array ( - 0 => 'POST', - ), - 'uri' => 'webhook/paddle', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - 1 => 'paddle-webhook-signature', - ), - 'uses' => '\\Wave\\Http\\Controllers\\Billing\\Webhooks\\PaddleWebhook@handler', - 'controller' => '\\Wave\\Http\\Controllers\\Billing\\Webhooks\\PaddleWebhook@handler', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'generated::G9OnjwEZI8LPVH2R', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'generated::JrLExPALI0U7NT1U' => - array ( - 'methods' => - array ( - 0 => 'POST', - ), - 'uri' => 'webhook/stripe', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - ), - 'uses' => '\\Wave\\Http\\Controllers\\Billing\\Webhooks\\StripeWebhook@handler', - 'controller' => '\\Wave\\Http\\Controllers\\Billing\\Webhooks\\StripeWebhook@handler', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'generated::JrLExPALI0U7NT1U', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'stripe.portal' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'stripe/portal', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - ), - 'uses' => '\\Wave\\Http\\Controllers\\Billing\\Stripe@redirect_to_customer_portal', - 'controller' => '\\Wave\\Http\\Controllers\\Billing\\Stripe@redirect_to_customer_portal', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'stripe.portal', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'billing' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - 2 => 'POST', - 3 => 'PUT', - 4 => 'PATCH', - 5 => 'DELETE', - 6 => 'OPTIONS', - ), - 'uri' => 'billing', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - ), - 'uses' => '\\Illuminate\\Routing\\RedirectController@__invoke', - 'controller' => '\\Illuminate\\Routing\\RedirectController', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'billing', - ), - 'fallback' => false, - 'defaults' => - array ( - 'destination' => 'settings/subscription', - 'status' => 302, - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'example-page' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'example-page', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - ), - 'uses' => '\\Illuminate\\Routing\\ViewController@__invoke', - 'controller' => '\\Illuminate\\Routing\\ViewController', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'example-page', - ), - 'fallback' => false, - 'defaults' => - array ( - 'view' => 'theme::page', - 'data' => - array ( - 'page' => - array ( - 'id' => 1, - 'author_id' => 1, - 'title' => 'Example Page', - 'excerpt' => 'This is an example page. Create a page in the Wave admin and have it show up on the site.', - 'body' => '

This is an example page to showcase how a simple page can be created. You\'ll notice that this page also routes to a URL on your website. In this case the URL is mapped to `/example-page`. You can create as many pages as you would like.

Creating Pages

To create a new page you can simply visit the admin section at `/admin/pages`. You can then create a new page and add content. Here are some advantages of creating the page inside the admin.

You can feel free to create a page via the admin or you can create the page by adding it to your themes pages directory. The choice is yours.

Quick Warning

If you create a page inside the admin that has a slug of `about` and then you create a page inside your theme directory at `/pages/about/index.blade.php`. The two pages will conflict and you\'ll only see it from your themes page directory. Just make sure you only create the page in one location.

', - 'image' => NULL, - 'slug' => 'example-page', - 'meta_description' => 'This is a simple meta description for SEO purposes', - 'meta_keywords' => 'keyword1, keyword2', - 'status' => 'ACTIVE', - 'created_at' => '2017-11-21T16:23:23.000000Z', - 'updated_at' => '2024-09-29T16:49:54.000000Z', - ), - ), - 'status' => 200, - 'headers' => - array ( - ), - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'about' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'about', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - ), - 'uses' => '\\Illuminate\\Routing\\ViewController@__invoke', - 'controller' => '\\Illuminate\\Routing\\ViewController', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'about', - ), - 'fallback' => false, - 'defaults' => - array ( - 'view' => 'theme::page', - 'data' => - array ( - 'page' => - array ( - 'id' => 2, - 'author_id' => 1, - 'title' => 'About', - 'excerpt' => 'Learn more about Wave. This is an example about page.', - 'body' => '

Wave is an all-in-one Software as a Service (SaaS) starter kit designed to give developers a head start in building their next big idea. Packed with essential features, Wave provides a smooth and powerful development experience, helping you skip the repetitive tasks and focus on what really matters: your unique application.

Why Choose Wave?

Wave offers an extensive toolkit to transform your application from an idea to a fully-fledged SaaS product. With Wave, developers can:


Packed with Powerful Features

Wave isn’t just a framework; it’s a complete package that includes everything you need to launch a subscription-based application. Some of its standout features are:


Start Building with Wave Today

Wave is more than just a SaaS starter kit; it’s a robust platform designed to handle your application’s future growth. Whether you’re building an MVP, launching a new SaaS product, or scaling your existing platform, Wave equips you with the tools and flexibility to succeed.

Key Benefits Recap

Ready to take your next SaaS project to the next level? Let Wave be your guide.

This structure provides a comprehensive overview of Wave while highlighting its key features and benefits. Feel free to tweak or expand on any sections to suit your needs!

', - 'image' => NULL, - 'slug' => 'about', - 'meta_description' => 'About Wave', - 'meta_keywords' => 'about, wave', - 'status' => 'ACTIVE', - 'created_at' => '2018-03-30T03:04:51.000000Z', - 'updated_at' => '2024-09-29T16:39:28.000000Z', - ), - ), - 'status' => 200, - 'headers' => - array ( - ), - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'example' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'example', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - ), - 'uses' => '\\Illuminate\\Routing\\ViewController@__invoke', - 'controller' => '\\Illuminate\\Routing\\ViewController', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'example', - ), - 'fallback' => false, - 'defaults' => - array ( - 'view' => 'example::home', - 'data' => - array ( - ), - 'status' => 200, - 'headers' => - array ( - ), - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'example.component' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'example/component', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - ), - 'uses' => 'Wave\\Plugins\\Example\\Components\\Example@__invoke', - 'controller' => 'Wave\\Plugins\\Example\\Components\\Example', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'example.component', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'discussions' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'discussions', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - ), - 'uses' => 'Wave\\Plugins\\Discussions\\Components\\Discussions@__invoke', - 'controller' => 'Wave\\Plugins\\Discussions\\Components\\Discussions', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'discussions', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'discussions.category' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'discussions/category/{category}', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - ), - 'uses' => 'Wave\\Plugins\\Discussions\\Components\\Discussions@__invoke', - 'controller' => 'Wave\\Plugins\\Discussions\\Components\\Discussions', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'discussions.category', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - 'discussion' => - array ( - 'methods' => - array ( - 0 => 'GET', - 1 => 'HEAD', - ), - 'uri' => 'discussion/{discussion_slug}', - 'action' => - array ( - 'middleware' => - array ( - 0 => 'web', - ), - 'uses' => 'Wave\\Plugins\\Discussions\\Components\\Discussion@__invoke', - 'controller' => 'Wave\\Plugins\\Discussions\\Components\\Discussion', - 'namespace' => NULL, - 'prefix' => '', - 'where' => - array ( - ), - 'as' => 'discussion', - ), - 'fallback' => false, - 'defaults' => - array ( - ), - 'wheres' => - array ( - ), - 'bindingFields' => - array ( - ), - 'lockSeconds' => NULL, - 'waitSeconds' => NULL, - 'withTrashed' => false, - ), - ), -) -); diff --git a/config/discussions.php b/config/discussions.php index 8f6a7348d..e29364d4c 100644 --- a/config/discussions.php +++ b/config/discussions.php @@ -56,7 +56,7 @@ 'sidebar_width' => 'w-56', 'container_classes' => 'max-w-7xl md:px-12 xl:px-20 mx-auto py-12', 'container_max_width' => 'max-w-[1120px]', - 'header_classes' => 'text-4xl font-semibold tracking-tighter' + 'header_classes' => 'dark:text-white text-gray-900 text-4xl font-semibold tracking-tighter' ], /* @@ -71,7 +71,7 @@ | - markdown */ - 'editor' => 'markdown', + 'editor' => 'richeditor', /* |-------------------------------------------------------------------------- diff --git a/config/wave.php b/config/wave.php index c2fb23ded..59203ba4c 100644 --- a/config/wave.php +++ b/config/wave.php @@ -19,7 +19,7 @@ 'min_password_length' => 5, ], - 'primary_color' => '#000000', + 'primary_color' => '#0069ff', 'user_model' => \App\Models\User::class, 'show_docs' => env('WAVE_DOCS', true), diff --git a/resources/themes/anchor/assets/css/component-styles.css b/resources/themes/anchor/assets/css/component-styles.css index 96f825ecf..611c563af 100644 --- a/resources/themes/anchor/assets/css/component-styles.css +++ b/resources/themes/anchor/assets/css/component-styles.css @@ -25,4 +25,14 @@ label{ .fi-btn-color-secondary svg{ @apply text-neutral-700; -} \ No newline at end of file +} + +.fi-modal-close-overlay{ + z-index:100 !important; +} + + +.fi-modal-close-overlay + div{ + z-index:101 !important; +} + diff --git a/resources/themes/anchor/pages/index.blade.php b/resources/themes/anchor/pages/index.blade.php index 0a65905bd..49292bf10 100644 --- a/resources/themes/anchor/pages/index.blade.php +++ b/resources/themes/anchor/pages/index.blade.php @@ -14,15 +14,15 @@ - + - + - + diff --git a/wave/src/User.php b/wave/src/User.php index 58594ab2a..aa86e99e3 100644 --- a/wave/src/User.php +++ b/wave/src/User.php @@ -193,6 +193,10 @@ public function hasChangelogNotifications() return !$this->changelogs->contains($latest_changelog->id); } + public function link(){ + return url('/profile/' . $this->username); + } + public function changelogs() { return $this->belongsToMany('Wave\Changelog');