No routes are made?
Hey i put filament in the composer updated it, in my compser about i see filament. But when i go the project.test/admin it doesnt bring me anywhere and the routes doesnt work
14 Replies
you cant just put the package in the composer file and update it. you must follow the docs to generate the panels.
There is currently a bug with the
composer require filament/tables:"^3.2" -W
are you on windows?
Yes
thats just the tables package
if you just want the tables package you wont have the other functionalities. With that you can only add filament tables to your livewire components
Now its saying : This site is not available"
the site works for me :/
Now i mean my own site
when i did php artisan filament:install --panels
Solution
you have to configure the panel
or check the logs
try to clear the cache
It worked, needed to reload laragon
Thanks
no prob
dont forget to mark as solution to close the thread ππ»