-
I've installed Laravel11, FilamentPHP, and Fabricator into a subfolder of web root. Well, Laravel is installed outside of web root, and I've linked public to /var/www/html/laravel11. When using this plugin, I can set prefix to laravel11, but then the page is actually http://localhost/laravel11/laravel11/page1 If I leave prefix set to null, the Visit button links to http://localhost/page1, which doesn't exist. Is there another config option or something I can add for the correct APP_URL=http://localhost/laravel11/ Let me know if this is a bug or a new feature request ;) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found the issue, and fixed by commenting out the
|
Beta Was this translation helpful? Give feedback.
Found the issue, and fixed by commenting out the
->prefix(...)
line in fabricators route web.php: