dubayd
dubayd
FFilament
Created by dubayd on 3/13/2025 in #❓┊help
issues when installing the panel
What I am trying to do: I am trying to install the admin panel What I did: i ran: composer require filament/filament php artisan filament:install --panels My issue/the error: when running php artisan filament:install --panels it asks for and admin id. when i provide one it finished the installation but gives an error in my files and i cant acces the panel Code: In providers.php line 5: syntax error, unexpected token "", expecting "]" return [ App\Providers\AppServiceProvider::class, App\Providers\Filament\1PanelProvider::class, ];
18 replies
FFilament
Created by dubayd on 10/17/2024 in #❓┊help
Need help with installing.
i am trying to install filament panel but i get an error when trying to use these commands. command: composer require filament/filament:"^3.2" -W php artisan filament:install --panels error: Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires filament/filament 3.2 -> satisfiable by filament/filament[v3.2.0]. - filament/filament v3.2.0 requires illuminate/console ^10.0 -> found illuminate/console[v10.0.0, ..., v10.48.22] but these were not loaded, likely because it conflicts with another require. any help is appriciated!
14 replies