How to create a website and have the filamentphp as SASS product?
Hi guys, I'd like to create a website with statamic cms (laravel) and also give access to filamentphp dashboard to users (login, register etc..) anyone did it? Also what I need is to know on website the user logged in..
Anyone evr faced this challenge?
Thanks
2 Replies
Just install filament as normal and use it, it works seperately to your site hence the panel settings
Yes as @toeknee said and I will rephrase, that's how Filament is SUPPOSED to work by default: you install Filament on top of your existing Laravel application and configure the users who can access Filament separately with /admin URL.
Just in your case, that Laravel application happens to be Statamic, so not sure if it's a default Laravel application structure or overrides something to conflict with Filament.