|
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 ;) |
Answered by
mercury64
Apr 25, 2024
Replies: 1 comment
|
Found the issue, and fixed by commenting out the |
0 replies
Answer selected by
mercury64
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found the issue, and fixed by commenting out the
->prefix(...)line in fabricators route web.php: