Guybrush
Guybrush
FFilament
Created by Guybrush on 7/7/2024 in #❓┊help
Syntax error in install (L10, PHP8.3) - Fixed
@Dennis Koch thanks for the point in the right direction 🙏
13 replies
FFilament
Created by Guybrush on 7/7/2024 in #❓┊help
Syntax error in install (L10, PHP8.3) - Fixed
Finally found it!
"appstract/laravel-blade-directives": "^0.4.5",
"appstract/laravel-blade-directives": "^0.4.5",
likely competing with a directive registered by livewire or filament
13 replies
FFilament
Created by Guybrush on 7/7/2024 in #❓┊help
Syntax error in install (L10, PHP8.3) - Fixed
Ahhhh
13 replies
FFilament
Created by Guybrush on 7/7/2024 in #❓┊help
Syntax error in install (L10, PHP8.3) - Fixed
'providers' => ServiceProvider::defaultProviders()->merge([
// Application Service Providers...
App\Providers\AppServiceProvider::class,
App\Providers\BroadcastServiceProvider::class,
App\Providers\AuthServiceProvider::class,
App\Providers\EventServiceProvider::class,
App\Providers\Filament\AdminPanelProvider::class,
App\Providers\RouteServiceProvider::class,
App\Providers\FakerServiceProvider::class,
])->toArray(),
'providers' => ServiceProvider::defaultProviders()->merge([
// Application Service Providers...
App\Providers\AppServiceProvider::class,
App\Providers\BroadcastServiceProvider::class,
App\Providers\AuthServiceProvider::class,
App\Providers\EventServiceProvider::class,
App\Providers\Filament\AdminPanelProvider::class,
App\Providers\RouteServiceProvider::class,
App\Providers\FakerServiceProvider::class,
])->toArray(),
13 replies
FFilament
Created by Guybrush on 7/7/2024 in #❓┊help
Syntax error in install (L10, PHP8.3) - Fixed
Problem is, FIlament is the only custom provider I have registered
13 replies
FFilament
Created by Guybrush on 7/7/2024 in #❓┊help
Syntax error in install (L10, PHP8.3) - Fixed
Suspect there's something weird about my app that's causing a conflict since it doesn't seem like anyone else is running into this issue, just not sure what it is
13 replies
FFilament
Created by Guybrush on 7/7/2024 in #❓┊help
Syntax error in install (L10, PHP8.3) - Fixed
Recreated this issue in v2 as well, downgrading things to match
13 replies
FFilament
Created by Guybrush on 7/7/2024 in #❓┊help
Syntax error in install (L10, PHP8.3) - Fixed
Oddly I also get this when I try to create a filament-user
Filament has not been installed yet: php artisan filament:install --panels
Filament has not been installed yet: php artisan filament:install --panels
13 replies
FFilament
Created by Guybrush on 7/7/2024 in #❓┊help
Syntax error in install (L10, PHP8.3) - Fixed
This is an existing application I'm attempting to install filament on top of. No existing usage of Livewire
13 replies