Skip to content

Laravel Configuration

  • Inertia React Or Inertia Vue: If you are working with Laravel/Inertia/React or Laravel/Inertia/Vue starter kit, configuration file can be found at resources/js/configs/email-builder-config.ts Read more

  • Livewire: If you are working with Laravel Livewire, configuration stored as a PHP trait and can be found at app/Livewire/EmailBuilder/Concerns/HasEmailBuilderConfig.php Read more

  • Filament: If you are working with FilamentPHP, configuration stored as a PHP trait and can be found at app/Filament/Resources/EmailTemplates/Concerns/HasEmailBuilderConfig.php. Read more