han__hyung
han__hyung
FFilament
Created by han__hyung on 1/13/2024 in #❓┊help
Find this, please!
thank you
16 replies
FFilament
Created by han__hyung on 1/13/2024 in #❓┊help
Find this, please!
No description
16 replies
FFilament
Created by han__hyung on 1/13/2024 in #❓┊help
Find this, please!
No description
16 replies
FFilament
Created by han__hyung on 1/13/2024 in #❓┊help
Find this, please!
@krekas can you find it?
16 replies
FFilament
Created by han__hyung on 1/13/2024 in #❓┊help
Find this, please!
16 replies
FFilament
Created by han__hyung on 1/9/2024 in #❓┊help
How to language switch
No description
3 replies
FFilament
Created by han__hyung on 1/2/2024 in #❓┊help
available for version 3?
Hopefully version 3 will be released 😁
7 replies
FFilament
Created by han__hyung on 1/2/2024 in #❓┊help
available for version 3?
No description
7 replies
FFilament
Created by han__hyung on 11/25/2023 in #❓┊help
Sidebar "<"
ahh i see, alright thank you
11 replies
FFilament
Created by han__hyung on 11/25/2023 in #❓┊help
Sidebar "<"
No description
11 replies
FFilament
Created by han__hyung on 11/25/2023 in #❓┊help
Sidebar "<"
thank you
11 replies
FFilament
Created by han__hyung on 11/25/2023 in #❓┊help
Sidebar "<"
11 replies
FFilament
Created by han__hyung on 11/20/2023 in #❓┊help
error brand logo and dark mode brand logo
yes
9 replies
FFilament
Created by han__hyung on 11/20/2023 in #❓┊help
error brand logo and dark mode brand logo
thank you so much
9 replies
FFilament
Created by Leandro Tavares on 9/21/2023 in #❓┊help
Method $painel->brandLogo dosn't work
it's working, thank you very much
17 replies
FFilament
Created by Leandro Tavares on 9/21/2023 in #❓┊help
Method $painel->brandLogo dosn't work
my filament version
"require": {
"php": "^8.1",
"filament/filament": "3.0.0",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10",
"laravel/sanctum": "^3.3",
"laravel/tinker": "^2.8"
},
"require": {
"php": "^8.1",
"filament/filament": "3.0.0",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10",
"laravel/sanctum": "^3.3",
"laravel/tinker": "^2.8"
},
17 replies
FFilament
Created by han__hyung on 11/20/2023 in #❓┊help
error brand logo and dark mode brand logo
$ composer update
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi

BadMethodCallException

Method Filament\Panel::brandLogo does not exist.

at vendor\filament\support\src\Concerns\Macroable.php:72
68▕ {
69▕ $macro = static::getMacro($method);
70▕
71▕ if ($macro === null) {
➜ 72▕ throw new BadMethodCallException(sprintf(
73▕ 'Method %s::%s does not exist.',
74▕ static::class,
75▕ $method,
76▕ ));

i Bad Method Call: Did you mean Filament\Panel::brandName() ?

1 app\Providers\Filament\AdminPanelProvider.php:35
Filament\Support\Components\Component::__call("brandLogo")

2 vendor\filament\filament\src\PanelProvider.php:16
App\Providers\Filament\AdminPanelProvider::panel(Object(Filament\Panel))

Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
$ composer update
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi

BadMethodCallException

Method Filament\Panel::brandLogo does not exist.

at vendor\filament\support\src\Concerns\Macroable.php:72
68▕ {
69▕ $macro = static::getMacro($method);
70▕
71▕ if ($macro === null) {
➜ 72▕ throw new BadMethodCallException(sprintf(
73▕ 'Method %s::%s does not exist.',
74▕ static::class,
75▕ $method,
76▕ ));

i Bad Method Call: Did you mean Filament\Panel::brandName() ?

1 app\Providers\Filament\AdminPanelProvider.php:35
Filament\Support\Components\Component::__call("brandLogo")

2 vendor\filament\filament\src\PanelProvider.php:16
App\Providers\Filament\AdminPanelProvider::panel(Object(Filament\Panel))

Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
9 replies
FFilament
Created by Leandro Tavares on 9/21/2023 in #❓┊help
Method $painel->brandLogo dosn't work
$ composer update
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi

BadMethodCallException

Method Filament\Panel::brandLogo does not exist.

at vendor\filament\support\src\Concerns\Macroable.php:72
68▕ {
69▕ $macro = static::getMacro($method);
70▕
71▕ if ($macro === null) {
➜ 72▕ throw new BadMethodCallException(sprintf(
73▕ 'Method %s::%s does not exist.',
74▕ static::class,
75▕ $method,
76▕ ));

i Bad Method Call: Did you mean Filament\Panel::brandName() ?

1 app\Providers\Filament\AdminPanelProvider.php:35
Filament\Support\Components\Component::__call("brandLogo")

2 vendor\filament\filament\src\PanelProvider.php:16
App\Providers\Filament\AdminPanelProvider::panel(Object(Filament\Panel))

Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
$ composer update
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi

BadMethodCallException

Method Filament\Panel::brandLogo does not exist.

at vendor\filament\support\src\Concerns\Macroable.php:72
68▕ {
69▕ $macro = static::getMacro($method);
70▕
71▕ if ($macro === null) {
➜ 72▕ throw new BadMethodCallException(sprintf(
73▕ 'Method %s::%s does not exist.',
74▕ static::class,
75▕ $method,
76▕ ));

i Bad Method Call: Did you mean Filament\Panel::brandName() ?

1 app\Providers\Filament\AdminPanelProvider.php:35
Filament\Support\Components\Component::__call("brandLogo")

2 vendor\filament\filament\src\PanelProvider.php:16
App\Providers\Filament\AdminPanelProvider::panel(Object(Filament\Panel))

Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
17 replies
FFilament
Created by Leandro Tavares on 9/21/2023 in #❓┊help
Method $painel->brandLogo dosn't work
composer update
17 replies
FFilament
Created by Leandro Tavares on 9/21/2023 in #❓┊help
Method $painel->brandLogo dosn't work
No description
17 replies