filament:install --panels WARN
Hi everyone
Im new to filament and I am encountering this error when making a filament user
I did install and got a WARN
am I doing something wrong?
Solution:Jump to solution
Full credit to @awcodes for the answer (I'm just copy/pasting it from the chat channel for posterity's sake):
"Add the
AdminServiceProvider
to your providers array in config/app.php
. It tries to do it automatically, but for some reason in your app it couldn’t."
Link to the answer - https://discord.com/channels/883083792112300104/956270111176679516/1214357835174117449...2 Replies
Solution
Full credit to @awcodes for the answer (I'm just copy/pasting it from the chat channel for posterity's sake):
"Add the
AdminServiceProvider
to your providers array in config/app.php
. It tries to do it automatically, but for some reason in your app it couldn’t."
Link to the answer - https://discord.com/channels/883083792112300104/956270111176679516/1214357835174117449If is already and and still encountering some errors when creating a filament user
Try the fix below:
From the
Add the
Here is a sample code
Thank you